venus: amend to mark descriptor size cache initialized

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40085>
This commit is contained in:
Yiwei Zhang 2026-02-24 21:09:51 -08:00 committed by Marge Bot
parent 82917805ab
commit 718ecfc008

View file

@ -3103,6 +3103,8 @@ vn_GetPhysicalDeviceDescriptorSizeEXT(VkPhysicalDevice physicalDevice,
vn_call_vkGetPhysicalDeviceDescriptorSizeEXT(
ring, physicalDevice, vn_descriptor_heap_types[i]);
}
physical_dev->descriptor_sizes_initialized = true;
}
simple_mtx_unlock(&physical_dev->mutex);
}