mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
dd294fd2d9
commit
20c2785f7c
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue