Module: Mesa Branch: fast-color-clear Commit: d872ae2cef206dec36d4b5f7107e4d51680ba168 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d872ae2cef206dec36d4b5f7107e4d51680ba168
Author: Plamena Manolova <[email protected]> Date: Tue Jan 15 22:16:19 2019 +0000 i965: Add BRW_AOP_MOV8 to brw_eu_defines.h BRW_AOP_MOV8 performs an atomic MOV on 8 bytes of data. Signed-off-by: Plamena Manolova <[email protected]> --- src/intel/compiler/brw_eu_defines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index c0fee90fe5f..9e55e4a68bb 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -1234,6 +1234,7 @@ enum brw_message_target { #define BRW_AOP_UMIN 13 #define BRW_AOP_CMPWR 14 #define BRW_AOP_PREDEC 15 +#define BRW_AOP_MOV8 36 /* Dataport atomic operations for Untyped Atomic Float Operation message. */ #define BRW_AOP_FMAX 1 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
