Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1608 …const bool toConvertable = (to == EbtFloat || to == EbtDouble || to == EbtInt || to == EbtUint || … in canImplicitlyPromote() local
1610 if (fromConvertable && toConvertable) { in canImplicitlyPromote()