Searched refs:EbvSubgroupSize2 (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 172 EbvSubgroupSize2, enumerator 401 case EbvSubgroupSize2: return "SubgroupSize"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8040 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging() 8491 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging() 8724 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging() 8931 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging() 9148 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging() 9291 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable); in add2ndGenerationSamplingImaging()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5416 node = lookupBuiltinVariable("@gl_SubgroupSize", EbvSubgroupSize2, type); in decomposeIntrinsic()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 872 case glslang::EbvSubgroupSize2: in TranslateBuiltInDecoration()
|