intel/brw: Move calculate_cfg out of fs_visitor

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30169>
This commit is contained in:
Caio Oliveira
2024-07-12 17:08:46 -07:00
committed by Marge Bot
parent b98930c770
commit 8a39231e4f
18 changed files with 133 additions and 133 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ run_vs(fs_visitor &s)
s.emit_urb_writes();
s.calculate_cfg();
brw_calculate_cfg(s);
brw_fs_optimize(s);