diff options
Diffstat (limited to 'src/intel/compiler/brw_eu_defines.h')
-rw-r--r-- | src/intel/compiler/brw_eu_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index 6250b50c691..7252e0cb4b1 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -197,6 +197,7 @@ enum PACKED gen10_align1_3src_dst_horizontal_stride { enum opcode { /* These are the actual hardware instructions. */ BRW_OPCODE_ILLEGAL, + BRW_OPCODE_SYNC, BRW_OPCODE_MOV, BRW_OPCODE_SEL, BRW_OPCODE_MOVI, /**< G45+ */ |