mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
I wanted all of these for NIR-to-TGSI. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
f3dbf3689a
commit
9e35af08af
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue