mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
gallium: Remove TGSI_CC_UN.
This commit is contained in:
parent
e9ec60097c
commit
235981d871
1 changed files with 5 additions and 6 deletions
|
|
@ -469,12 +469,11 @@ struct tgsi_instruction_ext
|
|||
#define TGSI_CC_GT 0
|
||||
#define TGSI_CC_EQ 1
|
||||
#define TGSI_CC_LT 2
|
||||
#define TGSI_CC_UN 3
|
||||
#define TGSI_CC_GE 4
|
||||
#define TGSI_CC_LE 5
|
||||
#define TGSI_CC_NE 6
|
||||
#define TGSI_CC_TR 7
|
||||
#define TGSI_CC_FL 8
|
||||
#define TGSI_CC_GE 3
|
||||
#define TGSI_CC_LE 4
|
||||
#define TGSI_CC_NE 5
|
||||
#define TGSI_CC_TR 6
|
||||
#define TGSI_CC_FL 7
|
||||
|
||||
#define TGSI_SWIZZLE_X 0
|
||||
#define TGSI_SWIZZLE_Y 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue