Home
last modified time | relevance | path

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

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