Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h287 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache,
H A Dvk_pipeline_cache.c502 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, in vk_pipeline_cache_add_nir() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline_cache.c364 vk_pipeline_cache_add_nir(cache, sha1_key, SHA1_KEY_SIZE, nir); in anv_device_upload_nir()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c565 vk_pipeline_cache_add_nir(cache, key, sizeof(blake3_hash), nir); in radv_pipeline_cache_insert_nir()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c709 vk_pipeline_cache_add_nir(cache, sha1_key, SHA1_KEY_SIZE, nir); in anv_device_upload_nir()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c291 vk_pipeline_cache_add_nir(cache, hash, SHA1_DIGEST_LENGTH, *nir); in dzn_pipeline_get_nir_shader()