summaryrefslogtreecommitdiff
path: root/backend/src/backend/gen8_instruction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/gen8_instruction.hpp')
-rw-r--r--backend/src/backend/gen8_instruction.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/backend/src/backend/gen8_instruction.hpp b/backend/src/backend/gen8_instruction.hpp
index 446e7f9c..79e1b09b 100644
--- a/backend/src/backend/gen8_instruction.hpp
+++ b/backend/src/backend/gen8_instruction.hpp
@@ -430,6 +430,21 @@ union Gen8NativeInstruction
uint32_t end_of_thread:1;
} sampler_gen7;
+ struct {
+ uint32_t bti:8;
+ uint32_t pad0:5;
+ uint32_t msg_type:2;
+ uint32_t stream_out_enable:1;
+ uint32_t stream_in_enable:1;
+ uint32_t stream_out_enable2:1;
+ uint32_t pad1:1;
+ uint32_t header_present:1;
+ uint32_t response_length:5;
+ uint32_t msg_length:4;
+ uint32_t pad2:2;
+ uint32_t end_of_thread:1;
+ } ime_gen8;
+
/**
* Message for the Sandybridge Sampler Cache or Constant Cache Data Port.
*