Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_1010102_REV (Results 1 – 8 of 8) 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()
498 …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()
429 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV) in getTextureFormatInfo()
520 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) || in getFormatMaxUintValue()
523 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV)) in getFormatMaxUintValue()
579 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
654 case TextureFormat::UNSIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp629 case TextureFormat::UNSIGNED_INT_1010102_REV: in isValid()
788 case TextureFormat::UNSIGNED_INT_1010102_REV: in getPixelSize()
1107 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleGe( UVec4(UI32(0, 10), UI32(10, 10), U… in getPixel()
1203 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleGe(UVec4(U32( 0, 10), U32(10, 10), U32… in getPixelInt()
1439 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
1558 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp96 UNSIGNED_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2705 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32; in mapTextureFormat()
2772 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat()
3058 …0_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
3065 …0_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat()
3214 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
3580 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp850 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in isPackedType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp982 case TextureFormat::UNSIGNED_INT_1010102_REV: in isLegalExpandableFormat()
1041 case TextureFormat::UNSIGNED_INT_1010102_REV: in isSmallerThan8BitFormat()