anv: Add allocator support for client-visible addresses
[mesa.git] / src / intel / vulkan / anv_queue.c
index 86010dbba0fe2b19f403d2c5c8869959a0ead2ac..791975d1fcf2011a30876af35823ca008a977e80 100644 (file)
@@ -1911,6 +1911,7 @@ VkResult anv_ImportSemaphoreFdKHR(
          VkResult result = anv_device_import_bo(device, fd,
                                                 ANV_BO_ALLOC_EXTERNAL |
                                                 ANV_BO_ALLOC_IMPLICIT_SYNC,
+                                                0 /* client_address */,
                                                 &new_impl.bo);
          if (result != VK_SUCCESS)
             return result;