Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp1108 TVarLiveVector inVector, outVector, uniformVector; in addStage() local
1121 [&inVector](TVarLivePair p) { inVector.push_back(p); }); in addStage()
1122 …std::sort(inVector.begin(), inVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> … in addStage()
1141 std::for_each(inVector.begin(), inVector.end(), inOutNotify); in addStage()
1146 std::for_each(inVector.begin(), inVector.end(), inOutResolve); in addStage()
1147 std::for_each(inVector.begin(), inVector.end(), [&inVarMap](TVarLivePair p) { in addStage()