shader_ir/warp: Implement FSWZADD
This commit is contained in:
parent
08b2b1080a
commit
56e237d1f9
5 changed files with 44 additions and 0 deletions
|
@ -47,6 +47,7 @@ enum class OperationCode {
|
|||
FTrunc, /// (MetaArithmetic, float a) -> float
|
||||
FCastInteger, /// (MetaArithmetic, int a) -> float
|
||||
FCastUInteger, /// (MetaArithmetic, uint a) -> float
|
||||
FSwizzleAdd, /// (float a, float b, uint mask) -> float
|
||||
|
||||
IAdd, /// (MetaArithmetic, int a, int b) -> int
|
||||
IMul, /// (MetaArithmetic, int a, int b) -> int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue