tu: Fix TU_CMD_DIRTY_DRAW_STATE value collision

Fixes: 789e765161 ("turnip, ir3: Use shader for vertex input count")

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41855>
This commit is contained in:
Danylo Piliaiev 2026-05-28 14:36:52 +02:00 committed by Marge Bot
parent dea444f80f
commit 6de00252ff

View file

@ -84,7 +84,7 @@ enum tu_cmd_dirty_bits
TU_CMD_DIRTY_VS = BIT(18),
/* all draw states were disabled and need to be re-enabled: */
TU_CMD_DIRTY_DRAW_STATE = BIT(18)
TU_CMD_DIRTY_DRAW_STATE = BIT(19)
};
/* There are only three cache domains we have to care about: the CCU, or