Home
last modified time | relevance | path

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

/external/skqp/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
DSkSLExpression.h105 virtual int coercionCost(const Type& target) const { in coercionCost() function
/external/skia/src/sksl/ir/
DSkSLType.cpp21 CoercionCost Type::coercionCost(const Type& other) const { in coercionCost() function in SkSL::Type
DSkSLFloatLiteral.h59 CoercionCost coercionCost(const Type& target) const override { in coercionCost() function
DSkSLIntLiteral.h69 CoercionCost coercionCost(const Type& target) const override { in coercionCost() function
DSkSLExpression.h154 virtual CoercionCost coercionCost(const Type& target) const { in coercionCost() function