1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 22:13:35 +01:00
Ryujinx/Ryujinx.Graphics.Shader/IntermediateRepresentation
gdkchan 053dcfdb05
Use multiple dest operands for shader call instructions (#1975)
* Use multiple dest operands for shader call instructions

* Passing opNode is no longer needed
2021-02-01 11:13:38 +11:00
..
BasicBlock.cs
CommentNode.cs
Function.cs
INode.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
Instruction.cs Use multiple dest operands for shader call instructions (#1975) 2021-02-01 11:13:38 +11:00
IrConsts.cs
Operand.cs Better IPA shader instruction implementation (#1082) 2020-04-03 11:20:47 +11:00
OperandHelper.cs
OperandType.cs
Operation.cs Use multiple dest operands for shader call instructions (#1975) 2021-02-01 11:13:38 +11:00
PhiNode.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
TextureFlags.cs
TextureOperation.cs