Searched refs:paramNode (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 3595 TIntermTyped *TParseContext::addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIn… in addFunctionCallOrMethod() argument 3611 else if(paramNode != nullptr) in addFunctionCallOrMethod() 3648 if(!constructorErrorCheck(loc, paramNode, *fnCall, op, &type)) in addFunctionCallOrMethod() 3653 callNode = addConstructor(paramNode, &type, op, fnCall, loc); in addFunctionCallOrMethod() 3691 callNode = createUnaryMath(op, paramNode->getAsTyped(), loc, &fnCandidate->getReturnType()); in addFunctionCallOrMethod() 3696 << static_cast<TIntermTyped*>(paramNode)->getCompleteString(); in addFunctionCallOrMethod() 3698 error(paramNode->getLine(), " wrong operand type", "Internal Error", extraInfo.c_str()); in addFunctionCallOrMethod() 3705 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, op, loc); in addFunctionCallOrMethod() 3715 TIntermSequence ¶meters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod() 3737 … TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod()
|
D | ParseHelper.h | 237 …TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *this…
|