Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp201 case TextureFormat::UNSIGNED_INT24: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
387 case TextureFormat::UNSIGNED_INT24: cMin = 0.0f; cMax = 16777215.0f; break; in getFloatChannelValueRange()
509 case TextureFormat::UNSIGNED_INT24: return UVec4(0xffffffu); in getFormatMaxUintValue()
550 case TextureFormat::UNSIGNED_INT24: return IVec4(24); in getChannelBitDepth()
619 case TextureFormat::UNSIGNED_INT24: in getChannelMantissaBitDepth()
DtcuTexture.cpp293 case TextureFormat::UNSIGNED_INT24: return (float)readUint24(value); in channelToFloat()
325 case TextureFormat::UNSIGNED_INT24: return (int)readUint24(value); in channelToInt()
357 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()
442 …case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break; in intToChannel()
625 case TextureFormat::UNSIGNED_INT24: in isValid()
702 case TextureFormat::UNSIGNED_INT24: return 3; in getChannelSize()
DtcuTexture.hpp106 UNSIGNED_INT24, enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()