Home
last modified time | relevance | path

Searched refs:UNORM_INT_1010102_REV (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp114 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
168 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return GL_RGB10_A2; in getInternalFormat()
187 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10; in getInternalFormat()
414 …case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : Te… in mapGLChannelType()
495 …ase GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
514 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp668 case TextureFormat::UNORM_INT_1010102_REV: in isPackedType()
733 case TextureFormat::UNORM_INT_1010102_REV: in getPackInfo()
799 if (texFormat.type == TextureFormat::UNORM_INT_1010102_REV || in convertNormalizedFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp623 case TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold()
685 case TextureFormat::UNORM_INT_1010102_REV: in isLegalExpandableFormat()
748 case TextureFormat::UNORM_INT_1010102_REV: in isSmallerThan8BitFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1597 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in mapTextureFormat()
1662 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; in mapTextureFormat()
1913 …0B10_UNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat()
1920 …0R10_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat()
2366 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatComponentWidth()
/external/deqp/framework/common/
DtcuTextureUtil.cpp188 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
377 case TextureFormat::UNORM_INT_1010102_REV: in getFloatChannelValueRange()
544 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
613 case TextureFormat::UNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp602 case TextureFormat::UNORM_INT_1010102_REV: in isValid()
746 case TextureFormat::UNORM_INT_1010102_REV: in getPixelSize()
1018 …case TextureFormat::UNORM_INT_1010102_REV: return swizzleRB( Vec4(UN32( 0, 10), UN32(10, 10), UN3… in getPixel()
1113 case TextureFormat::UNORM_INT_1010102_REV: // Fall-through in getPixelInt()
1335 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
1465 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
DtcuTexture.hpp89 UNORM_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp920 case tcu::TextureFormat::UNORM_INT_1010102_REV: in isPackedType()