Searched defs:coercionCost (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLType.cpp13 int Type::coercionCost(const Type& other) const { function in class:SkSL::Type
19 return this->componentType().coercionCost(other.componentType());
25 return this->componentType().coercionCost(other.componentType());
H A DSkSLExpression.h104 virtual int coercionCost(const Type& target) const { function in struct:SkSL::Expression
105 return fType.coercionCost(target);
/external/skqp/src/sksl/ir/
H A DSkSLType.cpp13 int Type::coercionCost(const Type& other) const { function in class:SkSL::Type
19 return this->componentType().coercionCost(other.componentType());
25 return this->componentType().coercionCost(other.componentType());
H A DSkSLExpression.h104 virtual int coercionCost(const Type& target) const { function in struct:SkSL::Expression
105 return fType.coercionCost(target);

Completed in 326 milliseconds