Searched refs:SIGNED_INT_1010102_REV (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 185 case FMT_CASE(RGBA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SINT_PACK32; in mapTextureFormat() 250 case FMT_CASE(BGRA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SINT_PACK32; in mapTextureFormat() 421 …0_SSCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat() 423 …B10_SINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat() 428 …0_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat() 430 …R10_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV); in mapVkFormat() 593 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 184 case TextureFormat::SIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass() 411 if (format.type == TextureFormat::SIGNED_INT_1010102_REV) in getTextureFormatInfo() 538 case TextureFormat::SIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 605 case TextureFormat::SIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 617 case TextureFormat::SIGNED_INT_1010102_REV: in isValid() 691 case TextureFormat::SIGNED_INT_1010102_REV: in getPixelSize() 965 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB( UVec4(SI32(0, 10), SI32(10, 10), SI… in getPixel() 1060 …case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB(IVec4(S32( 0, 10), S32(10, 10), S32(… in getPixelInt() 1300 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel() 1418 case TextureFormat::SIGNED_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 94 SIGNED_INT_1010102_REV, enumerator
|