Home
last modified time | relevance | path

Searched refs:UNORM_SHORT_5551 (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp150 case FMT_CASE(RGBA, UNORM_SHORT_5551): return VK_FORMAT_R5G5B5A1_UNORM_PACK16; in mapTextureFormat()
154 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; in mapTextureFormat()
282 …_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
286 …_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break; in getTransferFormat()
150 case FMT_CASE(RGBA, UNORM_SHORT_5551): return GL_RGB5_A1; in getInternalFormat()
411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551; in mapGLChannelType()
474 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp175 case TextureFormat::UNORM_SHORT_5551: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
367 case TextureFormat::UNORM_SHORT_5551: in getFloatChannelValueRange()
421 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551)) in getTextureFormatInfo()
522 case TextureFormat::UNORM_SHORT_5551: return IVec4(5,5,5,1); in getChannelBitDepth()
589 case TextureFormat::UNORM_SHORT_5551: in getChannelMantissaBitDepth()
DtcuTexture.cpp604 case TextureFormat::UNORM_SHORT_5551: in isValid()
679 case TextureFormat::UNORM_SHORT_5551: in getPixelSize()
959 …case TextureFormat::UNORM_SHORT_5551: return swizzleRB( Vec4(UN16(11, 5), UN16( 6, 5), UN16( 1… in getPixel()
1055 …case TextureFormat::UNORM_SHORT_5551: return swizzleRB(UVec4(U16(11, 5), U16( 6, 5), U16( 1, … in getPixelInt()
1258 case TextureFormat::UNORM_SHORT_5551: in setPixel()
1394 case TextureFormat::UNORM_SHORT_5551: in setPixel()
DtcuTexture.hpp85 UNORM_SHORT_5551, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp858 case TextureFormat::UNORM_SHORT_5551: in getFormatThreshold()
/external/deqp/modules/egl/
DteglRenderTests.cpp349 …ase PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in getColorFormat()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp221 texFormat.type == TextureFormat::UNORM_SHORT_5551); in isMatchingGLInternalFormat()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp169 …mat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()