Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLExpression.h90 CoercionCost coercionCost(const Type& target) const { in coercionCost() function
H A DSkSLType.cpp940 CoercionCost Type::coercionCost(const Type& other) const { in coercionCost() function in SkSL::Type