vulkan: Enable VK_KHR_performance_query on android

The tests of this extension seem to be added to Android 11 CTS,
since they can be found on android-11-x branches.

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7602>
This commit is contained in:
Hyunjun Ko 2020-11-13 13:02:08 +00:00 committed by Marge Bot
parent 574429f952
commit 77b67a747e

View file

@ -149,6 +149,7 @@ allowed_android_version = {
"VK_KHR_swapchain_mutable_format": 29, "VK_KHR_swapchain_mutable_format": 29,
"VK_KHR_shader_atomic_int64": 29, "VK_KHR_shader_atomic_int64": 29,
"VK_KHR_vulkan_memory_model": 29, "VK_KHR_vulkan_memory_model": 29,
"VK_KHR_performance_query": 30,
"VK_GOOGLE_display_timing": 26, "VK_GOOGLE_display_timing": 26,
"VK_ANDROID_native_buffer": 26, "VK_ANDROID_native_buffer": 26,