Searched refs:scratch_waves_wanted (Results 1 – 3 of 3) sorted by relevance
513 cmd_buffer->scratch_waves_wanted = 0; in radv_reset_cmd_buffer()1524 …cmd_buffer->scratch_waves_wanted = MAX2(cmd_buffer->scratch_waves_wanted, pipeline->base.max_waves… in radv_emit_graphics_pipeline()6173 primary->scratch_waves_wanted = in radv_CmdExecuteCommands()6174 MAX2(primary->scratch_waves_wanted, secondary->scratch_waves_wanted); in radv_CmdExecuteCommands()
1607 uint32_t scratch_waves_wanted; member
4905 needs.scratch_waves = MAX2(needs.scratch_waves, cmd_buffer->scratch_waves_wanted); in radv_update_preambles()