diff options
author | Eric Anholt <[email protected]> | 2014-07-16 08:12:27 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-08 18:59:47 -0700 |
commit | 4c53087c67a266d81653459baa08ece5c1b418d8 (patch) | |
tree | 105694f640c6a1b65d11dae94f06469e2b9dea4e /src/gallium/drivers/vc4/vc4_qir.h | |
parent | eea1d36915cb97ee1a6eb6aeaf15dd5689f03148 (diff) |
vc4: Add support for CMP.
This took a couple of tries, and this is the squash of those attempts.
v2: Fix register file conflicts on the args in the
destination-is-accumulator case.
v3: Rebase on helper change and qir_inst4 change.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_qir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index cd7133cdc88..76e46ff107f 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -55,6 +55,7 @@ enum qop { QOP_SNE, QOP_SGE, QOP_SLT, + QOP_CMP, QOP_FTOI, QOP_RCP, |