aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Translation/HelperFunctionName.cs
blob: e5af173556b5a0158e7c779cf8e3bc032ffd38fb (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                             
                             


                           
                        
                           
     
 
namespace Ryujinx.Graphics.Shader.Translation
{
    enum HelperFunctionName
    {
        ConvertDoubleToFloat,
        ConvertFloatToDouble,
        SharedAtomicMaxS32,
        SharedAtomicMinS32,
        SharedStore8,
        SharedStore16,
        TexelFetchScale,
        TextureSizeUnscale,
    }
}