Searched refs:setTreeRoot (Results 1 – 16 of 16) sorted by relevance
88 void setTreeRoot(TIntermNode *treeRoot) { mTreeRoot = treeRoot; } in setTreeRoot() function
1600 context->setTreeRoot($$);1604 context->setTreeRoot($$);
4825 context->setTreeRoot((yyval.interm.intermNode)); in yyparse()4834 context->setTreeRoot((yyval.interm.intermNode)); in yyparse()
66 void setTreeRoot(TIntermBlock *treeRoot) { mTreeRoot = treeRoot; } in setTreeRoot() function
1444 context->setTreeRoot($$);
4918 context->setTreeRoot((yyval.interm.intermBlock)); in yyparse()
67 void setTreeRoot(TIntermBlock *treeRoot);
1668 context->setTreeRoot($$);
5367 context->setTreeRoot((yyval.interm.intermBlock)); in yyparse()
399 void TParseContext::setTreeRoot(TIntermBlock *treeRoot) in setTreeRoot() function in sh::TParseContext
438 void setTreeRoot(TIntermNode* r) { treeRoot = r; } in setTreeRoot() function
2118 uniforms.setTreeRoot(&root); in crossStageCheck()
4066 parseContext.intermediate.setTreeRoot($$);4071 parseContext.intermediate.setTreeRoot($$);
11631 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()11641 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()
138 intermediate.setTreeRoot(unitNode); in acceptCompilationUnit()