Searched refs:UNORM_SHORT_5551 (Results 1 – 12 of 12) 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() 479 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 665 case TextureFormat::UNORM_SHORT_5551: in isPackedType() 712 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() 382 case TextureFormat::UNORM_SHORT_5551: in getFloatChannelValueRange() 444 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551)) in getTextureFormatInfo() 560 case TextureFormat::UNORM_SHORT_5551: return IVec4(5,5,5,1); in getChannelBitDepth() 637 case TextureFormat::UNORM_SHORT_5551: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 614 case TextureFormat::UNORM_SHORT_5551: in isValid() 775 case TextureFormat::UNORM_SHORT_5551: in getPixelSize() 1101 …case TextureFormat::UNORM_SHORT_5551: return swizzleGe( Vec4(UN16(11, 5), UN16( 6, 5), UN16( 1… in getPixel() 1199 …case TextureFormat::UNORM_SHORT_5551: return swizzleGe(UVec4(U16(11, 5), U16( 6, 5), U16( 1, … in getPixelInt() 1404 case TextureFormat::UNORM_SHORT_5551: in setPixel() 1542 case TextureFormat::UNORM_SHORT_5551: in setPixel()
|
D | tcuTexture.hpp | 86 UNORM_SHORT_5551, enumerator
|
/external/deqp/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 138 …at(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 906 case TextureFormat::UNORM_SHORT_5551: in getFormatThreshold() 972 case TextureFormat::UNORM_SHORT_5551: in isLegalExpandableFormat() 1028 case TextureFormat::UNORM_SHORT_5551: in isSmallerThan8BitFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 840 case tcu::TextureFormat::UNORM_SHORT_5551: in isPackedType()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2671 case FMT_CASE(RGBA, UNORM_SHORT_5551): return VK_FORMAT_R5G5B5A1_UNORM_PACK16; in mapTextureFormat() 2675 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; in mapTextureFormat() 2910 …_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat() 2914 …_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 355 …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 | 170 …mat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()
|