Searched refs:radv_get_max_scratch_waves (Results 1 – 5 of 5) sorted by relevance
600 unsigned radv_get_max_scratch_waves(const struct radv_device *device, struct radv_shader *shader);
2627 radv_get_max_scratch_waves(const struct radv_device *device, struct radv_shader *shader) in radv_get_max_scratch_waves() function
3202 …set->compute_scratch_waves = MAX2(set->compute_scratch_waves, radv_get_max_scratch_waves(device, s… in radv_update_ies_shader()
7719 const unsigned max_scratch_waves = radv_get_max_scratch_waves(device, rt_prolog); in radv_bind_rt_prolog()7776 const unsigned max_stage_waves = radv_get_max_scratch_waves(device, shader); in radv_bind_shader()7794 const unsigned max_stage_waves = radv_get_max_scratch_waves(device, shader); in radv_bind_shader()
4125 - radv: Move up radv_get_max_waves, radv_get_max_scratch_waves.