Searched refs:getIntermFunctionCall (Results 1 – 4 of 4) sorted by relevance
65 beginError(functionCall->getIntermFunctionCall()); in validateUserDefinedFunctionCallUsage()88 if (isSamplingOp(parameter->getIntermFunctionCall())) { in visitArgument()92 beginError(parameter->getIntermFunctionCall()); in visitArgument()98 beginError(parameter->getIntermFunctionCall()); in visitArgument()
19 << parameter->getIntermFunctionCall()->getName() << "\n"; in visitArgument()25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n"; in visitFunctionCall()
65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall() function80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall() function
38 if (functionCall->getIntermFunctionCall()->isUserDefined()) in createFunctionCall()