mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 08:10:32 +01:00
amd/common: document PREDICATION OP 3 as 64-bit bool.
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>
This commit is contained in:
parent
b26249781e
commit
03f5405fc2
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue