Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h148 EbvWorkGroupSize, enumerator
356 case EbvWorkGroupSize: return "WorkGroupSize"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8221 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable);
8568 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable);
8678 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp688 case glslang::EbvWorkGroupSize: return spv::BuiltInWorkgroupSize; in TranslateBuiltInDecoration()
8340 if (node.getType().getQualifier().builtIn == glslang::EbvWorkGroupSize) { in createSpvConstant()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9416 case EbvWorkGroupSize: in isInputBuiltIn()