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:
@@ -113,6 +113,7 @@ enum intel_debug_flag {
|
||||
DEBUG_NO_SEND_GATHER,
|
||||
DEBUG_RT_NO_TRACE,
|
||||
DEBUG_SHADERS_LINENO,
|
||||
DEBUG_SHOW_SHADER_STAGE,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user