Home
last modified time | relevance | path

Searched refs:fCoercibleTypes (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLType.h101 , fCoercibleTypes(std::move(types)) { in Type()
140 , fCoercibleTypes(std::move(coercibleTypes)) in Type()
315 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()
316 return fCoercibleTypes; in coercibleTypes()
359 std::vector<const Type*> fCoercibleTypes; variable
DSkSLType.cpp41 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()
42 if (*fCoercibleTypes[i] == other) { in coercionCost()
/external/skia/src/sksl/ir/
DSkSLType.h350 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()
351 return fCoercibleTypes; in coercibleTypes()
479 , fCoercibleTypes(std::move(types)) {} in Type()
582 std::vector<const Type*> fCoercibleTypes; variable
DSkSLType.cpp48 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()
49 if (*fCoercibleTypes[i] == other) { in coercionCost()