Home
last modified time | relevance | path

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

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