turnip: Fix tu_debug_flags values clashing

Was not caught during rebase...

Fixes: 725ae34458
("turnip: Add debug option to print gmem load/store skip stats")

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16246>
This commit is contained in:
Danylo Piliaiev 2022-04-29 17:39:25 +03:00 committed by Marge Bot
parent a47375d4da
commit 6e6ba85fd9
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ enum tu_debug_flags
TU_DEBUG_RAST_ORDER = 1 << 14,
TU_DEBUG_UNALIGNED_STORE = 1 << 15,
TU_DEBUG_LAYOUT = 1 << 16,
TU_DEBUG_LOG_SKIP_GMEM_OPS = 1 << 15,
TU_DEBUG_LOG_SKIP_GMEM_OPS = 1 << 17,
};
struct tu_instance