projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b262497
)
amd/common: document PREDICATION OP 3 as 64-bit bool.
author
Dave Airlie
<airlied@redhat.com>
Wed, 1 Mar 2017 19:40:09 +0000
(
05:40
+1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 7 Mar 2017 05:20:01 +0000
(15:20 +1000)
This just documents some info for possible future use.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/common/sid.h
patch
|
blob
|
history
diff --git
a/src/amd/common/sid.h
b/src/amd/common/sid.h
index 285cfbfb62f07aa9d6d5899575a7536b95069bcd..7789add3d1570f3a657a1158519ff8d2792034cf 100644
(file)
--- 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)