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.cpp2785 case FMT_CASE(R, UNORM_SHORT_10): return VK_FORMAT_R10X6_UNORM_PACK16; in mapTextureFormat()
2786 case FMT_CASE(RG, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6_UNORM_2PACK16; in mapTextureFormat()
2787 case FMT_CASE(RGBA, UNORM_SHORT_10): return VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16; in mapTextureFormat()
3069 …MAT_R10X6_UNORM_PACK16: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3070 …10X6G10X6_UNORM_2PACK16: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3071 …B10X6A10X6_UNORM_4PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_10); in mapVkFormat()
3304 return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in getChannelAccessFormat()
/external/deqp/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()
339 case TextureFormat::UNORM_SHORT_10: return (int)((*(((const deUint16*)value))) >> 6u); in channelToInt()
375 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 102… in floatToChannel()
466 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u);… in intToChannel()
670 case TextureFormat::UNORM_SHORT_10: in isValid()
743 case TextureFormat::UNORM_SHORT_10: return 2; in getChannelSize()
DtcuTexture.hpp116 UNORM_SHORT_10, enumerator