mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
gallium: added TGSI_FILE_COUNT
This commit is contained in:
parent
1d77d6caf6
commit
35ca45daba
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ struct tgsi_token
|
|||
#define TGSI_FILE_SAMPLER 5
|
||||
#define TGSI_FILE_ADDRESS 6
|
||||
#define TGSI_FILE_IMMEDIATE 7
|
||||
#define TGSI_FILE_COUNT 8 /**< how many TGSI_FILE_ types */
|
||||
|
||||
|
||||
#define TGSI_DECLARE_RANGE 0
|
||||
#define TGSI_DECLARE_MASK 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue