Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h166 EbvSubGroupSize, enumerator
398 case EbvSubGroupSize: return "SubGroupSize"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7943 SpecialQualifier("gl_SIMDGroupSizeAMD", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8174 SpecialQualifier("gl_SubGroupSizeARB", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8179 BuiltInVariable("gl_SubGroupSizeARB", EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8623 SpecialQualifier("gl_SubGroupSizeARB", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8628 BuiltInVariable("gl_SubGroupSizeARB", EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8867 SpecialQualifier("gl_SubGroupSizeARB", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
8872 BuiltInVariable("gl_SubGroupSizeARB", EbvSubGroupSize, symbolTable); in identifyBuiltIns()
9124 SpecialQualifier("gl_SubGroupSizeARB", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
9129 BuiltInVariable("gl_SubGroupSizeARB", EbvSubGroupSize, symbolTable); in identifyBuiltIns()
9342 SpecialQualifier("gl_SubGroupSizeARB", EvqVaryingIn, EbvSubGroupSize, symbolTable); in identifyBuiltIns()
[all …]
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp797 case glslang::EbvSubGroupSize: in TranslateBuiltInDecoration()