diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index c8f3c0d9215..5fd736f59bb 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -3227,7 +3227,7 @@ VkResult anv_CreateDevice( goto fail_binding_table_pool; } - result = anv_device_alloc_bo(device, "workaround", 4096, + result = anv_device_alloc_bo(device, "workaround", 8192, ANV_BO_ALLOC_CAPTURE | ANV_BO_ALLOC_MAPPED, 0 /* explicit_address */,