Searched defs:newArg (Results 1 – 4 of 4) sorted by relevance
106 void replaceFunctionCallArg(const TIntermNode *oldArg, TIntermTyped *newArg) in replaceFunctionCallArg()
151 TIntermBinary *newArg = new TIntermBinary(argBinary->getOp(), leftVectorized, rightVectorized); in replaceMathInsideConstructor() local
216 std::unique_ptr<Expression> newArg = in optimize_constructor_swizzle() local
2443 TIntermTyped*& arguments, TIntermTyped* newArg) in handleFunctionArgument()