summaryrefslogtreecommitdiff
path: root/src/brw_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r--src/brw_structs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h
index d93c39f..3a3b160 100644
--- a/src/brw_structs.h
+++ b/src/brw_structs.h
@@ -1550,7 +1550,13 @@ struct brw_instruction
GLuint pad0:4;
GLuint header_present:1;
} vme_gen6;
-
+ struct {
+ GLuint binding_table_index:8;
+ GLuint pad0:5;
+ GLuint message_type:2;
+ GLuint pad1:4;
+ GLuint header_present:1;
+ } cre_gen75;
struct {
GLuint pad:19;
GLuint header_present:1;