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:
Samuel Pitoiset 2023-10-25 16:35:07 +02:00 committed by Marge Bot
parent 1700c6af6f
commit 400cfa0eba
2 changed files with 0 additions and 4 deletions

View file

@ -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) {

View file

@ -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;