Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.h507 uint32_t compute_scratch_waves_wanted; member
H A Dradv_cmd_buffer.c464 cmd_buffer->compute_scratch_waves_wanted = 0; in radv_reset_cmd_buffer()
8024 …cmd_buffer->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_scra… in radv_bind_rt_prolog()
8081 …cmd_buffer->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_stag… in radv_bind_shader()
9268 primary->compute_scratch_waves_wanted = in radv_CmdExecuteCommands()
9269 MAX2(primary->compute_scratch_waves_wanted, secondary->compute_scratch_waves_wanted); in radv_CmdExecuteCommands()
H A Dradv_queue.c1304 …ompute_scratch_waves = MAX2(needs.compute_scratch_waves, cmd_buffer->compute_scratch_waves_wanted); in radv_update_preambles()