Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c418 cmd_buffer->compute_scratch_waves_wanted = 0; in radv_reset_cmd_buffer()
4202 cmd_buffer->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, in radv_emit_compute_pipeline()
4741 primary->compute_scratch_waves_wanted = MAX2(primary->compute_scratch_waves_wanted, in radv_CmdExecuteCommands()
4742 secondary->compute_scratch_waves_wanted); in radv_CmdExecuteCommands()
Dradv_private.h1449 uint32_t compute_scratch_waves_wanted; member
Dradv_device.c4281 cmd_buffer->compute_scratch_waves_wanted); in radv_get_preambles()