/aosp_15_r20/external/swiftshader/tests/regres/testlists/ |
H A D | vk-master-UNSUPPORTED.txt | 5 dEQP-VK.pipeline.fast_linked_library.pipeline_cache.robustness.image 6 dEQP-VK.pipeline.fast_linked_library.pipeline_cache.robustness.storage 7 dEQP-VK.pipeline.fast_linked_library.pipeline_cache.robustness.uniform 8 dEQP-VK.pipeline.fast_linked_library.pipeline_cache.robustness.vertex_input 13 dEQP-VK.pipeline.monolithic.pipeline_cache.robustness.image 14 dEQP-VK.pipeline.monolithic.pipeline_cache.robustness.storage 15 dEQP-VK.pipeline.monolithic.pipeline_cache.robustness.uniform 16 dEQP-VK.pipeline.monolithic.pipeline_cache.robustness.vertex_input 24 dEQP-VK.pipeline.pipeline_library.pipeline_cache.robustness.image 25 dEQP-VK.pipeline.pipeline_library.pipeline_cache.robustness.storage [all …]
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_texcompress_astc.c | 421 VkPipelineCache pipeline_cache, VkFormat format) in create_astc_decode_pipeline() argument 476 _device, pipeline_cache, 1, &vk_pipeline_info, allocator, &pipeline); in create_astc_decode_pipeline() 488 … struct vk_texcompress_astc_state *astc, VkPipelineCache pipeline_cache, in vk_texcompress_astc_get_decode_pipeline() argument 505 create_astc_decode_pipeline(device, allocator, astc, pipeline_cache, format); in vk_texcompress_astc_get_decode_pipeline() 587 VkPipelineCache pipeline_cache, in vk_texcompress_astc_init() argument
|
H A D | vk_texcompress_astc.h | 69 VkPipelineCache pipeline_cache, 73 VkPipelineCache pipeline_cache,
|
H A D | vk_texcompress_etc2.h | 25 VkPipelineCache pipeline_cache; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/ |
D | device.rs | 1200 pipeline_cache: vk::PipelineCache, in destroy_pipeline_cache() 1205 pipeline_cache, in destroy_pipeline_cache() 2127 pipeline_cache: vk::PipelineCache, in create_graphics_pipelines() 2134 pipeline_cache, in create_graphics_pipelines() 2151 pipeline_cache: vk::PipelineCache, in create_compute_pipelines() 2158 pipeline_cache, in create_compute_pipelines() 2212 let mut pipeline_cache = mem::zeroed(); in create_pipeline_cache() localVariable 2217 &mut pipeline_cache, in create_pipeline_cache() 2219 .result_with_success(pipeline_cache) in create_pipeline_cache() 2226 pipeline_cache: vk::PipelineCache, in get_pipeline_cache_data() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 415 … VKSCR(CreateGraphicsPipelines)(screen->dev, prog->base.pipeline_cache, 1, &pci, NULL, &pipeline), in zink_create_gfx_pipeline() 486 … VKSCR(CreateComputePipelines)(screen->dev, comp->base.pipeline_cache, 1, &pci, NULL, &pipeline), in zink_create_compute_pipeline() 700 …_shader_object *objs, unsigned stage_mask, VkPipelineLayout layout, VkPipelineCache pipeline_cache) in create_gfx_pipeline_library() argument 827 VKSCR(CreateGraphicsPipelines)(screen->dev, pipeline_cache, 1, &pci, NULL, &pipeline), in create_gfx_pipeline_library() 841 …ne_library(screen, prog->objs, prog->stages_present, prog->base.layout, prog->base.pipeline_cache); in zink_create_gfx_pipeline_library() 886 … VKSCR(CreateGraphicsPipelines)(screen->dev, prog->base.pipeline_cache, 1, &pci, NULL, &pipeline), in zink_create_gfx_pipeline_combined()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/ |
D | ray_tracing_pipeline.rs | 66 pipeline_cache: vk::PipelineCache, in create_ray_tracing_pipelines() 74 pipeline_cache, in create_ray_tracing_pipelines()
|
/aosp_15_r20/external/mesa3d/src/nouveau/ci/ |
H A D | nvk-ga106-fails.txt | 258 dEQP-VK.pipeline.fast_linked_library.pipeline_cache.robustness2.storage,Fail 259 dEQP-VK.pipeline.pipeline_library.pipeline_cache.robustness2.storage,Fail 260 dEQP-VK.pipeline.shader_object_linked_binary.pipeline_cache.robustness2.storage,Fail 261 dEQP-VK.pipeline.shader_object_linked_spirv.pipeline_cache.robustness2.storage,Fail 262 dEQP-VK.pipeline.shader_object_unlinked_binary.pipeline_cache.robustness2.storage,Fail 263 dEQP-VK.pipeline.shader_object_unlinked_spirv.pipeline_cache.robustness2.storage,Fail
|
H A D | nvk-ga106-flakes.txt | 1 dEQP-VK.pipeline.*.pipeline_cache.robustness2.storage
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/nv/ |
D | ray_tracing.rs | 178 pipeline_cache: vk::PipelineCache, in create_ray_tracing_pipelines() 185 pipeline_cache, in create_ray_tracing_pipelines()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.1.rst | 55 - vulkan/pipeline_cache: don't log warnings for internal caches 56 - vulkan/pipeline_cache: don't log warnings for client-invisible caches 188 - vulkan/pipeline_cache: remove a bogus assert when inserting objects
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Pipeline.cpp | 149 VkPipelineCache pipeline_cache) in ComputePipeline() argument 202 pipeline_cache,
|
H A D | Context.cpp | 63 VkPipeline pipeline = pipeline_cache().retrieve( in get_descriptor_set()
|
H A D | Pipeline.h | 88 VkPipelineCache pipeline_cache);
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Pipeline.cpp | 256 VkPipelineCache pipeline_cache) in ComputePipeline() argument 290 pipeline_cache,
|
H A D | Pipeline.h | 160 VkPipelineCache pipeline_cache);
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_pipeline.h | 24 VKR_DEFINE_OBJECT_CAST(pipeline_cache, VK_OBJECT_TYPE_PIPELINE_CACHE, VkPipelineCache)
|
H A D | vkr_common.h | 122 VkPipelineCache pipeline_cache; member
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2023-03-01/ |
H A D | memory.txt | 34 dEQP-VK.memory.address_binding_report.create_and_destroy_object.pipeline_cache
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vksc-default/ |
H A D | sc.txt | 150 dEQP-VKSC.sc.pipeline_cache.incorrect_device_id 151 dEQP-VKSC.sc.pipeline_cache.incorrect_vendor_id
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2021-03-01/ |
H A D | memory.txt | 34 dEQP-VK.memory.device_memory_report.create_and_destroy_object.pipeline_cache
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/ |
H A D | Context.cpp | 107 VkPipeline pipeline = pipeline_cache().retrieve( in get_descriptor_set()
|
H A D | Context.h | 108 inline vkapi::ComputePipelineCache& pipeline_cache() { in pipeline_cache() function
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_etc_decode.c | 27 state->etc_decode.pipeline_cache = state->cache; in radv_device_init_meta_etc_decode_state()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_pipeline.c | 1660 ANV_FROM_HANDLE(vk_pipeline_cache, pipeline_cache, pipelineCache); in anv_CreateComputePipelines() 1666 VkResult res = anv_compute_pipeline_create(device, pipeline_cache, in anv_CreateComputePipelines() 1852 ANV_FROM_HANDLE(vk_pipeline_cache, pipeline_cache, pipelineCache); in anv_CreateGraphicsPipelines() 1859 pipeline_cache, in anv_CreateGraphicsPipelines()
|