intel/brw: Use brw prefix instead of namespace for dep analysis enum

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33048>
This commit is contained in:
Caio Oliveira
2024-12-06 20:52:05 -08:00
committed by Marge Bot
parent e2f354587d
commit 2b92eb0b2c
25 changed files with 171 additions and 153 deletions
+2 -1
View File
@@ -756,7 +756,8 @@ brw_lower_simd_width(fs_visitor &s)
}
if (progress)
s.invalidate_analysis(DEPENDENCY_INSTRUCTIONS | DEPENDENCY_VARIABLES);
s.invalidate_analysis(BRW_DEPENDENCY_INSTRUCTIONS |
BRW_DEPENDENCY_VARIABLES);
return progress;
}