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 D | vk_pipeline_cache.h | 282 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache,
|
H A D | vk_pipeline_cache.c | 472 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 D | anv_pipeline_cache.c | 351 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 D | radv_pipeline_cache.c | 552 …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 D | anv_pipeline_cache.c | 696 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 D | dzn_pipeline.c | 227 *nir = vk_pipeline_cache_lookup_nir(cache, hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_get_nir_shader()
|