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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c509 cmd_buffer->compute_scratch_waves_wanted = 0;
4837 cmd_buffer->compute_scratch_waves_wanted =
4838 MAX2(cmd_buffer->compute_scratch_waves_wanted, pipeline->max_waves);
5569 primary->compute_scratch_waves_wanted =
5570 MAX2(primary->compute_scratch_waves_wanted, secondary->compute_scratch_waves_wanted);
H A Dradv_private.h1490 uint32_t compute_scratch_waves_wanted; member in struct:radv_cmd_buffer
H A Dradv_device.c4412 compute_waves_wanted = MAX2(compute_waves_wanted, cmd_buffer->compute_scratch_waves_wanted);

Completed in 27 milliseconds