Searched refs:toConvertable (Results 1 – 1 of 1) sorted by relevance
1467 …const bool toConvertable = (to == EbtFloat || to == EbtDouble || to == EbtInt || to == EbtUint || … in canImplicitlyPromote() local1469 if (fromConvertable && toConvertable) { in canImplicitlyPromote()