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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user