Searched refs:tInterstageIoData (Results 1 – 2 of 2) sorted by relevance
410 struct tInterstageIoData { struct411 tInterstageIoData(TBuiltInVariable bi, TStorageQualifier q) : in tInterstageIoData() argument418 bool operator<(const tInterstageIoData d) const { argument423 TMap<tInterstageIoData, TVariable*> splitBuiltIns; // split built-ins, indexed by built-in type.
1100 …if (splitBuiltIns.find(tInterstageIoData(memberType.getQualifier().builtIn, outerQualifier.storage… in splitBuiltIn()1109 …splitBuiltIns[tInterstageIoData(memberType.getQualifier().builtIn, outerQualifier.storage)] = ioVa… in splitBuiltIn()2791 auto splitPair = splitBuiltIns.find(HlslParseContext::tInterstageIoData( in handleAssign()9552 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation()9560 … builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()9562 …builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()9631 std::set<tInterstageIoData> pcfBuiltIns; // patch constant function built-ins in addPatchConstantInvocation()9632 std::set<tInterstageIoData> epfBuiltIns; // entry point function built-ins in addPatchConstantInvocation()9641 std::set<tInterstageIoData> notInEntryPoint; in addPatchConstantInvocation()9680 if (notInEntryPoint.count(tInterstageIoData(biType, storage)) == 1) in addPatchConstantInvocation()