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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp664 case TextureFormat::UNORM_SHORT_5551:
709 case TextureFormat::UNORM_SHORT_5551:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break;
150 case FMT_CASE(RGBA, UNORM_SHORT_5551): return GL_RGB5_A1;
411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;
474 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1513 case FMT_CASE(RGBA, UNORM_SHORT_5551): return VK_FORMAT_R5G5B5A1_UNORM_PACK16;
1517 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16;
1654 case VK_FORMAT_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551);
1658 case VK_FORMAT_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_5551);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp180 case TextureFormat::UNORM_SHORT_5551: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
374 case TextureFormat::UNORM_SHORT_5551:
430 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551))
536 case TextureFormat::UNORM_SHORT_5551: return IVec4(5,5,5,1);
605 case TextureFormat::UNORM_SHORT_5551:
H A DtcuTexture.cpp590 case TextureFormat::UNORM_SHORT_5551:
735 case TextureFormat::UNORM_SHORT_5551:
1015 case TextureFormat::UNORM_SHORT_5551: return swizzleRB( Vec4(UN16(11, 5), UN16( 6, 5), UN16( 1, 5), UN16( 0, 1)), m_format.order, TextureFormat::RGBA);
1111 case TextureFormat::UNORM_SHORT_5551: return swizzleRB(UVec4(U16(11, 5), U16( 6, 5), U16( 1, 5), U16( 0, 1)).cast<int>(), m_format.order, TextureFormat::RGBA);
1314 case TextureFormat::UNORM_SHORT_5551:
1450 case TextureFormat::UNORM_SHORT_5551:
3836 "UNORM_SHORT_5551",
H A DtcuTexture.hpp85 UNORM_SHORT_5551, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1192 case tcu::TextureFormat::UNORM_SHORT_5551:
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp830 case TextureFormat::UNORM_SHORT_5551:
/external/deqp/modules/egl/
H A DteglRenderTests.cpp349 case PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp221 texFormat.type == TextureFormat::UNORM_SHORT_5551);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp169 { tcu::PixelFormat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) },

Completed in 204 milliseconds