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:
@@ -43,7 +43,7 @@ run_vs(fs_visitor &s)
|
||||
|
||||
s.emit_urb_writes();
|
||||
|
||||
s.calculate_cfg();
|
||||
brw_calculate_cfg(s);
|
||||
|
||||
brw_fs_optimize(s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user