radeonsi: fix use aco/llvm debug options

They should be moved to shader options.

Fixes: 5c92fe45a1 ("radeonsi: support more than 64 options for AMD_DEBUG")
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37433>
This commit is contained in:
Qiang Yu 2025-09-17 16:15:48 +08:00 committed by Marge Bot
parent 3a4b3322d4
commit 996c0af482

View file

@ -212,8 +212,6 @@ enum
DBG_TMZ,
DBG_SQTT,
DBG_USE_ACO,
DBG_USE_LLVM,
DBG_COUNT
};
@ -249,6 +247,9 @@ enum
DBG_CHECK_IR,
DBG_MONOLITHIC_SHADERS,
DBG_NO_OPT_VARIANT,
DBG_USE_ACO,
DBG_USE_LLVM,
};
/* Debug options for multimedia. */