Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp254 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32; in mapTextureFormat()
319 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat()
490 …USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
492 …0_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
497 …USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
499 …0_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
618 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
/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/framework/common/
DtcuTextureUtil.cpp190 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
411 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV) in getTextureFormatInfo()
497 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) || in getFormatMaxUintValue()
498 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV)) in getFormatMaxUintValue()
549 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
616 case TextureFormat::UNSIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp554 case TextureFormat::UNSIGNED_INT_1010102_REV: in isValid()
692 case TextureFormat::UNSIGNED_INT_1010102_REV: in getPixelSize()
964 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB( UVec4(UI32(0, 10), UI32(10, 10), U… in getPixel()
1058 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB(UVec4(U32( 0, 10), U32(10, 10), U32… in getPixelInt()
1293 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
1410 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp95 UNSIGNED_INT_1010102_REV, enumerator