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
+2 -2
View File
@@ -628,7 +628,7 @@ brw_emit_repclear_shader(fs_visitor &s)
write->eot = true;
write->last_rt = true;
s.calculate_cfg();
brw_calculate_cfg(s);
s.first_non_payload_grf = s.payload().num_regs;
@@ -1473,7 +1473,7 @@ run_fs(fs_visitor &s, bool allow_spilling, bool do_rep_send)
brw_emit_fb_writes(s);
s.calculate_cfg();
brw_calculate_cfg(s);
brw_fs_optimize(s);