Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h282 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache,
H A Dvk_pipeline_cache.c472 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, in vk_pipeline_cache_lookup_nir() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline_cache.c351 return vk_pipeline_cache_lookup_nir(cache, sha1_key, SHA1_KEY_SIZE, in anv_device_search_for_nir()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c552 …return vk_pipeline_cache_lookup_nir(cache, key, sizeof(blake3_hash), &pdev->nir_options[stage], NU… in radv_pipeline_cache_lookup_nir()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c696 return vk_pipeline_cache_lookup_nir(cache, sha1_key, SHA1_KEY_SIZE, in anv_device_search_for_nir()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c227 *nir = vk_pipeline_cache_lookup_nir(cache, hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_get_nir_shader()