Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h147 EbvNumWorkGroups, enumerator
355 case EbvNumWorkGroups: return "NumWorkGroups"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8220 BuiltInVariable("gl_NumWorkGroups", EbvNumWorkGroups, symbolTable);
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9414 case EbvNumWorkGroups: in isInputBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp687 case glslang::EbvNumWorkGroups: return spv::BuiltInNumWorkgroups; in TranslateBuiltInDecoration()