Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp666 case TextureFormat::UNORM_SHORT_1555: in isPackedType()
718 case TextureFormat::UNORM_SHORT_1555: in getPackInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTextureUtil.cpp181 case TextureFormat::UNORM_SHORT_1555: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
383 case TextureFormat::UNORM_SHORT_1555: in getFloatChannelValueRange()
561 case TextureFormat::UNORM_SHORT_1555: return IVec4(1,5,5,5); in getChannelBitDepth()
636 case TextureFormat::UNORM_SHORT_1555: in getChannelMantissaBitDepth()
H A DtcuTexture.cpp612 case TextureFormat::UNORM_SHORT_1555: in isValid()
767 case TextureFormat::UNORM_SHORT_1555: in getPixelSize()
1082 case TextureFormat::UNORM_SHORT_1555: in getPixel()
1178 case TextureFormat::UNORM_SHORT_1555: in getPixelInt()
1381 case TextureFormat::UNORM_SHORT_1555: in setPixel()
1520 case TextureFormat::UNORM_SHORT_1555: in setPixel()
H A DtcuTexture.hpp86 UNORM_SHORT_1555, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp927 case TextureFormat::UNORM_SHORT_1555: in getFormatThreshold()
954 case TextureFormat::UNORM_SHORT_1555: in isLegalExpandableFormat()
1010 case TextureFormat::UNORM_SHORT_1555: in isSmallerThan8BitFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp816 case tcu::TextureFormat::UNORM_SHORT_1555: in isPackedType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2472 case FMT_CASE(ARGB, UNORM_SHORT_1555): return VK_FORMAT_A1R5G5B5_UNORM_PACK16; in mapTextureFormat()
2706 …_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNORM_SHORT_1555); in mapVkFormat()
3333 case tcu::TextureFormat::UNORM_SHORT_1555: in getFormatComponentWidth()