Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.h64 , fCoercibleTypes(std::move(types)) {} in Type()
85 , fCoercibleTypes(std::move(coercibleTypes)) in Type()
208 ASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()
209 return fCoercibleTypes; in coercibleTypes()
249 const std::vector<const Type*> fCoercibleTypes; variable
DSkSLType.cpp31 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in determineCoercionCost()
32 if (*fCoercibleTypes[i] == other) { in determineCoercionCost()