Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp811 …bool convertFromIntTypes = (node->getBasicType() == EbtInt8 || node->getBasicType() == EbtUint8 … in createConversion() local
822 if (((convertTo == EbtInt8 || convertTo == EbtUint8) && ! convertFromIntTypes) || in createConversion()
829 if (((convertTo == EbtInt16 || convertTo == EbtUint16) && ! convertFromIntTypes) || in createConversion()