Home
last modified time | relevance | path

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

/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/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp664 case TextureFormat::UNORM_SHORT_5551: in isPackedType()
709 case TextureFormat::UNORM_SHORT_5551: in getPackInfo()
/external/deqp/framework/common/
DtcuTextureUtil.cpp180 case TextureFormat::UNORM_SHORT_5551: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
374 case TextureFormat::UNORM_SHORT_5551: in getFloatChannelValueRange()
430 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551)) in getTextureFormatInfo()
536 case TextureFormat::UNORM_SHORT_5551: return IVec4(5,5,5,1); in getChannelBitDepth()
605 case TextureFormat::UNORM_SHORT_5551: in getChannelMantissaBitDepth()
DtcuTexture.cpp590 case TextureFormat::UNORM_SHORT_5551: in isValid()
735 case TextureFormat::UNORM_SHORT_5551: in getPixelSize()
1015 …case TextureFormat::UNORM_SHORT_5551: return swizzleRB( Vec4(UN16(11, 5), UN16( 6, 5), UN16( 1… in getPixel()
1111 …case TextureFormat::UNORM_SHORT_5551: return swizzleRB(UVec4(U16(11, 5), U16( 6, 5), U16( 1, … in getPixelInt()
1314 case TextureFormat::UNORM_SHORT_5551: in setPixel()
1450 case TextureFormat::UNORM_SHORT_5551: in setPixel()
DtcuTexture.hpp85 UNORM_SHORT_5551, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1513 case FMT_CASE(RGBA, UNORM_SHORT_5551): return VK_FORMAT_R5G5B5A1_UNORM_PACK16; in mapTextureFormat()
1517 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; in mapTextureFormat()
1654 …_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
1658 …_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp830 case TextureFormat::UNORM_SHORT_5551: in getFormatThreshold()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1192 case tcu::TextureFormat::UNORM_SHORT_5551: in isPackedType()
/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()