HomeSort by relevance Sort by last modified time
    Searched refs:unitGlobals (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
linkValidate.cpp 294 TIntermSequence& unitGlobals = unit.treeRoot->getAsAggregate()->getSequence();
307 mergeBodies(infoSink, globals, unitGlobals);
407 // Merge the function bodies and global-level initializers from unitGlobals into globals.
410 void TIntermediate::mergeBodies(TInfoSink& infoSink, TIntermSequence& globals, const TIntermSequence& unitGlobals)
416 for (unsigned int unitChild = 0; unitChild < unitGlobals.size() - 1; ++unitChild) {
418 TIntermAggregate* unitBody = unitGlobals[unitChild]->getAsAggregate();
427 globals.insert(globals.end() - 1, unitGlobals.begin(), unitGlobals.end() - 1);
    [all...]
localintermediate.h 725 void mergeBodies(TInfoSink&, TIntermSequence& globals, const TIntermSequence& unitGlobals);
    [all...]

Completed in 833 milliseconds