intel/brw: Move regalloc and scheduling functions 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:
@@ -175,7 +175,7 @@ run_tcs(fs_visitor &s)
|
||||
brw_fs_workaround_memory_fence_before_eot(s);
|
||||
brw_fs_workaround_emit_dummy_mov_instruction(s);
|
||||
|
||||
s.allocate_registers(true /* allow_spilling */);
|
||||
brw_allocate_registers(s, true /* allow_spilling */);
|
||||
|
||||
return !s.failed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user