mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
venus: initialize bitset in CreateDescriptorPool()
Fixes:de5879447b("Track bitset when create descriptor pool") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30286> (cherry picked from commit5c5df9376f)
This commit is contained in:
parent
61a5c3426a
commit
059dbd273b
2 changed files with 2 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@
|
|||
"description": "venus: initialize bitset in CreateDescriptorPool()",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "de5879447b4d7548b2798ba482b25441e0df97c9",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue