mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
Cell: batch_buffer_size should be uint, not ubyte
This commit is contained in:
parent
78bff07f73
commit
4c4f691069
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ struct cell_context
|
|||
|
||||
uint num_spus;
|
||||
|
||||
ubyte batch_buffer_size[CELL_NUM_BATCH_BUFFERS];
|
||||
uint batch_buffer_size[CELL_NUM_BATCH_BUFFERS];
|
||||
ubyte batch_buffer[CELL_NUM_BATCH_BUFFERS][CELL_BATCH_BUFFER_SIZE] ALIGN16_ATTRIB;
|
||||
int cur_batch; /**< which batch buffer is being filled */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue