Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h162 EbvLocalInvocationIndex, enumerator
391 case EbvLocalInvocationIndex: return "LocalInvocationIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp440 (*SemanticMap)["SV_GROUPINDEX"] = EbvLocalInvocationIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9529 case EbvLocalInvocationIndex: in isInputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8647 BuiltInVariable("gl_LocalInvocationIndex", EbvLocalInvocationIndex, symbolTable); in add2ndGenerationSamplingImaging()
9036 BuiltInVariable("gl_LocalInvocationIndex", EbvLocalInvocationIndex, symbolTable); in add2ndGenerationSamplingImaging()
9215 BuiltInVariable("gl_LocalInvocationIndex", EbvLocalInvocationIndex, symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp718 case glslang::EbvLocalInvocationIndex: return spv::BuiltInLocalInvocationIndex; in TranslateBuiltInDecoration()