Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp189 case TextureFormat::SIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
434 if (format.type == TextureFormat::SIGNED_INT_1010102_REV) in getTextureFormatInfo()
495 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV) || in getFormatMaxIntValue()
498 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV)) in getFormatMaxIntValue()
576 case TextureFormat::SIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
651 case TextureFormat::SIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp619 case TextureFormat::SIGNED_INT_1010102_REV: in isValid()
777 case TextureFormat::SIGNED_INT_1010102_REV: in getPixelSize()
1078 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB( UVec4(SI32(0, 10), SI32(10, 10), SI… in getPixel()
1175 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB(IVec4(S32( 0, 10), S32(10, 10), S32(… in getPixelInt()
1416 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel()
1536 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp94 SIGNED_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2501 case FMT_CASE(RGBA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SINT_PACK32; in mapTextureFormat()
2566 case FMT_CASE(BGRA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SINT_PACK32; in mapTextureFormat()
2843 …B10_SINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
2850 …R10_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat()
2996 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
3338 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp700 case TextureFormat::SIGNED_INT_1010102_REV: in isLegalExpandableFormat()
759 case TextureFormat::SIGNED_INT_1010102_REV: in isSmallerThan8BitFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp824 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in isPackedType()