mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 00:00:47 +02:00
nv50/ir: Store shared memory per block in nv50_ir_prog_info
Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
This commit is contained in:
parent
898e5555de
commit
49752e99f8
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ struct nv50_ir_prog_info
|
|||
int16_t maxGPR; /* may be -1 if none used */
|
||||
int16_t maxOutput;
|
||||
uint32_t tlsSpace; /* required local memory per thread */
|
||||
uint32_t smemSize; /* required shared memory per block */
|
||||
uint32_t *code;
|
||||
uint32_t codeSize;
|
||||
uint32_t instructions;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue