Searched refs:UNSIGNED_INT24 (Results 1 – 5 of 5) sorted by relevance
120 case TextureFormat::UNSIGNED_INT24: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()268 case TextureFormat::UNSIGNED_INT24: cMin = 0.0f; cMax = 16777215.0f; break; in getChannelValueRange()349 case TextureFormat::UNSIGNED_INT24: return IVec4(24); in getChannelBitDepth()405 case TextureFormat::UNSIGNED_INT24: in getChannelMantissaBitDepth()
169 case TextureFormat::UNSIGNED_INT24: return 3; in getChannelSize()229 case TextureFormat::UNSIGNED_INT24: return (float)readUint24(value); in channelToFloat()258 case TextureFormat::UNSIGNED_INT24: return (int)readUint24(value); in channelToInt()287 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()341 …case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break; in intToChannel()
93 UNSIGNED_INT24, enumerator
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()