Searched refs:EOpFunctionCall (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DRenameFunction.h26 if ((op == EOpFunction || op == EOpFunctionCall) && node->getName() == mOldFunctionName)
H A DDetectDiscontinuity.cpp110 if (node->getOp() == EOpFunctionCall)
H A DDetectCallDepth.cpp108 case EOpFunctionCall: {
H A DValidateLimitations.cpp155 case EOpFunctionCall:
417 ASSERT(node->getOp() == EOpFunctionCall);
H A DintermOut.cpp220 case EOpFunctionCall: out << "Function Call: " << node->getName(); break;
H A Dintermediate.h32 EOpFunctionCall, enumerator in enum:TOperator
H A DOutputGLSLBase.cpp525 case EOpFunctionCall:
H A DOutputHLSL.cpp1639 case EOpFunctionCall:
H A Dglslang.y457 $$ = context->intermediate.setAggregateOperator($1.intermAggregate, EOpFunctionCall, @1);
H A Dglslang_tab.cpp2562 (yyval.interm.intermTypedNode) = context->intermediate.setAggregateOperator((yyvsp[(1) - (1)].interm).intermAggregate, EOpFunctionCall, (yylsp[(1) - (1)]));
/external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
H A DDependencyGraphBuilder.cpp19 case EOpFunctionCall: visitFunctionCall(intermAggregate); break;

Completed in 95 milliseconds