Home
last modified time | relevance | path

Searched refs:scratch_waves_wanted (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c513 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()
Dradv_private.h1607 uint32_t scratch_waves_wanted; member
Dradv_device.c4905 needs.scratch_waves = MAX2(needs.scratch_waves, cmd_buffer->scratch_waves_wanted); in radv_update_preambles()