Browse Source

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>
tags/17.1-branchpoint
Dave Airlie 9 years ago
parent
commit
03f5405fc2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/amd/common/sid.h

+ 1
- 0
src/amd/common/sid.h View File

@@ -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…
Cancel
Save