diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index b9d28fe458c..abf26d3b468 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -561,7 +561,12 @@ struct tgsi_property_data { #define TGSI_OPCODE_DFLR 220 /* nvc0 */ #define TGSI_OPCODE_DROUND 221 /* nvc0 */ #define TGSI_OPCODE_DSSG 222 -#define TGSI_OPCODE_LAST 223 + +#define TGSI_OPCODE_VOTE_ANY 223 +#define TGSI_OPCODE_VOTE_ALL 224 +#define TGSI_OPCODE_VOTE_EQ 225 + +#define TGSI_OPCODE_LAST 226 /** * Opcode is the operation code to execute. A given operation defines the |