mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
i965/fs: Clean up some whitespace in reg_allocate.
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
2e007fd621
commit
120426b13d
1 changed files with 2 additions and 2 deletions
|
|
@ -544,8 +544,8 @@ fs_visitor::assign_regs(bool allow_spilling)
|
|||
int first_mrf_hack_node = node_count;
|
||||
if (brw->gen >= 7)
|
||||
node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START;
|
||||
struct ra_graph *g = ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs,
|
||||
node_count);
|
||||
struct ra_graph *g =
|
||||
ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs, node_count);
|
||||
|
||||
for (int i = 0; i < this->virtual_grf_count; i++) {
|
||||
unsigned size = this->virtual_grf_sizes[i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue