HomeSort by relevance Sort by last modified time
    Searched refs:intermAggregate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.cpp 15 bool TDependencyGraphBuilder::visitAggregate(Visit visit, TIntermAggregate* intermAggregate)
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)
29 if (intermAggregate->getName() != "main(")
32 visitAggregateChildren(intermAggregate);
69 void TDependencyGraphBuilder::visitAggregateChildren(TIntermAggregate* intermAggregate)
71 TIntermSequence& sequence = intermAggregate->getSequence()
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.y 73 TIntermAggregate* intermAggregate;
176 %type <interm.intermAggregate> statement_list compound_statement
395 $$ = context->intermediate.setAggregateOperator($1.intermAggregate, op, @1);
400 $$ = context->intermediate.setAggregateOperator($1.intermAggregate, EOpFunctionCall, @1);
818 if ($1.intermAggregate)
819 $1.intermAggregate->setOp(EOpDeclaration);
820 $$ = $1.intermAggregate;
    [all...]
glslang_tab.h 207 TIntermAggregate* intermAggregate;
glslang_tab.cpp 290 TIntermAggregate* intermAggregate;
    [all...]
ParseContext.cpp     [all...]

Completed in 150 milliseconds