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)
committerChris Forbes <chrisforbes@google.com>
Mon, 23 Apr 2018 15:40:21 +0000 (08:40 -0700)
commitf034e66227a2c061cf91a0e52323fb480dcc6d9f
treeaaa13d119f701c9b96cba261a1a6a241bc62d437
parent60efbe2df0754fa5589471961b40706b0e9988ac
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
Test: CtsDeqpTestCases on Pixel
Bug: b/78455246
Cherry-picked from Khronos change: https://gerrit.khronos.org/#/c/2466/
external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp