Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_1010102_REV (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp62 case TextureFormat::UNSIGNED_INT_1010102_REV: in getTransferFormat()
115 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
169 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return GL_RGB10_A2UI; in getInternalFormat()
414 …return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV; in mapGLChannelType()
493 …L_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapGLInternalFormat()
DgluTextureTestUtil.cpp64 case TextureFormat::UNSIGNED_INT_1010102_REV: in getSamplerType()
90 case TextureFormat::UNSIGNED_INT_1010102_REV: in getFetchSamplerType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1547 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32; in mapTextureFormat()
1612 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat()
1792 …USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
1794 …0_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
1799 …USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
1801 …0_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
1928 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
/external/deqp/framework/common/
DtcuTextureUtil.cpp190 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
415 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV) in getTextureFormatInfo()
501 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) || in getFormatMaxUintValue()
502 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV)) in getFormatMaxUintValue()
553 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
622 case TextureFormat::UNSIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp604 case TextureFormat::UNSIGNED_INT_1010102_REV: in isValid()
748 case TextureFormat::UNSIGNED_INT_1010102_REV: in getPixelSize()
1020 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB( UVec4(UI32(0, 10), UI32(10, 10), U… in getPixel()
1114 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB(UVec4(U32( 0, 10), U32(10, 10), U32… in getPixelInt()
1349 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
1466 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp95 UNSIGNED_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1202 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in isPackedType()