diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 3384035a711..a867d139144 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -601,7 +601,10 @@ struct tgsi_property_data { #define TGSI_OPCODE_U64DIV 245 #define TGSI_OPCODE_I64MOD 246 #define TGSI_OPCODE_U64MOD 247 -#define TGSI_OPCODE_LAST 248 + +#define TGSI_OPCODE_DDIV 248 + +#define TGSI_OPCODE_LAST 249 /** * Opcode is the operation code to execute. A given operation defines the |