Home
last modified time | relevance | path

Searched refs:radv_pipeline_cache_insert (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.h46 void radv_pipeline_cache_insert(struct radv_device *device, struct vk_pipeline_cache *cache,
H A Dradv_pipeline_compute.c222 radv_pipeline_cache_insert(device, cache, &pipeline->base); in radv_compute_pipeline_compile()
H A Dradv_pipeline_cache.c398 radv_pipeline_cache_insert(struct radv_device *device, struct vk_pipeline_cache *cache, struct radv… in radv_pipeline_cache_insert() function
H A Dradv_pipeline_graphics.c2974 radv_pipeline_cache_insert(device, cache, &pipeline->base); in radv_graphics_pipeline_compile()