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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp663 case TextureFormat::UNORM_SHORT_4444:
703 case TextureFormat::UNORM_SHORT_4444:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break;
151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4;
410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444;
475 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp826 case TextureFormat::UNORM_SHORT_4444:
891 case TextureFormat::UNORM_SHORT_4444:
947 case TextureFormat::UNORM_SHORT_4444:
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1512 case FMT_CASE(RGBA, UNORM_SHORT_4444): return VK_FORMAT_R4G4B4A4_UNORM_PACK16;
1516 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16;
1707 case VK_FORMAT_R4G4B4A4_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
1711 case VK_FORMAT_B4G4R4A4_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_4444);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp179 case TextureFormat::UNORM_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
373 case TextureFormat::UNORM_SHORT_4444:
534 case TextureFormat::UNORM_SHORT_4444: return IVec4(4);
603 case TextureFormat::UNORM_SHORT_4444:
H A DtcuTexture.cpp589 case TextureFormat::UNORM_SHORT_4444:
734 case TextureFormat::UNORM_SHORT_4444:
1013 case TextureFormat::UNORM_SHORT_4444: return swizzleRB( Vec4(UN16(12, 4), UN16( 8, 4), UN16( 4, 4), UN16( 0, 4)), m_format.order, TextureFormat::RGBA);
1109 case TextureFormat::UNORM_SHORT_4444: return swizzleRB(UVec4(U16(12, 4), U16( 8, 4), U16( 4, 4), U16( 0, 4)).cast<int>(), m_format.order, TextureFormat::RGBA);
1300 case TextureFormat::UNORM_SHORT_4444:
1442 case TextureFormat::UNORM_SHORT_4444:
3835 "UNORM_SHORT_4444",
H A DtcuTexture.hpp84 UNORM_SHORT_4444, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1191 case tcu::TextureFormat::UNORM_SHORT_4444:
/external/deqp/modules/egl/
H A DteglRenderTests.cpp348 case PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp220 texFormat.type == TextureFormat::UNORM_SHORT_4444 ||
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp168 { tcu::PixelFormat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) },

Completed in 130 milliseconds