Home
last modified time | relevance | path

Searched refs:radv_pipeline_cache_lookup_nir (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.h56 nir_shader *radv_pipeline_cache_lookup_nir(struct radv_device *device, struct vk_pipeline_cache *ca…
H A Dradv_pipeline_cache.c541 radv_pipeline_cache_lookup_nir(struct radv_device *device, struct vk_pipeline_cache *cache, gl_shad… in radv_pipeline_cache_lookup_nir() function
H A Dradv_pipeline_graphics.c2600 stages[s].nir = radv_pipeline_cache_lookup_nir(device, cache, s, key); in radv_graphics_shaders_compile()