Searched refs:EbvInvocationId (Results 1 – 6 of 6) sorted by relevance
201 EbvInvocationId, enumerator376 case EbvInvocationId: return "InvocationID"; in GetBuiltInVariableString()
433 (*SemanticMap)["SV_OUTPUTCONTROLPOINTID"] = EbvInvocationId; in fillInKeywordMap()437 (*SemanticMap)["SV_GSINSTANCEID"] = EbvInvocationId; in fillInKeywordMap()
2107 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in transformEntryPoint()2113 invocationIdType.getQualifier().builtIn = EbvInvocationId; in transformEntryPoint()9229 case EbvInvocationId: in isInputBuiltIn()9623 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in addPatchConstantInvocation()9690 invocationIdType.getQualifier().builtIn = EbvInvocationId; in addPatchConstantInvocation()9802 if ((*entryPointFunction)[i].getDeclaredBuiltIn() == EbvInvocationId) { in addPatchConstantInvocation()
8003 BuiltInVariable("gl_InvocationID", EbvInvocationId, symbolTable); in add2ndGenerationSamplingImaging()
2359 if (! rightSymbol || rightSymbol->getQualifier().builtIn != EbvInvocationId) in lValueErrorCheck()
715 case glslang::EbvInvocationId: return spv::BuiltInInvocationId; in TranslateBuiltInDecoration()