Searched refs:radv_shader_part_cache_init (Results 1 – 3 of 3) sorted by relevance
577 bool radv_shader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cach…
189 if (!radv_shader_part_cache_init(&device->vs_prologs, &vs_prolog_ops)) in radv_device_init_vs_prologs()1274 if (!radv_shader_part_cache_init(&device->ps_epilogs, &ps_epilog_ops)) { in radv_CreateDevice()
2737 radv_shader_part_cache_init(struct radv_shader_part_cache *cache, struct radv_shader_part_cache_ops… in radv_shader_part_cache_init() function