Searched refs:UNORM_SHORT_4444 (Results 1 – 13 of 13) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break; in getTransferFormat() 151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4; in getInternalFormat() 410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444; in mapGLChannelType() 480 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapGLInternalFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 664 case TextureFormat::UNORM_SHORT_4444: in isPackedType() 706 case TextureFormat::UNORM_SHORT_4444: in getPackInfo()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2738 case FMT_CASE(RGBA, UNORM_SHORT_4444): return VK_FORMAT_R4G4B4A4_UNORM_PACK16; in mapTextureFormat() 2742 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16; in mapTextureFormat() 2884 case FMT_CASE(ARGB, UNORM_SHORT_4444): return VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT; in mapTextureFormat() 2885 case FMT_CASE(ABGR, UNORM_SHORT_4444): return VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT; in mapTextureFormat() 2977 …_R4G4B4A4_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapVkFormat() 2981 …_B4G4R4A4_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_4444); in mapVkFormat() 3145 …B4_UNORM_PACK16_EXT: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNORM_SHORT_4444); in mapVkFormat() 3146 …R4_UNORM_PACK16_EXT: return TextureFormat(TextureFormat::ABGR, TextureFormat::UNORM_SHORT_4444); in mapVkFormat() 3633 case tcu::TextureFormat::UNORM_SHORT_4444: in getFormatComponentWidth()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 183 if (m_texture->getRefTexture().getFormat().type == tcu::TextureFormat::UNORM_SHORT_4444 || in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 137 …at(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) }, in toTextureFormat()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 179 case TextureFormat::UNORM_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 381 case TextureFormat::UNORM_SHORT_4444: in getFloatChannelValueRange() 558 case TextureFormat::UNORM_SHORT_4444: return IVec4(4); in getChannelBitDepth() 635 case TextureFormat::UNORM_SHORT_4444: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 619 case TextureFormat::UNORM_SHORT_4444: in isValid() 780 case TextureFormat::UNORM_SHORT_4444: in getPixelSize() 1105 …case TextureFormat::UNORM_SHORT_4444: return swizzleGe( Vec4(UN16(12, 4), UN16( 8, 4), UN16( 4… in getPixel() 1238 …case TextureFormat::UNORM_SHORT_4444: return swizzleGe(UVec4(U16(12, 4), U16( 8, 4), U16( 4, … in getPixelInt() 1284 case TextureFormat::UNORM_SHORT_4444: in getPixelInt64() 1456 case TextureFormat::UNORM_SHORT_4444: in setPixel() 1600 case TextureFormat::UNORM_SHORT_4444: in setPixel()
|
D | tcuTexture.hpp | 85 UNORM_SHORT_4444, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 904 case TextureFormat::UNORM_SHORT_4444: in getFormatThreshold() 977 case TextureFormat::UNORM_SHORT_4444: in isLegalExpandableFormat() 1034 case TextureFormat::UNORM_SHORT_4444: in isSmallerThan8BitFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 839 case tcu::TextureFormat::UNORM_SHORT_4444: in isPackedType()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 354 …ase PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in getColorFormat()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 220 texFormat.type == TextureFormat::UNORM_SHORT_4444 || in isMatchingGLInternalFormat()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 169 …mat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) }, in toTextureFormat()
|