shader: Implement POPC
This commit is contained in:
parent
cc55d28949
commit
a8c41c50d3
8 changed files with 59 additions and 12 deletions
|
@ -232,6 +232,8 @@ OPCODE(BitFieldInsert, U32, U32,
|
|||
OPCODE(BitFieldSExtract, U32, U32, U32, U32, )
|
||||
OPCODE(BitFieldUExtract, U32, U32, U32, U32, )
|
||||
OPCODE(BitReverse32, U32, U32, )
|
||||
OPCODE(BitCount32, U32, U32, )
|
||||
OPCODE(BitwiseNot32, U32, U32, )
|
||||
|
||||
OPCODE(SLessThan, U1, U32, U32, )
|
||||
OPCODE(ULessThan, U1, U32, U32, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue