diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 52df97b73c7..e31fa2f9d41 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -3394,8 +3394,9 @@ VkResult anv_CreateDevice( } result = anv_device_alloc_bo(device, "workaround", 4096, - ANV_BO_ALLOC_CAPTURE | ANV_BO_ALLOC_MAPPED | - ANV_BO_ALLOC_LOCAL_MEM /* flags */, + ANV_BO_ALLOC_CAPTURE | + ANV_BO_ALLOC_MAPPED | + ANV_BO_ALLOC_LOCAL_MEM, 0 /* explicit_address */, &device->workaround_bo); if (result != VK_SUCCESS)