Searched refs:splat_scalar (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLConstantFolder.cpp | 130 static ConstructorSplat splat_scalar(const Expression& scalar, const Type& type) { in splat_scalar() function 506 splat_scalar(*right, left->type())); in Simplify() 510 splat_scalar(*right, left->type())); in Simplify() 518 return simplify_vector<SKSL_FLOAT>(context, splat_scalar(*left, right->type()), op, in Simplify() 522 return simplify_vector<SKSL_INT, SKSL_UINT>(context, splat_scalar(*left, right->type()), in Simplify()
|