Searched refs:UNORM_SHORT_5551 (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 665 case TextureFormat::UNORM_SHORT_5551: in isPackedType() 712 case TextureFormat::UNORM_SHORT_5551: in getPackInfo()
|
/third_party/vk-gl-cts/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 | 620 case TextureFormat::UNORM_SHORT_5551: in isValid() 781 case TextureFormat::UNORM_SHORT_5551: in getPixelSize() 1107 …case TextureFormat::UNORM_SHORT_5551: return swizzleGe( Vec4(UN16(11, 5), UN16( 6, 5), UN16( 1… in getPixel() 1240 …case TextureFormat::UNORM_SHORT_5551: return swizzleGe(UVec4(U16(11, 5), U16( 6, 5), U16( 1, … in getPixelInt() 1286 case TextureFormat::UNORM_SHORT_5551: in getPixelInt64() 1470 case TextureFormat::UNORM_SHORT_5551: in setPixel() 1608 case TextureFormat::UNORM_SHORT_5551: in setPixel()
|
D | tcuTexture.hpp | 86 UNORM_SHORT_5551, enumerator
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 908 case TextureFormat::UNORM_SHORT_5551: in getFormatThreshold() 978 case TextureFormat::UNORM_SHORT_5551: in isLegalExpandableFormat() 1035 case TextureFormat::UNORM_SHORT_5551: in isSmallerThan8BitFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 840 case tcu::TextureFormat::UNORM_SHORT_5551: in isPackedType()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2739 case FMT_CASE(RGBA, UNORM_SHORT_5551): return VK_FORMAT_R5G5B5A1_UNORM_PACK16; in mapTextureFormat() 2743 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; in mapTextureFormat() 2978 …_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat() 2982 …_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551); in mapVkFormat()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 355 …ase PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in getColorFormat()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 221 texFormat.type == TextureFormat::UNORM_SHORT_5551); in isMatchingGLInternalFormat()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 170 …mat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()
|