• Home
  • Raw
  • Download

Lines Matching refs:EbtUint16

395     case EOpConstructUint16: newType = EbtUint16; break;  in addUnaryMath()
578 case EbtUint16: newOp = EOpConvUint16ToDouble; break; in buildConvertOp()
597 case EbtUint16: newOp = EOpConvUint16ToFloat; break; in buildConvertOp()
612 case EbtUint16: newOp = EOpConvUint16ToFloat16; break; in buildConvertOp()
635 case EbtUint16: newOp = EOpConvUint16ToBool; break; in buildConvertOp()
649 case EbtUint16: newOp = EOpConvUint16ToInt8; break; in buildConvertOp()
666 case EbtUint16: newOp = EOpConvUint16ToUint8; break; in buildConvertOp()
684 case EbtUint16: newOp = EOpConvUint16ToInt16; break; in buildConvertOp()
697 case EbtUint16: in buildConvertOp()
725 case EbtUint16: newOp = EOpConvUint16ToInt; break; in buildConvertOp()
744 case EbtUint16: newOp = EOpConvUint16ToUint; break; in buildConvertOp()
760 case EbtUint16: newOp = EOpConvUint16ToInt64; break; in buildConvertOp()
777 case EbtUint16: newOp = EOpConvUint16ToUint64; break; in buildConvertOp()
807 convertTo == EbtInt16 || convertTo == EbtUint16 || in createConversion()
812 … node->getBasicType() == EbtInt16 || node->getBasicType() == EbtUint16 || in createConversion()
829 if (((convertTo == EbtInt16 || convertTo == EbtUint16) && ! convertFromIntTypes) || in createConversion()
830 …((node->getBasicType() == EbtInt16 || node->getBasicType() == EbtUint16) && ! convertToIntTypes)) { in createConversion()
858 (getArithemeticInt16Enabled() || !(convertTo == EbtInt16 || convertTo == EbtUint16)) && in createConversion()
1452 case EbtUint16: in isIntegralPromotion()
1507 case EbtUint16: in isIntegralConversion()
1519 case EbtUint16: in isIntegralConversion()
1530 case EbtUint16: in isIntegralConversion()
1539 case EbtUint16: in isIntegralConversion()
1590 case EbtUint16: in isFPIntegralConversion()
1714 case EbtUint16: in canImplicitlyPromote()
1731 case EbtUint16: in canImplicitlyPromote()
1746 case EbtUint16: in canImplicitlyPromote()
1767 case EbtUint16: in canImplicitlyPromote()
1784 case EbtUint16: in canImplicitlyPromote()
1790 case EbtUint16: in canImplicitlyPromote()
1816 case EbtUint16: in canSignedIntTypeRepresentAllUnsignedValues()
1829 case EbtUint16: in canSignedIntTypeRepresentAllUnsignedValues()
1841 case EbtUint16: in canSignedIntTypeRepresentAllUnsignedValues()
1853 case EbtUint16: in canSignedIntTypeRepresentAllUnsignedValues()
1881 return EbtUint16; in getCorrespondingUnsignedType()
2271 case EbtUint16: in mapTypeToConstructorOp()
2571 return addConstantUnion(unionArray, TType(EbtUint16, EvqConst), loc, literal); in addConstantUnion()
3869 case EbtUint16: PROMOTE(setU16Const, unsigned short, Get); break; \ in promoteConstantUnion()
3889 case EbtUint16: TO_ALL(getU16Const); break; in promoteConstantUnion()