Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLConstructorCompound.cpp47 static const Expression* make_splat_from_arguments(const Type& type, const ExpressionArray& args) { in make_splat_from_arguments() function
151 if (const Expression* splat = make_splat_from_arguments(type, args)) { in Make()