Home
last modified time | relevance | path

Searched refs:getIntermFunctionCall (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/timing/
DRestrictFragmentShaderTiming.cpp65 beginError(functionCall->getIntermFunctionCall()); in validateUserDefinedFunctionCallUsage()
88 if (isSamplingOp(parameter->getIntermFunctionCall())) { in visitArgument()
92 beginError(parameter->getIntermFunctionCall()); in visitArgument()
98 beginError(parameter->getIntermFunctionCall()); in visitArgument()
/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphOutput.cpp19 << parameter->getIntermFunctionCall()->getName() << "\n"; in visitArgument()
25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n"; in visitFunctionCall()
DDependencyGraph.h65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall() function
80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall() function
DDependencyGraph.cpp38 if (functionCall->getIntermFunctionCall()->isUserDefined()) in createFunctionCall()