Home
last modified time | relevance | path

Searched refs:pipeline_layout_cache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DContext.cpp61 pipeline_layout_cache().retrieve(shader_layout); in get_descriptor_set()
64 {pipeline_layout_cache().retrieve(shader_layout), in get_descriptor_set()
H A DContext.h116 inline PipelineLayoutCache& pipeline_layout_cache() { in pipeline_layout_cache() function
117 return adapter_ptr()->pipeline_layout_cache(); in pipeline_layout_cache()
H A DAdapter.h170 inline PipelineLayoutCache& pipeline_layout_cache() { in pipeline_layout_cache() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/
H A DContext.cpp98 pipeline_layout_cache().retrieve(shader_layout); in get_descriptor_set()
108 {pipeline_layout_cache().retrieve(shader_layout), in get_descriptor_set()
H A DContext.h104 inline vkapi::PipelineLayoutCache& pipeline_layout_cache() { in pipeline_layout_cache() function
105 return adapter_ptr()->pipeline_layout_cache(); in pipeline_layout_cache()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DAdapter.h140 inline PipelineLayoutCache& pipeline_layout_cache() { in pipeline_layout_cache() function