Home
last modified time | relevance | path

Searched defs:newArg (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceVariable.h106 void replaceFunctionCallArg(const TIntermNode *oldArg, TIntermTyped *newArg) in replaceFunctionCallArg()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DVectorizeVectorScalarArithmetic.cpp151 TIntermBinary *newArg = new TIntermBinary(argBinary->getOp(), leftVectorized, rightVectorized); in replaceMathInsideConstructor() local
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp216 std::unique_ptr<Expression> newArg = in optimize_constructor_swizzle() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2443 TIntermTyped*& arguments, TIntermTyped* newArg) in handleFunctionArgument()