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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c507 cmd_buffer->scratch_waves_wanted = 0;
1317 cmd_buffer->scratch_waves_wanted = MAX2(cmd_buffer->scratch_waves_wanted, pipeline->max_waves);
5564 primary->scratch_waves_wanted =
5565 MAX2(primary->scratch_waves_wanted, secondary->scratch_waves_wanted);
H A Dradv_private.h1488 uint32_t scratch_waves_wanted; member in struct:radv_cmd_buffer
H A Dradv_device.c4409 waves_wanted = MAX2(waves_wanted, cmd_buffer->scratch_waves_wanted);

Completed in 29 milliseconds