Searched refs:EbvInvocationId (Results 1 – 6 of 6) sorted by relevance
197 EbvInvocationId, enumerator405 case EbvInvocationId: return "InvocationID"; in GetBuiltInVariableString()
433 (*SemanticMap)["SV_OUTPUTCONTROLPOINTID"] = EbvInvocationId; in fillInKeywordMap()437 (*SemanticMap)["SV_GSINSTANCEID"] = EbvInvocationId; in fillInKeywordMap()
2200 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in transformEntryPoint()2206 invocationIdType.getQualifier().builtIn = EbvInvocationId; in transformEntryPoint()9418 case EbvInvocationId: in isInputBuiltIn()9812 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in addPatchConstantInvocation()9881 invocationIdType.getQualifier().builtIn = EbvInvocationId; in addPatchConstantInvocation()9993 if ((*entryPointFunction)[i].getDeclaredBuiltIn() == EbvInvocationId) { in addPatchConstantInvocation()
7547 BuiltInVariable("gl_InvocationID", EbvInvocationId, symbolTable);
2630 if (! rightSymbol || rightSymbol->getQualifier().builtIn != EbvInvocationId) in lValueErrorCheck()
782 case glslang::EbvInvocationId: return spv::BuiltInInvocationId; in TranslateBuiltInDecoration()