Searched refs:getTreeRoot (Results 1 – 13 of 13) sorted by relevance
73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction()85 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushGlobalReference()
487 unit.getTreeRoot()->traverse(&idTraverser); in remapIds()687 getTreeRoot()->traverse(&finalLinkTraverser); in mergeBlockDefinitions()695 unit->getTreeRoot()->traverse(&unitFinalLinkTraverser); in mergeBlockDefinitions()1208 if (getTreeRoot() == nullptr) in finalCheck()1482 TIntermSequence &functionSequence = getTreeRoot()->getAsAggregate()->getSequence(); in checkCallGraphBodies()
1214 if (success && intermediate.getTreeRoot()) { in operator ()()1218 … success = intermediate.postProcess(intermediate.getTreeRoot(), parseContext.getLanguage()); in operator ()()1462 if (success && intermediate.getTreeRoot() && optLevel != EShOptNoGeneration) in ShCompile()1463 …success = compiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.ge… in ShCompile()
1165 if (intermediate.getTreeRoot() == nullptr || in addStage()1174 for (auto& sequnence : intermediate.getTreeRoot()->getAsAggregate()->getSequence()) { in addStage()
423 TIntermNode* root = intermediate.getTreeRoot(); in getSymbolToDefinitionMappingAndPreciseSymbolIDs()
1418 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1525 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1705 intermediates[stage]->getTreeRoot()->traverse(&iter_iomap); in doMap()
448 TIntermNode* getTreeRoot() const { return treeRoot; } in getTreeRoot() function
136 (parseContext.getTreeRoot() != nullptr); in compile()141 TIntermNode* root = parseContext.getTreeRoot(); in compile()
87 TIntermNode *getTreeRoot() const { return mTreeRoot; } in getTreeRoot() function
547 mContext.getTreeRoot()->traverse(this); in emitShader()
463 if (parseContext.getTreeRoot() == nullptr) in compileTreeImpl()475 TIntermBlock *root = parseContext.getTreeRoot(); in compileTreeImpl()
66 TIntermBlock *getTreeRoot() const { return mTreeRoot; } in getTreeRoot() function
10171 TIntermNode* root = intermediate.getTreeRoot(); in GlslangToSpv()