Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp796 bool convertToIntTypes = (convertTo == EbtInt8 || convertTo == EbtUint8 || in createConversion() local
813 … ((node->getBasicType() == EbtInt8 || node->getBasicType() == EbtUint8) && ! convertToIntTypes)) { in createConversion()
820 …((node->getBasicType() == EbtInt16 || node->getBasicType() == EbtUint16) && ! convertToIntTypes)) { in createConversion()