Ryujinx/Ryujinx.Graphics.Shader/StructuredIr
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
..
AstAssignment.cs
AstBlock.cs
AstBlockType.cs
AstBlockVisitor.cs
AstComment.cs
AstHelper.cs
AstNode.cs
AstOperand.cs
AstOperation.cs
AstOptimizer.cs
AstTextureOperation.cs
GotoElimination.cs
GotoStatement.cs
HelperFunctionsMask.cs Add support for shader atomic min/max (S32) (#1948) 2021-01-26 17:38:33 +11:00
IAstNode.cs
InstructionInfo.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
OperandInfo.cs
PhiFunctions.cs
StructuredFunction.cs
StructuredProgram.cs Use multiple dest operands for shader call instructions (#1975) 2021-02-01 11:13:38 +11:00
StructuredProgramContext.cs
StructuredProgramInfo.cs
VariableType.cs