Searched refs:getTreeRoot (Results 1 – 11 of 11) sorted by relevance
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()
73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction()
1170 if (success && intermediate.getTreeRoot()) { in operator ()()1174 … success = intermediate.postProcess(intermediate.getTreeRoot(), parseContext.getLanguage()); in operator ()()1431 if (success && intermediate.getTreeRoot() && optLevel != EShOptNoGeneration) in ShCompile()1432 …success = compiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.ge… in ShCompile()
403 unit.getTreeRoot()->traverse(&idTraverser); in remapIds()602 if (getTreeRoot() == nullptr) in finalCheck()865 TIntermSequence &functionSequence = getTreeRoot()->getAsAggregate()->getSequence(); in checkCallGraphBodies()
423 TIntermNode* root = intermediate.getTreeRoot(); in getSymbolToDefinitionMappingAndPreciseSymbolIDs()
794 if (intermediate.getTreeRoot() == nullptr || in addStage()
760 TIntermNode* root = intermediate.getTreeRoot(); in addStage()
437 TIntermNode* getTreeRoot() const { return treeRoot; } in getTreeRoot() function
7824 TIntermNode* root = intermediate.getTreeRoot();