Searched refs:radv_shader_part_cache (Results 1 – 3 of 3) sorted by relevance
479 struct radv_shader_part_cache { struct577 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,
507 struct radv_shader_part_cache vs_prologs;511 struct radv_shader_part_cache ps_epilogs;
2737 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()