RetroArch
Typedefs | Functions | Variables
hlsl_wave_mask.cpp File Reference
#include <glm/glm.hpp>
#include <assert.h>
Include dependency graph for hlsl_wave_mask.cpp:

Typedefs

using uint4 = uvec4
 

Functions

static void test_main (unsigned wave_index)
 
int main ()
 

Variables

static uvec4 gl_SubgroupEqMask
 
static uvec4 gl_SubgroupGeMask
 
static uvec4 gl_SubgroupGtMask
 
static uvec4 gl_SubgroupLeMask
 
static uvec4 gl_SubgroupLtMask
 

Typedef Documentation

◆ uint4

using uint4 = uvec4

Function Documentation

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ test_main()

static void test_main ( unsigned  wave_index)
static
Here is the caller graph for this function:

Variable Documentation

◆ gl_SubgroupEqMask

uvec4 gl_SubgroupEqMask
static

◆ gl_SubgroupGeMask

uvec4 gl_SubgroupGeMask
static

◆ gl_SubgroupGtMask

uvec4 gl_SubgroupGtMask
static

◆ gl_SubgroupLeMask

uvec4 gl_SubgroupLeMask
static

◆ gl_SubgroupLtMask

uvec4 gl_SubgroupLtMask
static