diff --git a/src/intel/vulkan/anv_descriptor_set.c b/src/intel/vulkan/anv_descriptor_set.c index ba3f5334efc..b037020ff0a 100644 --- a/src/intel/vulkan/anv_descriptor_set.c +++ b/src/intel/vulkan/anv_descriptor_set.c @@ -1352,6 +1352,7 @@ anv_descriptor_pool_heap_reset(struct anv_device *device, util_vma_heap_finish(&heap->heap); util_vma_heap_init(&heap->heap, POOL_HEAP_OFFSET, heap->size); + heap->alloc_size = 0; } static VkResult