Home
last modified time | relevance | path

Searched refs:UNORM_INT_1010102_REV (Results 1 – 6 of 6) 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()
492 …ase GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
511 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp182 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in mapTextureFormat()
247 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; in mapTextureFormat()
418 …0B10_UNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat()
425 …0R10_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp183 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
370 case TextureFormat::UNORM_INT_1010102_REV: cMin = 0.0f; cMax = 1.0f; break; in getFloatChannelValueRange()
530 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
597 case TextureFormat::UNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp616 case TextureFormat::UNORM_INT_1010102_REV: in isValid()
690 case TextureFormat::UNORM_INT_1010102_REV: in getPixelSize()
962 …case TextureFormat::UNORM_INT_1010102_REV: return swizzleRB( Vec4(UN32( 0, 10), UN32(10, 10), UN3… in getPixel()
1057 case TextureFormat::UNORM_INT_1010102_REV: // Fall-through in getPixelInt()
1279 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
1409 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
DtcuTexture.hpp89 UNORM_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp862 case TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold()