Searched refs:compute_scratch_waves_wanted (Results 1 – 3 of 3) sorted by relevance
507 uint32_t compute_scratch_waves_wanted; member
464 cmd_buffer->compute_scratch_waves_wanted = 0; in radv_reset_cmd_buffer()8024 …cmd_buffer->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_scra… in radv_bind_rt_prolog()8081 …cmd_buffer->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_stag… in radv_bind_shader()9268 primary->compute_scratch_waves_wanted = in radv_CmdExecuteCommands()9269 MAX2(primary->compute_scratch_waves_wanted, secondary->compute_scratch_waves_wanted); in radv_CmdExecuteCommands()
1304 …ompute_scratch_waves = MAX2(needs.compute_scratch_waves, cmd_buffer->compute_scratch_waves_wanted); in radv_update_preambles()