ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
gdkchan 25fd4ef10e
Extend bindless elimination to work with masked and shifted handles (#2727)
* Extent bindless elimination to work with masked handles

* Extend bindless elimination to catch shifted pattern, refactor handle packing/unpacking
2021-10-17 17:28:18 -03:00
..
BindlessElimination.cs Extend bindless elimination to work with masked and shifted handles (#2727) 2021-10-17 17:28:18 -03:00
BindlessToIndexed.cs
BranchElimination.cs
ConstantFolding.cs
GlobalToStorage.cs
HalfConversion.cs
Optimizer.cs
Simplification.cs
Utils.cs