Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp216 std::unique_ptr<Expression> newArg = in optimize_constructor_swizzle() local
/third_party/skia/m133/src/sksl/ir/
DSkSLSwizzle.cpp229 std::unique_ptr<Expression> newArg = baseArguments[reorderedArg.fArgIndex]->clone(); in optimize_constructor_swizzle() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2476 TIntermTyped*& arguments, TIntermTyped* newArg) in handleFunctionArgument()