summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2017-05-30 16:48:47 +0200
committerMarek Olšák <marek.olsak@amd.com>2017-06-07 18:10:50 +0200
commit20c2785f7c8c23a64866785c8054eb01e0967d35 (patch)
tree7c7d935238002db3f7e44c70d30017dc9dba2ae6 /src/gallium/auxiliary/tgsi
parentdd294fd2d99fd3b244c869e00fb855bf84d180e8 (diff)
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index 96ac4803a7b..d11d0e545af 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -53,10 +53,12 @@ OP12(MAX)
OP12(SLT)
OP12(SGE)
OP13(MAD)
+OP12_TEX(TEX_LZ)
OP13(LRP)
OP11(SQRT)
OP13(DP2A)
OP11(FRC)
+OP12_TEX(TXF_LZ)
OP11(FLR)
OP11(ROUND)
OP11(EX2)