Searched refs:getTreeRoot (Results 1 – 21 of 21) sorted by relevance
73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction()85 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushGlobalReference()
1230 if (success && intermediate.getTreeRoot()) { in operator ()()1234 … success = intermediate.postProcess(intermediate.getTreeRoot(), parseContext.getLanguage()); in operator ()()1495 if (success && intermediate.getTreeRoot() && optLevel != EShOptNoGeneration) in ShCompile()1496 …success = compiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.ge… in ShCompile()
427 unit.getTreeRoot()->traverse(&idTraverser); in remapIds()683 if (getTreeRoot() == nullptr) in finalCheck()957 TIntermSequence &functionSequence = getTreeRoot()->getAsAggregate()->getSequence(); in checkCallGraphBodies()
1167 if (intermediate.getTreeRoot() == nullptr || in addStage()1176 for (auto& sequnence : intermediate.getTreeRoot()->getAsAggregate()->getSequence()) { in addStage()
1392 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1499 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1590 intermediates[stage]->getTreeRoot()->traverse(&iter_iomap); in doMap()
425 TIntermNode* root = intermediate.getTreeRoot(); in getSymbolToDefinitionMappingAndPreciseSymbolIDs()
424 TIntermNode* getTreeRoot() const { return treeRoot; } in getTreeRoot() function
1239 if (success && intermediate.getTreeRoot()) { in operator ()()1243 … success = intermediate.postProcess(intermediate.getTreeRoot(), parseContext.getLanguage()); in operator ()()1505 if (success && intermediate.getTreeRoot() && optLevel != EShOptNoGeneration) in ShCompile()1506 …success = compiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.ge… in ShCompile()
485 unit.getTreeRoot()->traverse(&idTraverser); in remapIds()688 unit->getTreeRoot()->traverse(&finalLinkTraverser); in mergeBlockDefinitions()1012 if (getTreeRoot() == nullptr) in finalCheck()1286 TIntermSequence &functionSequence = getTreeRoot()->getAsAggregate()->getSequence(); in checkCallGraphBodies()
1407 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1514 TIntermNode* root = intermediate.getTreeRoot(); in addStage()1652 intermediates[stage]->getTreeRoot()->traverse(&iter_iomap); in doMap()
433 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()
421 if (parseContext.getTreeRoot() == nullptr) in compileTreeImpl()433 TIntermBlock *root = parseContext.getTreeRoot(); in compileTreeImpl()
66 TIntermBlock *getTreeRoot() const { return mTreeRoot; } in getTreeRoot() function
9354 TIntermNode* root = intermediate.getTreeRoot(); in GlslangToSpv()
8950 TIntermNode* root = intermediate.getTreeRoot(); in GlslangToSpv()