Home
last modified time | relevance | path

Searched refs:UNORM_SHORT_1555 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.cpp176 case TextureFormat::UNORM_SHORT_1555: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
368 case TextureFormat::UNORM_SHORT_1555: in getFloatChannelValueRange()
523 case TextureFormat::UNORM_SHORT_1555: return IVec4(1,5,5,5); in getChannelBitDepth()
590 case TextureFormat::UNORM_SHORT_1555: in getChannelMantissaBitDepth()
DtcuTexture.cpp609 case TextureFormat::UNORM_SHORT_1555: in isValid()
680 case TextureFormat::UNORM_SHORT_1555: in getPixelSize()
968 case TextureFormat::UNORM_SHORT_1555: in getPixel()
1062 case TextureFormat::UNORM_SHORT_1555: in getPixelInt()
1265 case TextureFormat::UNORM_SHORT_1555: in setPixel()
1402 case TextureFormat::UNORM_SHORT_1555: in setPixel()
DtcuTexture.hpp86 UNORM_SHORT_1555, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp156 case FMT_CASE(ARGB, UNORM_SHORT_1555): return VK_FORMAT_A1R5G5B5_UNORM_PACK16; in mapTextureFormat()
288 …_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNORM_SHORT_1555); in mapVkFormat()