Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device.c237 radv_shader_part_cache_finish(device, &device->vs_prologs); in radv_device_finish_vs_prologs()
1327 radv_shader_part_cache_finish(device, &device->ps_epilogs); in radv_CreateDevice()
1378 radv_shader_part_cache_finish(device, &device->ps_epilogs); in radv_DestroyDevice()
H A Dradv_shader.h578 void radv_shader_part_cache_finish(struct radv_device *device, struct radv_shader_part_cache *cache…
H A Dradv_shader.c2747 radv_shader_part_cache_finish(struct radv_device *device, struct radv_shader_part_cache *cache) in radv_shader_part_cache_finish() function