Searched refs:EbvSubgroupSize2 (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 162 EbvSubgroupSize2, enumerator 370 case EbvSubgroupSize2: return "SubgroupSize"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7667 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/ |
D | hlslParseHelper.cpp | 5326 node = lookupBuiltinVariable("@gl_SubgroupSize", EbvSubgroupSize2, type); in decomposeIntrinsic()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 832 case glslang::EbvSubgroupSize2: in TranslateBuiltInDecoration()
|