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:
Felix DeGrood
2024-08-09 16:39:10 +00:00
committed by Marge Bot
parent 7a3de9e877
commit a09ddc3b77
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -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)