Searched defs:intermAggregate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
H A DDependencyGraphBuilder.cpp15 bool TDependencyGraphBuilder::visitAggregate(Visit visit, TIntermAggregate* intermAggregate) argument
17 switch (intermAggregate->getOp()) {
18 case EOpFunction: visitFunctionDefinition(intermAggregate); break;
19 case EOpFunctionCall: visitFunctionCall(intermAggregate); break;
20 default: visitAggregateChildren(intermAggregate); break;
26 void TDependencyGraphBuilder::visitFunctionDefinition(TIntermAggregate* intermAggregate) argument
29 if (intermAggregate->getName() != "main(")
32 visitAggregateChildren(intermAggregate);
69 void TDependencyGraphBuilder::visitAggregateChildren(TIntermAggregate* intermAggregate) argument
71 TIntermSequence& sequence = intermAggregate
[all...]
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_tab.h173 TIntermAggregate* intermAggregate; member in union:YYSTYPE::__anon10568::__anon10569
H A Dglslang_tab.cpp255 TIntermAggregate* intermAggregate; member in union:YYSTYPE::__anon10562::__anon10563
2557 (yyval.interm.intermTypedNode) = context->intermediate.setAggregateOperator((yyvsp[(1) - (1)].interm).intermAggregate, op, (yylsp[(1) - (1)]));
2562 (yyval.interm.intermTypedNode) = context->intermediate.setAggregateOperator((yyvsp[(1) - (1)].interm).intermAggregate, EOpFunctionCall, (yylsp[(1) - (1)]));
3169 if ((yyvsp[(1) - (2)].interm).intermAggregate)
3170 (yyvsp[(1) - (2)].interm).intermAggregate->setOp(EOpDeclaration);
3171 (yyval.interm.intermNode) = (yyvsp[(1) - (2)].interm).intermAggregate;
3443 (yyval.interm).intermAggregate = context->intermediate.growAggregate((yyvsp[(1) - (3)].interm).intermNode, symbol, (yylsp[(3) - (3)]));
3504 (yyval.interm).intermAggregate = context->intermediate.growAggregate((yyvsp[(1) - (6)].interm).intermNode, context->intermediate.addSymbol(variable ? variable->getUniqueId() : 0, *(yyvsp[(3) - (6)].lex).string, type, (yylsp[(3) - (6)])), (yylsp[(3) - (6)]));
3523 (yyval.interm).intermAggregate = context->intermediate.growAggregate((yyvsp[(1) - (5)].interm).intermNode, intermNode, (yylsp[(4) - (5)]));
3525 (yyval.interm).intermAggregate
[all...]

Completed in 84 milliseconds