mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 16:50:34 +01:00
tgsi: Up tgsi_exec's control flow nesting to 32.
This commit is contained in:
parent
4bced42341
commit
7ccf60ae40
1 changed files with 3 additions and 3 deletions
|
|
@ -177,9 +177,9 @@ struct tgsi_exec_labels
|
|||
|
||||
|
||||
|
||||
#define TGSI_EXEC_MAX_COND_NESTING 20
|
||||
#define TGSI_EXEC_MAX_LOOP_NESTING 20
|
||||
#define TGSI_EXEC_MAX_CALL_NESTING 20
|
||||
#define TGSI_EXEC_MAX_COND_NESTING 32
|
||||
#define TGSI_EXEC_MAX_LOOP_NESTING 32
|
||||
#define TGSI_EXEC_MAX_CALL_NESTING 32
|
||||
|
||||
/* The maximum number of input attributes per vertex. For 2D
|
||||
* input register files, this is the stride between two 1D
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue