Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1626 case FMT_CASE(R, UNORM_SHORT_10): return VK_FORMAT_R10X6_UNORM_PACK16_KHR; in mapTextureFormat()
1627 case FMT_CASE(RG, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR; in mapTextureFormat()
1628 case FMT_CASE(RGBA, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR; in mapTextureFormat()
1859 …R10X6_UNORM_PACK16_KHR: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
1860 …G10X6_UNORM_2PACK16_KHR: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
1861 …6A10X6_UNORM_4PACK16_KHR: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
2063 return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in getChannelAccessFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp207 case TextureFormat::UNORM_SHORT_10: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
378 case TextureFormat::UNORM_SHORT_10: in getFloatChannelValueRange()
563 case TextureFormat::UNORM_SHORT_10: return IVec4(10); in getChannelBitDepth()
627 case TextureFormat::UNORM_SHORT_10: in getChannelMantissaBitDepth()
DtcuTexture.cpp298 case TextureFormat::UNORM_SHORT_10: return (float)((*((const deUint16*)value)) >> 6u) / 1023.0f; in channelToFloat()
330 case TextureFormat::UNORM_SHORT_10: return (int)((*(((const deUint16*)value))) >> 6u); in channelToInt()
362 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 102… in floatToChannel()
447 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u);… in intToChannel()
637 case TextureFormat::UNORM_SHORT_10: in isValid()
707 case TextureFormat::UNORM_SHORT_10: return 2; in getChannelSize()
DtcuTexture.hpp113 UNORM_SHORT_10, enumerator