intel: Remove brw_ prefix from process debug function

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27644>
This commit is contained in:
Caio Oliveira
2024-01-19 18:56:18 -08:00
committed by Marge Bot
parent c773898f39
commit ae50ac46d1
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ protected:
.prog_data = prog_data,
}
{
brw_process_intel_debug_variable();
process_intel_debug_variable();
}
~SIMDSelectionTest() {