Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp665 case TextureFormat::UNORM_SHORT_1555: in isPackedType()
715 case TextureFormat::UNORM_SHORT_1555: in getPackInfo()
/external/deqp/framework/common/
DtcuTextureUtil.cpp181 case TextureFormat::UNORM_SHORT_1555: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
375 case TextureFormat::UNORM_SHORT_1555: in getFloatChannelValueRange()
537 case TextureFormat::UNORM_SHORT_1555: return IVec4(1,5,5,5); in getChannelBitDepth()
606 case TextureFormat::UNORM_SHORT_1555: in getChannelMantissaBitDepth()
DtcuTexture.cpp595 case TextureFormat::UNORM_SHORT_1555: in isValid()
736 case TextureFormat::UNORM_SHORT_1555: in getPixelSize()
1024 case TextureFormat::UNORM_SHORT_1555: in getPixel()
1118 case TextureFormat::UNORM_SHORT_1555: in getPixelInt()
1321 case TextureFormat::UNORM_SHORT_1555: in setPixel()
1458 case TextureFormat::UNORM_SHORT_1555: in setPixel()
DtcuTexture.hpp86 UNORM_SHORT_1555, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1519 case FMT_CASE(ARGB, UNORM_SHORT_1555): return VK_FORMAT_A1R5G5B5_UNORM_PACK16; in mapTextureFormat()
1660 …_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNORM_SHORT_1555); in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1193 case tcu::TextureFormat::UNORM_SHORT_1555: in isPackedType()