Home
last modified time | relevance | path

Searched refs:EbvWorkGroupId (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h160 EbvWorkGroupId, enumerator
392 case EbvWorkGroupId: return "WorkGroupID"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp522 (*SemanticMap)["SV_GROUPID"] = EbvWorkGroupId; in fillInKeywordMap()
DhlslParseHelper.cpp1499 case EbvWorkGroupId: requiredVectorSize = 3; break; in fixBuiltInIoType()
9535 case EbvWorkGroupId: in isInputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8807 BuiltInVariable("gl_WorkGroupID", EbvWorkGroupId, symbolTable); in identifyBuiltIns()
9246 BuiltInVariable("gl_WorkGroupID", EbvWorkGroupId, symbolTable); in identifyBuiltIns()
9436 BuiltInVariable("gl_WorkGroupID", EbvWorkGroupId, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp685 case glslang::EbvWorkGroupId: return spv::BuiltInWorkgroupId; in TranslateBuiltInDecoration()