commit | 74f28ddb5e9812c2f13bed4e9856ccba8d8e0d3b | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Thu Oct 29 18:49:53 2015 -0700 |
committer | Jesse Hall <jessehall@google.com> | Mon Jan 25 13:49:31 2016 -0800 |
tree | b214597a7787538a4317a4e990aec146eab21703 | |
parent | 9a16f975921e48bf1f6ccbfb5b5e225f84182b22 [diff] |
libvulkan: Fix check for redundant vkDeviceQueue calls dEQP test sets typically create a device once, but call vkGetDeviceQueue in each test case. Due to this bug we were failing all but the first call. Change-Id: If5a07ae23d630e64d06b7028b7e62f389533da43 (cherry picked from commit 8be3d02cb116d82aac0e2c8f50168d816bfec4a0)