Searched refs:tInterstageIoData (Results 1 – 2 of 2) sorted by relevance
419 struct tInterstageIoData { struct420 tInterstageIoData(TBuiltInVariable bi, TStorageQualifier q) : in tInterstageIoData() function427 bool operator<(const tInterstageIoData d) const { argument432 TMap<tInterstageIoData, TVariable*> splitBuiltIns; // split built-ins, indexed by built-in type.
1096 …if (splitBuiltIns.find(tInterstageIoData(memberType.getQualifier().builtIn, outerQualifier.storage… in splitBuiltIn()1105 …splitBuiltIns[tInterstageIoData(memberType.getQualifier().builtIn, outerQualifier.storage)] = ioVa… in splitBuiltIn()2991 auto splitPair = splitBuiltIns.find(HlslParseContext::tInterstageIoData( in handleAssign()9863 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation()9871 … builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()9873 …builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()9942 std::set<tInterstageIoData> pcfBuiltIns; // patch constant function built-ins in addPatchConstantInvocation()9943 std::set<tInterstageIoData> epfBuiltIns; // entry point function built-ins in addPatchConstantInvocation()9952 std::set<tInterstageIoData> notInEntryPoint; in addPatchConstantInvocation()9993 if (notInEntryPoint.count(tInterstageIoData(biType, storage)) == 1) in addPatchConstantInvocation()