anv: add INTEL_DEBUG=shaders-lineno
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30142>
This commit is contained in:
@@ -108,6 +108,7 @@ extern uint64_t intel_debug;
|
||||
#define DEBUG_BVH_NO_BUILD (1ull << 60)
|
||||
#define DEBUG_NO_SEND_GATHER (1ull << 61)
|
||||
#define DEBUG_RT_NO_TRACE (1ull << 62)
|
||||
#define DEBUG_SHADERS_LINENO (1ull << 63)
|
||||
|
||||
#define DEBUG_ANY (~0ull)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user