anv: Add new debug flag to show shader stage

Add debug option to show current shader type being
compiled within anv_shader_bin_create.

Signed-off-by: Michael Cheng <michael.cheng@intel.com>
Reviewed-by: Casey Bowman <casey.g.bowman@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34596>
This commit is contained in:
Michael Cheng
2025-04-18 15:16:22 -07:00
committed by Marge Bot
parent ad328bc58d
commit 3c267535ae
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ enum intel_debug_flag {
DEBUG_NO_SEND_GATHER,
DEBUG_RT_NO_TRACE,
DEBUG_SHADERS_LINENO,
DEBUG_SHOW_SHADER_STAGE,
};