Home
last modified time | relevance | path

Searched refs:radv_get_max_scratch_waves (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader.h600 unsigned radv_get_max_scratch_waves(const struct radv_device *device, struct radv_shader *shader);
Dradv_shader.c2627 radv_get_max_scratch_waves(const struct radv_device *device, struct radv_shader *shader) in radv_get_max_scratch_waves() function
Dradv_dgc.c3202 …set->compute_scratch_waves = MAX2(set->compute_scratch_waves, radv_get_max_scratch_waves(device, s… in radv_update_ies_shader()
Dradv_cmd_buffer.c7719 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()
/external/mesa3d/docs/relnotes/
D24.0.0.rst4125 - radv: Move up radv_get_max_waves, radv_get_max_scratch_waves.