From 03f5405fc2fa718ddab36e244f1abd2f038df777 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 2 Mar 2017 05:40:09 +1000 Subject: amd/common: document PREDICATION OP 3 as 64-bit bool. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just documents some info for possible future use. Reviewed-by: Marek Olšák Signed-off-by: Dave Airlie --- src/amd/common/sid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd') diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 285cfbfb62..7789add3d1 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) -- cgit v1.2.3