Home
last modified time | relevance | path

Searched refs:EbvSubGroupInvocation (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h156 EbvSubGroupInvocation, enumerator
364 case EbvSubGroupInvocation: return "SubGroupInvocation"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7642 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
8057 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
8274 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
8461 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
8607 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
8715 BuiltInVariable("gl_SubGroupInvocationARB", EbvSubGroupInvocation, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp794 case glslang::EbvSubGroupInvocation: in TranslateBuiltInDecoration()