Searched refs:radv_shader_part_cache_ops (Results 1 – 3 of 3) sorted by relevance
473 struct radv_shader_part_cache_ops { struct481 struct radv_shader_part_cache_ops *ops; argument577 …ader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cache_ops *ops);
177 static struct radv_shader_part_cache_ops vs_prolog_ops = {277 static struct radv_shader_part_cache_ops ps_epilog_ops = {
2737 radv_shader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cache_ops… in radv_shader_part_cache_init()