Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_shader.h479 struct radv_shader_part_cache { struct
577 bool radv_shader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cach…
578 void radv_shader_part_cache_finish(struct radv_device *device, struct radv_shader_part_cache *cache…
579 …_part *radv_shader_part_cache_get(struct radv_device *device, struct radv_shader_part_cache *cache,
H A Dradv_device.h507 struct radv_shader_part_cache vs_prologs;
511 struct radv_shader_part_cache ps_epilogs;
H A Dradv_shader.c2737 radv_shader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cache_ops… in radv_shader_part_cache_init()
2747 radv_shader_part_cache_finish(struct radv_device *device, struct radv_shader_part_cache *cache) in radv_shader_part_cache_finish()
2769 radv_shader_part_cache_get(struct radv_device *device, struct radv_shader_part_cache *cache, struct… in radv_shader_part_cache_get()