Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp169 case TextureFormat::UNORM_INT24: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
361 case TextureFormat::UNORM_INT24: in getFloatChannelValueRange()
516 case TextureFormat::UNORM_INT24: return IVec4(24); in getChannelBitDepth()
583 case TextureFormat::UNORM_INT24: in getChannelMantissaBitDepth()
1334 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24), in toSamplerAccess()
1360 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24), in toSamplerAccess()
DtcuTexture.cpp272 case TextureFormat::UNORM_INT24: return 3; in getChannelSize()
336 case TextureFormat::UNORM_INT24: return (float)readUint24(value) / 16777215.0f; in channelToFloat()
366 case TextureFormat::UNORM_INT24: return (int)readUint24(value); in channelToInt()
396 …case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); b… in floatToChannel()
452 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatUint24 (src)); break; in intToChannel()
590 case TextureFormat::UNORM_INT24: in isValid()
DtcuTexture.hpp79 UNORM_INT24, enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
/external/deqp/modules/egl/
DteglRenderTests.cpp366 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()