Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1466 …const bool fromConvertable = (from == EbtFloat || from == EbtDouble || from == EbtInt || from == E… in canImplicitlyPromote() local
1469 if (fromConvertable && toConvertable) { in canImplicitlyPromote()