Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1614 bool mesh_scratch_ring_needed; member
Dradv_cmd_buffer.c520 cmd_buffer->mesh_scratch_ring_needed = false; in radv_reset_cmd_buffer()
5617 cmd_buffer->mesh_scratch_ring_needed |= in radv_CmdBindPipeline()
6189 if (secondary->mesh_scratch_ring_needed) in radv_CmdExecuteCommands()
6190 primary->mesh_scratch_ring_needed = true; in radv_CmdExecuteCommands()
Dradv_device.c4914 needs.mesh_scratch_ring |= cmd_buffer->mesh_scratch_ring_needed; in radv_update_preambles()