Home
last modified time | relevance | path

Searched refs:TVarLivePair (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h241 struct TVarLivePair : std::pair<const TString, TVarEntryInfo> { struct
242TVarLivePair(const std::pair<const TString, TVarEntryInfo>& _Right) : pair(_Right.first, _Right.se… in TVarLivePair() argument
243 TVarLivePair& operator=(const TVarLivePair& _Right) {
248 TVarLivePair(const TVarLivePair& src) : pair(src) { } in TVarLivePair() function
250 typedef std::vector<TVarLivePair> TVarLiveVector;
Diomapper.cpp1121 [&inVector](TVarLivePair p) { inVector.push_back(p); }); in addStage()
1122 …std::sort(inVector.begin(), inVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> … in addStage()
1126 [&outVector](TVarLivePair p) { outVector.push_back(p); }); in addStage()
1127 …std::sort(outVector.begin(), outVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -… in addStage()
1131 [&uniformVector](TVarLivePair p) { uniformVector.push_back(p); }); in addStage()
1132 …sort(uniformVector.begin(), uniformVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2… in addStage()
1147 std::for_each(inVector.begin(), inVector.end(), [&inVarMap](TVarLivePair p) { in addStage()
1153 std::for_each(outVector.begin(), outVector.end(), [&outVarMap](TVarLivePair p) { in addStage()
1159 std::for_each(uniformVector.begin(), uniformVector.end(), [&uniformVarMap](TVarLivePair p) { in addStage()
1256 [&uniformVector](TVarLivePair p) { uniformVector.push_back(p); }); in doMap()
[all …]