Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.h33 return !fImpossible && (fNarrowingCost == 0 || allowNarrowing); in isPossible()
41 return { fNormalCost + rhs.fNormalCost, fNarrowingCost + rhs.fNarrowingCost, false };
45 return std::tie( fImpossible, fNarrowingCost, fNormalCost) <
46 std::tie(rhs.fImpossible, rhs.fNarrowingCost, rhs.fNormalCost);
50 int fNarrowingCost; member