Fix vk::Allocation usage in pipeline tests
authorPyry Haulos <phaulos@google.com>
Thu, 10 Sep 2015 17:15:40 +0000 (10:15 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 10 Sep 2015 17:15:40 +0000 (10:15 -0700)
commitc4b938d14625bb3b60adc5373b4bed500dbafa0d
tree2e42824b0147de1d38fad958cb51424c28d348f1
parent1c74f9b8877b4dd8db711cb8362a5f43048b9bd7
Fix vk::Allocation usage in pipeline tests

vk::Allocation API semantics had changed; memory mappings are now
managed by Allocation and must not be manipulated from outside.

Change-Id: I47406e7842b8cce0544c9c9585714454114d66bf
external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp