Add support for 10 and 12bit packed unorm formats
authorMika Isojärvi <misojarvi@google.com>
Thu, 4 May 2017 22:55:19 +0000 (15:55 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 25 Aug 2017 13:03:18 +0000 (09:03 -0400)
commit07621ffcf0362606afeccf2c2deac35bc0f3668a
tree30dc5055c9a66aed9b695e5fc82382c12cc2ce1c
parentfd9b4ccdd1b9815e0eae16b4d44bce51f7343aef
Add support for 10 and 12bit packed unorm formats

10 and 12bit unsigned normalized values are packed into highers bits
of 16bit unsigned int.

Change-Id: I18a88547ba29003961bf0806a50cb17995c72f13
Components: Framework
external/vulkancts/modules/vulkan/texture/vktSampleVerifierUtil.cpp
framework/common/tcuTexture.cpp
framework/common/tcuTexture.hpp
framework/common/tcuTextureUtil.cpp
modules/internal/ditTextureFormatTests.cpp