Searched refs:unitGlobals (Results 1 – 2 of 2) sorted by relevance
294 TIntermSequence& unitGlobals = unit.treeRoot->getAsAggregate()->getSequence(); in mergeTrees() local307 mergeBodies(infoSink, globals, unitGlobals); in mergeTrees()410 …ate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequence& unitGlobals) in mergeBodies() argument416 for (unsigned int unitChild = 0; unitChild < unitGlobals.size() - 1; ++unitChild) { in mergeBodies()418 TIntermAggregate* unitBody = unitGlobals[unitChild]->getAsAggregate(); in mergeBodies()427 globals.insert(globals.end() - 1, unitGlobals.begin(), unitGlobals.end() - 1); in mergeBodies()
725 void mergeBodies(TInfoSink&, TIntermSequence& globals, const TIntermSequence& unitGlobals);