Ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
riperiperi ede26556f2
Traverse PhiNodes for Bindless Elimination (#2089)
This allows bindless handles to be found for image/texture instructions with predicates, when the assignment of the texture handle is within the same predicate.

This seems to cover the remaining bindless handles that compilers seem to be creating due to optimizations.

Will affect newer UE4 games, and games by NdCube (Super Mario Party, Clubhouse Games)
2021-03-09 17:27:44 -03:00
..
BindlessElimination.cs Traverse PhiNodes for Bindless Elimination (#2089) 2021-03-09 17:27:44 -03:00
BindlessToIndexed.cs
BranchElimination.cs
ConstantFolding.cs
GlobalToStorage.cs
HalfConversion.cs
Optimizer.cs
Simplification.cs