Home
last modified time | relevance | path

Searched refs:otherExpression (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sksl/
DSkSLCompiler.cpp523 std::unique_ptr<Expression>* otherExpression, in vectorize() argument
528 ASSERT((*otherExpression)->fType.kind() == Type::kScalar_Kind); in vectorize()
532 *target = construct(type, std::move(*otherExpression)); in vectorize()
535 *target = construct(type, std::move(*otherExpression)); in vectorize()