Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h158 EbvNumWorkGroups, enumerator
390 case EbvNumWorkGroups: return "NumWorkGroups"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8805 BuiltInVariable("gl_NumWorkGroups", EbvNumWorkGroups, symbolTable); in identifyBuiltIns()
9280 BuiltInVariable("gl_NumWorkGroups", EbvNumWorkGroups, symbolTable); in identifyBuiltIns()
9461 BuiltInVariable("gl_NumWorkGroups", EbvNumWorkGroups, symbolTable); in identifyBuiltIns()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9534 case EbvNumWorkGroups: in isInputBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp683 case glslang::EbvNumWorkGroups: return spv::BuiltInNumWorkgroups; in TranslateBuiltInDecoration()