Remove 4K min size from dedicated image tests
authorJarred Davies <jarred.davies@imgtec.com>
Thu, 12 Apr 2018 12:57:14 +0000 (13:57 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 24 Apr 2018 13:53:09 +0000 (09:53 -0400)
commit24f01385a7a04b13decaa829695cd67ada669197
tree2563ed25a49332043e6994f1f7fa3f32477510e4
parent0477f3a028071d5d762a8bc35eab9752e67765c3
Remove 4K min size from dedicated image tests

The tests dEQP-VK.memory.mapping.dedicated_alloc.image.*
all create an image with a minimum size of 4Kx4K, so the
tests in this subgroup  test the exact same image size
regardless of what size the test itself is supposed to be
testing.

This change removes the 4Kx4K minimum to enable
the test to actually test multiple sizes of images.

Affect:

dEQP-VK.memory.mapping.dedicated_alloc.image.*

Components: Vulkan

VK-GL-CTS issue: 1118

Change-Id: I2ba9fa671f20eeb9bfa8b14972c903ac20875425
external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp