Enable unused AllocationCallbackRecorder
authorMika Väinölä <mika.vainola@siru.fi>
Thu, 25 Jun 2020 13:26:19 +0000 (16:26 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 3 Jul 2020 08:16:09 +0000 (04:16 -0400)
commitfd843a023b9907915881dc7810b5f0d0d8de8ad0
treebcbbaad14af0a7f12744ef54c73079a508a16d31
parent8c6b445161879a5eb6f8453fd5cfc58acd4ea133
Enable unused AllocationCallbackRecorder

computeDeviceMemorySystemMemFootprint used in Vulkan memory mapping and
allocation tests creates an AllocationCallbackRecorder but didn't pass
the callbacks to allocateMemory, passing zero records to
validateAllocationCallbacks.

Affects:
dEQP-VK.memory.mapping.suballocation.random.*
dEQP-VK.memory.allocation.random.*

Components: Vulkan

VK-GL-CTS issue: 2434

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