Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.h33 return !fImpossible && (fNarrowingCost == 0 || allowNarrowing); in isPossible()
38 if (fImpossible || rhs.fImpossible) {
45 return std::tie( fImpossible, fNarrowingCost, fNormalCost) <
46 std::tie(rhs.fImpossible, rhs.fNarrowingCost, rhs.fNormalCost);
51 bool fImpossible; member