mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965: Set class_sizes[] for the aligned reg pair class.
So far, I've only seen this be a valgrind warning and not a real failure.
This commit is contained in:
parent
f0bd76f28d
commit
0c6752026c
1 changed files with 1 additions and 0 deletions
|
|
@ -2237,6 +2237,7 @@ fs_visitor::assign_regs()
|
|||
|
||||
aligned_pair_class = class_count;
|
||||
classes[aligned_pair_class] = ra_alloc_reg_class(regs);
|
||||
class_sizes[aligned_pair_class] = 2;
|
||||
class_base_reg[aligned_pair_class] = 0;
|
||||
class_reg_count[aligned_pair_class] = 0;
|
||||
int start = (this->first_non_payload_grf & 1) ? 1 : 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue