Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1548 case FMT_CASE(RGBA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SINT_PACK32; in mapTextureFormat()
1613 case FMT_CASE(BGRA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SINT_PACK32; in mapTextureFormat()
1793 …0_SSCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
1795 …B10_SINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
1800 …0_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
1802 …R10_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
1929 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
/external/deqp/framework/common/
DtcuTextureUtil.cpp189 case TextureFormat::SIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
420 if (format.type == TextureFormat::SIGNED_INT_1010102_REV) in getTextureFormatInfo()
481 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV) || in getFormatMaxIntValue()
482 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV)) in getFormatMaxIntValue()
552 case TextureFormat::SIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
621 case TextureFormat::SIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp603 case TextureFormat::SIGNED_INT_1010102_REV: in isValid()
747 case TextureFormat::SIGNED_INT_1010102_REV: in getPixelSize()
1021 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB( UVec4(SI32(0, 10), SI32(10, 10), SI… in getPixel()
1116 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB(IVec4(S32( 0, 10), S32(10, 10), S32(… in getPixelInt()
1356 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel()
1474 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp94 SIGNED_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1201 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in isPackedType()