Basic object management tests
authorPyry Haulos <phaulos@google.com>
Thu, 17 Sep 2015 15:58:23 +0000 (08:58 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 23 Oct 2015 14:34:46 +0000 (07:34 -0700)
commitbd092c3a852c029f94f4dfb751448955ea41f67d
treeb258b7abb3c0d63b935e0073125e1deb0942f671
parentd2be312bea771215ad5b2db49f2bd8045fb2ac15
Basic object management tests

 * All object types
 * Creating multiple objects w/ shared or unique dependencies
 * Creating objects from multiple threads concurrently
   + Per-thread device, per-thread deps, shared deps
 * Creating N concurrent objects (N depends on object)

Change-Id: Ib921599f823c9af7dbf00c23a30769358eeb7fe2
external/vulkancts/modules/vulkan/api/CMakeLists.txt
external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.hpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/api/vktApiTests.cpp