Fix issues in synchronization.fences
authorPyry Haulos <phaulos@google.com>
Mon, 11 Apr 2016 18:41:39 +0000 (11:41 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 11 Apr 2016 18:43:36 +0000 (11:43 -0700)
commit3241ee1a924df7b5c25b865fe05a278db90e2f26
tree0e3b52800c5a28f0e011f159147b7cf728e0aa77
parent006fe19757c786aa3986e57da9ec3ef52ef75ff2
Fix issues in synchronization.fences

 * timeout = 0 was not being tested.

 * Test was incorrectly assuming that DEFAULT_TIMEOUT would be
sufficient for work to complete.

 * Other minor fixes.

Bug: 27967146
Change-Id: I1b5b0001d2cdfe7d03904055d2074bea0aaf4942
external/vulkancts/modules/vulkan/vktSynchronization.cpp