Searched refs:UNSIGNED_INT24 (Results 1 – 7 of 7) sorted by relevance
202 case TextureFormat::UNSIGNED_INT24: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()395 case TextureFormat::UNSIGNED_INT24: cMin = 0.0f; cMax = 16777215.0f; break; in getFloatChannelValueRange()530 case TextureFormat::UNSIGNED_INT24: return UVec4(0xffffffu); in getFormatMaxUintValue()575 case TextureFormat::UNSIGNED_INT24: return IVec4(24); in getChannelBitDepth()651 case TextureFormat::UNSIGNED_INT24: in getChannelMantissaBitDepth()
295 case TextureFormat::UNSIGNED_INT24: return (float)readUint24(value); in channelToFloat()333 case TextureFormat::UNSIGNED_INT24: return (int)readUint24(value); in channelToInt()370 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()460 …case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break; in intToChannel()655 case TextureFormat::UNSIGNED_INT24: in isValid()737 case TextureFormat::UNSIGNED_INT24: return 3; in getChannelSize()
108 UNSIGNED_INT24, enumerator
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
987 case TextureFormat::UNSIGNED_INT24: in isLegalExpandableFormat()1046 case TextureFormat::UNSIGNED_INT24: in isSmallerThan8BitFormat()
3546 case tcu::TextureFormat::UNSIGNED_INT24: in getFormatComponentWidth()