Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h152 EbvWorkGroupSize, enumerator
336 case EbvWorkGroupSize: return "WorkGroupSize"; in GetBuiltInVariableString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp8544 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable); in add2ndGenerationSamplingImaging()
8719 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable); in add2ndGenerationSamplingImaging()
8806 BuiltInVariable("gl_WorkGroupSize", EbvWorkGroupSize, symbolTable); in add2ndGenerationSamplingImaging()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp726 case glslang::EbvWorkGroupSize: return spv::BuiltInWorkgroupSize; in TranslateBuiltInDecoration()
7427 if (node.getType().getQualifier().builtIn == glslang::EbvWorkGroupSize) {
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9227 case EbvWorkGroupSize: in isInputBuiltIn()