mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 10:10:09 +01:00
nvc0: bump sched data member to 32-bits
SM50 backend requires 21 bits per instruction, not 8. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
c42d7556d3
commit
bede1bdb48
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ public:
|
|||
int8_t flagsDef;
|
||||
int8_t flagsSrc;
|
||||
|
||||
uint8_t sched; // scheduling data (NOTE: maybe move to separate storage)
|
||||
uint32_t sched; // scheduling data (NOTE: maybe move to separate storage)
|
||||
|
||||
BasicBlock *bb;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue