Home
last modified time | relevance | path

Searched defs:coercionCost (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp13 int Type::coercionCost(const Type& other) const { in coercionCost() function in SkSL::Type
DSkSLIntLiteral.h47 int coercionCost(const Type& target) const override { in coercionCost() function
DSkSLFloatLiteral.h40 int coercionCost(const Type& target) const override { in coercionCost() function
DSkSLExpression.h108 virtual int coercionCost(const Type& target) const { in coercionCost() function
/third_party/skia/src/sksl/ir/
DSkSLExpression.h176 virtual CoercionCost coercionCost(const Type& target) const { in coercionCost() function
DSkSLType.cpp475 CoercionCost Type::coercionCost(const Type& other) const { in coercionCost() function in SkSL::Type