Home
last modified time | relevance | path

Searched refs:EbvSubgroupSize2 (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h162 EbvSubgroupSize2, enumerator
370 case EbvSubgroupSize2: return "SubgroupSize"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7667 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
8082 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
8299 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
8487 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
8636 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
8744 BuiltInVariable("gl_SubgroupSize", EbvSubgroupSize2, symbolTable);
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5326 node = lookupBuiltinVariable("@gl_SubgroupSize", EbvSubgroupSize2, type); in decomposeIntrinsic()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp832 case glslang::EbvSubgroupSize2: in TranslateBuiltInDecoration()