Fix mapping of VK filter modes to Sampler::filter modes. Fix LOD calculation for...
authorJeff Bolz <jbolz@nvidia.com>
Sun, 13 Dec 2015 19:34:07 +0000 (19:34 +0000)
committerJeff Bolz <jbolz@nvidia.com>
Sun, 13 Dec 2015 19:34:07 +0000 (19:34 +0000)
commit812054568e397caf9a7bd6b76b827f7a440610ce
tree9ff702c74f974d1f507b04f0c2cd4c9c0d55e43c
parent2fefaff91934f41ff34328c6e6b95ed24892b5a4
Fix mapping of VK filter modes to Sampler::filter modes. Fix LOD calculation for VK_SAMPLER_MIPMAP_MODE_BASE. Adjust texcoords to avoid tiebreaking rules. Clamp lodMid to .01 for minfilter tests. Disable linear filtering tests for integer formats.
external/vulkancts/framework/vulkan/vkImageUtil.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp