From: Dave Airlie Date: Wed, 1 Mar 2017 19:40:09 +0000 (+1000) Subject: amd/common: document PREDICATION OP 3 as 64-bit bool. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03f5405fc2fa718ddab36e244f1abd2f038df777;p=mesa.git amd/common: document PREDICATION OP 3 as 64-bit bool. This just documents some info for possible future use. Reviewed-by: Marek Olšák Signed-off-by: Dave Airlie --- diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 285cfbfb62f..7789add3d15 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -56,6 +56,7 @@ #define PREDICATION_OP_CLEAR 0x0 #define PREDICATION_OP_ZPASS 0x1 #define PREDICATION_OP_PRIMCOUNT 0x2 +#define PREDICATION_OP_BOOL64 0x3 #define PRED_OP(x) ((x) << 16)