diff options
author | Eric Anholt <[email protected]> | 2014-11-10 14:26:14 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-02-06 15:50:07 -0800 |
commit | 9e35af08aff9ee08243fa8cbbda803dc6b95d00d (patch) | |
tree | bbfe381aed7d7b991b6144a3a55c149004dc2f51 /src/gallium/auxiliary/tgsi | |
parent | f3dbf3689a9d36d6a290e9311560376cadc14141 (diff) |
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
I wanted all of these for NIR-to-TGSI.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h index 147d9894828..d8752ce47d4 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h @@ -90,6 +90,8 @@ OP12(DPH) OP11(COS) OP11(DDX) OP11(DDY) +OP11(DDX_FINE) +OP11(DDY_FINE) OP00(KILL) OP11(PK2H) OP11(PK2US) @@ -194,6 +196,8 @@ OP12(SAMPLE_INFO) OP11(UARL) OP13(UCMP) +OP11(IABS) +OP11(ISSG) OP12(IMUL_HI) OP12(UMUL_HI) |