mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
radv: remove never used binds_state for DGC
This has been removed a while ago. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25890>
This commit is contained in:
parent
1700c6af6f
commit
400cfa0eba
2 changed files with 0 additions and 4 deletions
|
|
@ -9504,9 +9504,6 @@ radv_CmdExecuteGeneratedCommandsNV(VkCommandBuffer commandBuffer, VkBool32 isPre
|
|||
if (layout->bind_vbo_mask)
|
||||
cmd_buffer->state.dirty |= RADV_CMD_DIRTY_VERTEX_BUFFER;
|
||||
|
||||
if (layout->binds_state)
|
||||
cmd_buffer->state.dirty |= RADV_CMD_DIRTY_DYNAMIC_FRONT_FACE;
|
||||
|
||||
cmd_buffer->push_constant_stages |= graphics_pipeline->active_stages;
|
||||
|
||||
if (!layout->indexed && cmd_buffer->device->physical_device->rad_info.gfx_level >= GFX7) {
|
||||
|
|
|
|||
|
|
@ -3253,7 +3253,6 @@ struct radv_indirect_command_layout {
|
|||
|
||||
bool indexed;
|
||||
bool binds_index_buffer;
|
||||
bool binds_state;
|
||||
uint16_t draw_params_offset;
|
||||
uint16_t index_buffer_offset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue