ryujinx/Ryujinx.Graphics.Shader/StructuredIr
gdkchan dc97457bf0
Initial support for double precision shader instructions. (#963)
* Implement DADD, DFMA and DMUL shader instructions

* Rename FP to FP32

* Correct double immediate

* Classic mistake
2020-03-03 15:02:08 +01: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 Initial work 2020-01-09 02:13:00 +01:00
GotoStatement.cs
HelperFunctionsMask.cs
IAstNode.cs
InstructionInfo.cs Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
OperandInfo.cs
PhiFunctions.cs
StructuredProgram.cs Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
StructuredProgramContext.cs
StructuredProgramInfo.cs
VariableType.cs Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00