venus: initialize bitset in CreateDescriptorPool()

Fixes: de5879447b ("Track bitset when create descriptor pool")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30286>
This commit is contained in:
Eric Engestrom 2024-07-21 14:50:17 +02:00 committed by Marge Bot
parent 324ccd7430
commit 5c5df9376f

View file

@ -345,6 +345,7 @@ vn_CreateDescriptorPool(VkDevice device,
i >= mutable_descriptor_info->mutableDescriptorTypeListCount) {
BITSET_ONES(mutable_types);
} else {
BITSET_ZERO(mutable_types);
const VkMutableDescriptorTypeListEXT *list =
&mutable_descriptor_info->pMutableDescriptorTypeLists[i];