anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
[mesa.git] / src / intel / vulkan / anv_android_stubs.c
index ccc16500494b5a02c2934f097648af6ed8816459..a34afc198a1e20ca80a078fb615966f49cf9b75b 100644 (file)
@@ -55,3 +55,13 @@ anv_create_ahw_memory(VkDevice device_h,
 {
    return VK_ERROR_EXTENSION_NOT_PRESENT;
 }
+
+VkResult
+anv_image_from_external(VkDevice device_h,
+                        const VkImageCreateInfo *base_info,
+                        const struct VkExternalMemoryImageCreateInfo *create_info,
+                        const VkAllocationCallbacks *alloc,
+                        VkImage *out_image_h)
+{
+   return VK_ERROR_EXTENSION_NOT_PRESENT;
+}