Searched refs:UNORM_SHORT_5551 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 105 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/pipeline/ |
D | vktPipelineBlendTests.cpp | 830 case TextureFormat::UNORM_SHORT_5551: in getFormatThreshold() 892 case TextureFormat::UNORM_SHORT_5551: in isLegalExpandableFormat() 948 case TextureFormat::UNORM_SHORT_5551: in isSmallerThan8BitFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 664 case TextureFormat::UNORM_SHORT_5551: in isPackedType() 709 case TextureFormat::UNORM_SHORT_5551: in getPackInfo()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 180 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()
|
D | tcuTexture.cpp | 590 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()
|
D | tcuTexture.hpp | 85 UNORM_SHORT_5551, enumerator
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1513 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() 1708 …_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat() 1712 …_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1192 case tcu::TextureFormat::UNORM_SHORT_5551: in isPackedType()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 349 …ase PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in getColorFormat()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 221 texFormat.type == TextureFormat::UNORM_SHORT_5551); in isMatchingGLInternalFormat()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 169 …mat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()
|