De-duplicate utility code between some Vulkan test groups
authorPyry Haulos <phaulos@google.com>
Fri, 27 May 2016 20:48:48 +0000 (13:48 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 27 May 2016 21:19:01 +0000 (14:19 -0700)
commit456eedb873ee0b778240c067e9ac72529fc444df
treecc26ab129f5158411188701990742cf653211e98
parent77f3ff62f196f84055c20c973832f0f081fbb087
De-duplicate utility code between some Vulkan test groups

draw, query_pool, and dynamic_state groups had a few identical
utilities. Move them under draw/.

Change-Id: I4e05606d75da6ac98ff3734604d080fe71ee36e8
25 files changed:
Android.mk
external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.cpp
external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBaseClass.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBaseClass.hpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBufferObjectUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBufferObjectUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCBTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCreateInfoUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCreateInfoUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateDSTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateGeneralTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateImageObjectUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateImageObjectUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateRSTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateVPTests.cpp
external/vulkancts/modules/vulkan/query_pool/CMakeLists.txt
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolBufferObjectUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolBufferObjectUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolCreateInfoUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolCreateInfoUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolImageObjectUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolImageObjectUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolOcclusionTests.cpp