Searched refs:UNORM_SHORT_565 (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp661 case TextureFormat::UNORM_SHORT_565:
691 case TextureFormat::UNORM_SHORT_565:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break;
152 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565;
412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565;
476 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp818 case TextureFormat::UNORM_SHORT_565:
889 case TextureFormat::UNORM_SHORT_565:
945 case TextureFormat::UNORM_SHORT_565:
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1511 case FMT_CASE(RGB, UNORM_SHORT_565): return VK_FORMAT_R5G6B5_UNORM_PACK16;
1515 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16;
1706 case VK_FORMAT_R5G6B5_UNORM_PACK16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
1710 case VK_FORMAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_SHORT_565);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp177 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
371 case TextureFormat::UNORM_SHORT_565:
533 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0);
602 case TextureFormat::UNORM_SHORT_565:
H A DtcuTexture.cpp584 case TextureFormat::UNORM_SHORT_565:
732 case TextureFormat::UNORM_SHORT_565:
1010 case TextureFormat::UNORM_SHORT_565: return swizzleRB( Vec4(UN16(11, 5), UN16( 5, 6), UN16( 0, 5), 1.0f), m_format.order, TextureFormat::RGB);
1106 case TextureFormat::UNORM_SHORT_565: return swizzleRB(UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5), 1).cast<int>(), m_format.order, TextureFormat::RGB);
1279 case TextureFormat::UNORM_SHORT_565:
1427 case TextureFormat::UNORM_SHORT_565:
3833 "UNORM_SHORT_565",
H A DtcuTexture.hpp82 UNORM_SHORT_565, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1189 case tcu::TextureFormat::UNORM_SHORT_565:
/external/deqp/modules/egl/
H A DteglRenderTests.cpp350 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp225 texFormat.type == TextureFormat::UNORM_SHORT_565);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp170 { tcu::PixelFormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) }

Completed in 1489 milliseconds