Home
last modified time | relevance | path

Searched refs:determineBinaryType (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLOperators.cpp247 bool Operator::determineBinaryType(const Context& context, in determineBinaryType() function in SkSL::Operator
312 if (!this->determineBinaryType(context, left.componentType(), right.componentType(), in determineBinaryType()
344 if (!this->determineBinaryType(context, left.componentType(), right, in determineBinaryType()
360 if (!this->determineBinaryType(context, left, right.componentType(), in determineBinaryType()
H A DSkSLOperators.h95 bool determineBinaryType(const Context& context,
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp98 if (!op.determineBinaryType(context, *rawLeftType, *rawRightType, in Convert()
144 SkAssertResult(op.determineBinaryType(context, left->type(), right->type(), in Make()
H A DSkSLTernaryExpression.cpp32 if (!equalityOp.determineBinaryType(context, ifTrue->type(), ifFalse->type(), in Convert()

Completed in 3 milliseconds