diff options
-rw-r--r-- | src/intel/compiler/brw_eu_defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index 37b85636c08..aefc43bc7d6 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -852,12 +852,12 @@ enum tex_logical_srcs { }; enum surface_logical_srcs { + /** Surface binding table index */ + SURFACE_LOGICAL_SRC_SURFACE, /** Surface address; could be multi-dimensional for typed opcodes */ SURFACE_LOGICAL_SRC_ADDRESS, /** Data to be written or used in an atomic op */ SURFACE_LOGICAL_SRC_DATA, - /** Surface binding table index */ - SURFACE_LOGICAL_SRC_SURFACE, /** Surface number of dimensions. Affects the size of ADDRESS */ SURFACE_LOGICAL_SRC_IMM_DIMS, /** Per-opcode immediate argument. For atomics, this is the atomic opcode */ |