Move vkUpdateDescriptorSets to hand-written mode

Do the same with vkQueueCommitDescriptorSetUpdatesGOOGLE

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
Igor Chernyshev
2024-01-16 12:47:53 -08:00
committed by Marge Bot
parent 6d2f549ccf
commit fa12aebec9
2 changed files with 187 additions and 1 deletions

View File

@@ -71,7 +71,6 @@ RESOURCE_TRACKER_ENTRIES = [
"vkAllocateDescriptorSets",
"vkFreeDescriptorSets",
"vkCreateDescriptorSetLayout",
"vkUpdateDescriptorSets",
"vkCmdExecuteCommands",
"vkCmdBindDescriptorSets",
"vkDestroyDescriptorSetLayout",
@@ -125,6 +124,8 @@ HANDWRITTEN_ENTRY_POINTS = [
"vkCmdBeginRenderPass2KHR",
"vkCmdBeginRenderPass",
"vkAllocateMemory",
"vkUpdateDescriptorSets",
"vkQueueCommitDescriptorSetUpdatesGOOGLE",
]
# TODO: handles with no equivalent gfxstream objects (yet).