Home
last modified time | relevance | path

Searched refs:sampler_cache (Results 1 – 5 of 5) sorted by relevance

/external/executorch/backends/vulkan/runtime/vk_api/
DAdapter.h150 inline SamplerCache& sampler_cache() { in sampler_cache() function
/external/pytorch/aten/src/ATen/native/vulkan/api/
DAdapter.h180 inline SamplerCache& sampler_cache() { in sampler_cache() function
DTensor.cpp495 VkSampler sampler = adapter_ptr->sampler_cache().retrieve(sampler_props); in allocate_image()
/external/executorch/backends/vulkan/runtime/api/containers/
DTensor.cpp241 VkSampler sampler = adapter_ptr->sampler_cache().retrieve(sampler_props); in allocate_image()
/external/executorch/backends/vulkan/test/
Dvulkan_compute_api_test.cpp1119 VkSampler sampler = adapter_ptr->sampler_cache().retrieve(sampler_props); in TEST_F()