vulkan: fix build issue on android (both anv/radv)
[mesa.git] / src / amd / vulkan / radv_android.c
index 09da601dac9b3c2510112c0176095ed777086ea7..c06c83b8ab4415648bcfcc8f05d67a62834af7c8 100644 (file)
@@ -230,11 +230,11 @@ VkResult radv_GetSwapchainGrallocUsageANDROID(
        };
 
        /* Check that requested format and usage are supported. */
-       result = radv_GetPhysicalDeviceImageFormatProperties2KHR(phys_dev_h,
-                                                                &image_format_info, &image_format_props);
+       result = radv_GetPhysicalDeviceImageFormatProperties2(phys_dev_h,
+                                                             &image_format_info, &image_format_props);
        if (result != VK_SUCCESS) {
                return vk_errorf(result,
-                                "radv_GetPhysicalDeviceImageFormatProperties2KHR failed "
+                                "radv_GetPhysicalDeviceImageFormatProperties2 failed "
                                 "inside %s", __func__);
        }