Home
last modified time | relevance | path

Searched refs:UNORM_SHORT_565 (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break; in getTransferFormat()
152 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565; in getInternalFormat()
412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565; in mapGLChannelType()
481 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapGLInternalFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp662 case TextureFormat::UNORM_SHORT_565: in isPackedType()
694 case TextureFormat::UNORM_SHORT_565: in getPackInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp662 case TextureFormat::UNORM_SHORT_565: in isPackedType()
694 case TextureFormat::UNORM_SHORT_565: in getPackInfo()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp177 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
379 case TextureFormat::UNORM_SHORT_565: in getFloatChannelValueRange()
557 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0); in getChannelBitDepth()
634 case TextureFormat::UNORM_SHORT_565: in getChannelMantissaBitDepth()
DtcuTexture.cpp619 case TextureFormat::UNORM_SHORT_565: in isValid()
783 case TextureFormat::UNORM_SHORT_565: in getPixelSize()
1107 …case TextureFormat::UNORM_SHORT_565: return swizzleGe( Vec4(UN16(11, 5), UN16( 5, 6), UN16( 0,… in getPixel()
1240 …case TextureFormat::UNORM_SHORT_565: return swizzleGe(UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5… in getPixelInt()
1286 case TextureFormat::UNORM_SHORT_565: in getPixelInt64()
1440 case TextureFormat::UNORM_SHORT_565: in setPixel()
1590 case TextureFormat::UNORM_SHORT_565: in setPixel()
DtcuTexture.hpp83 UNORM_SHORT_565, enumerator
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp139 …mat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) }, in toTextureFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineBlendTests.cpp912 case TextureFormat::UNORM_SHORT_565: in getFormatThreshold()
991 case TextureFormat::UNORM_SHORT_565: in isLegalExpandableFormat()
1048 case TextureFormat::UNORM_SHORT_565: in isSmallerThan8BitFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp912 case TextureFormat::UNORM_SHORT_565: in getFormatThreshold()
991 case TextureFormat::UNORM_SHORT_565: in isLegalExpandableFormat()
1048 case TextureFormat::UNORM_SHORT_565: in isSmallerThan8BitFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp800 case tcu::TextureFormat::UNORM_SHORT_565: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp800 case tcu::TextureFormat::UNORM_SHORT_565: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2784 case FMT_CASE(RGB, UNORM_SHORT_565): return VK_FORMAT_R5G6B5_UNORM_PACK16; in mapTextureFormat()
2788 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16; in mapTextureFormat()
3031 …MAT_R5G6B5_UNORM_PACK16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapVkFormat()
3035 …MAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_SHORT_565); in mapVkFormat()
3692 case tcu::TextureFormat::UNORM_SHORT_565: in getFormatComponentWidth()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp356 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in getColorFormat()
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.cpp225 texFormat.type == TextureFormat::UNORM_SHORT_565); in isMatchingGLInternalFormat()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp173 …ormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) } in toTextureFormat()