Searched refs:setTreeRoot (Results 1 – 18 of 18) 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()
67 void setTreeRoot(TIntermBlock *treeRoot);
1657 context->setTreeRoot($$);
5354 context->setTreeRoot((yyval.interm.intermBlock)); in yyparse()
401 void TParseContext::setTreeRoot(TIntermBlock *treeRoot) in setTreeRoot() function in sh::TParseContext
423 void setTreeRoot(TIntermNode* r) { treeRoot = r; } in setTreeRoot() function
3959 parseContext.intermediate.setTreeRoot($$);3964 parseContext.intermediate.setTreeRoot($$);
10961 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()10971 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()
432 void setTreeRoot(TIntermNode* r) { treeRoot = r; } in setTreeRoot() function
2115 uniforms.setTreeRoot(&root); in crossStageCheck()
4039 parseContext.intermediate.setTreeRoot($$);4044 parseContext.intermediate.setTreeRoot($$);
11571 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()11581 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()
138 intermediate.setTreeRoot(unitNode); in acceptCompilationUnit()