Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c416 cmd_buffer->scratch_waves_wanted = 0; in radv_reset_cmd_buffer()
1273 cmd_buffer->scratch_waves_wanted = MAX2(cmd_buffer->scratch_waves_wanted, in radv_emit_graphics_pipeline()
4737 primary->scratch_waves_wanted = MAX2(primary->scratch_waves_wanted, in radv_CmdExecuteCommands()
4738 secondary->scratch_waves_wanted); in radv_CmdExecuteCommands()
Dradv_private.h1447 uint32_t scratch_waves_wanted; member
Dradv_device.c4277 waves_wanted = MAX2(waves_wanted, cmd_buffer->scratch_waves_wanted); in radv_get_preambles()