commit | e4f64170c9c754b7c87ce138a5d7493964bd9204 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Sun Jul 05 15:17:32 2020 -0700 |
committer | Yiwei Zhang <zzyiwei@google.com> | Tue Jul 07 16:55:52 2020 -0700 |
tree | 7f2954b671422f81173467ba3b41262a3f6c76e3 | |
parent | 7c0c07c4e86c5224e12fdff04f2ec4153dd288bb [diff] |
libvulkan: fix support for 1.1 vkEnumeratePhysicalDeviceGroups When the icd instance is 1.0, VK_KHR_device_group_creation will be enabled by the loader if the extension is advertised. Then we will try to use vkEnumeratePhysicalDeviceGroupsKHR as a fallback. Bug: 160276146 Test: adb shell cmd gpu vkjson Test: dEQP-VK.api.info.instance.physical_device_groups Change-Id: I9e2d9af66e80244f1d43b54ac2800316200c0d00