Fix for unnormalized coordinate test using mipmaps
authorJari Komppa <jari.komppa@siru.fi>
Wed, 24 Oct 2018 09:18:40 +0000 (12:18 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 1 Nov 2018 09:46:44 +0000 (05:46 -0400)
commit228215415ef233087067f61054f6798cb96fb27e
tree7e89e41052d3e7f87f14faf59734eb298237dbe9
parent8d5b58d33481ba236af7ea3f521ff1f3f0baf159
Fix for unnormalized coordinate test using mipmaps

The unnormalized coodinate test used textures with mipmaps, while
unnormalized coordinates are only defined for single mip level textures.
This required adding new constructors to the texture framework that
allow explicit setting of mip levels.

Affects:

dEQP-VK.texture.filtering.unnormal.*

Components: Vulkan, Framework

VK-GL-CTS issue: 1390

Change-Id: Ibd049a04d143979624d10148e3911728579b3a2c
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.hpp
external/vulkancts/modules/vulkan/texture/vktTextureFilteringTests.cpp
external/vulkancts/modules/vulkan/texture/vktTextureTestUtil.hpp
framework/common/tcuTexture.cpp
framework/common/tcuTexture.hpp