Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2853 case FMT_CASE(R, UNORM_SHORT_10): return VK_FORMAT_R10X6_UNORM_PACK16; in mapTextureFormat()
2854 case FMT_CASE(RG, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6_UNORM_2PACK16; in mapTextureFormat()
2855 case FMT_CASE(RGBA, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16; in mapTextureFormat()
3137 …MAT_R10X6_UNORM_PACK16: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3138 …10X6G10X6_UNORM_2PACK16: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3139 …B10X6A10X6_UNORM_4PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3372 return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in getChannelAccessFormat()
3604 case tcu::TextureFormat::UNORM_SHORT_10: in getFormatComponentWidth()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp209 case TextureFormat::UNORM_SHORT_10: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
386 case TextureFormat::UNORM_SHORT_10: in getFloatChannelValueRange()
589 case TextureFormat::UNORM_SHORT_10: return IVec4(10); in getChannelBitDepth()
659 case TextureFormat::UNORM_SHORT_10: in getChannelMantissaBitDepth()
DtcuTexture.cpp301 case TextureFormat::UNORM_SHORT_10: return (float)((*((const deUint16*)value)) >> 6u) / 1023.0f; in channelToFloat()
340 case TextureFormat::UNORM_SHORT_10: return (T)((*(((const deUint16*)value))) >> 6u); in channelToIntType()
381 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 102… in floatToChannel()
472 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u);… in intToChannel()
676 case TextureFormat::UNORM_SHORT_10: in isValid()
749 case TextureFormat::UNORM_SHORT_10: return 2; in getChannelSize()
DtcuTexture.hpp116 UNORM_SHORT_10, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp912 case TextureFormat::UNORM_SHORT_10: in getFormatThreshold()
980 case TextureFormat::UNORM_SHORT_10: in isLegalExpandableFormat()
1055 case TextureFormat::UNORM_SHORT_10: in isSmallerThan8BitFormat()