From 33bb47388f1326daf426bbf078a0d74ff1dd421a Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Sat, 22 Feb 2025 16:46:39 -0800 Subject: [PATCH] venus: fix 2 entry points from maint6 This is surprisingly not caught by maint6 tests or the entire binding_model group. Fixes: 0fa2758103a ("venus: support VK_KHR_maintenance6") Signed-off-by: Yiwei Zhang Part-of: --- src/virtio/vulkan/vn_command_buffer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/virtio/vulkan/vn_command_buffer.c b/src/virtio/vulkan/vn_command_buffer.c index 1dbfff6940b..5c4f36f421e 100644 --- a/src/virtio/vulkan/vn_command_buffer.c +++ b/src/virtio/vulkan/vn_command_buffer.c @@ -2326,8 +2326,8 @@ vn_CmdPushDescriptorSet(VkCommandBuffer commandBuffer, } void -vkCmdPushDescriptorSet2(VkCommandBuffer commandBuffer, - const VkPushDescriptorSetInfo *pPushDescriptorSetInfo) +vn_CmdPushDescriptorSet2(VkCommandBuffer commandBuffer, + const VkPushDescriptorSetInfo *pPushDescriptorSetInfo) { const uint32_t write_count = pPushDescriptorSetInfo->descriptorWriteCount; const VkWriteDescriptorSet *desc_writes = @@ -2391,9 +2391,9 @@ vn_CmdPushDescriptorSetWithTemplate( } void -vkCmdPushDescriptorSetWithTemplate2(VkCommandBuffer commandBuffer, - const VkPushDescriptorSetWithTemplateInfo - *pPushDescriptorSetWithTemplateInfo) +vn_CmdPushDescriptorSetWithTemplate2(VkCommandBuffer commandBuffer, + const VkPushDescriptorSetWithTemplateInfo + *pPushDescriptorSetWithTemplateInfo) { struct vn_descriptor_update_template *templ = vn_descriptor_update_template_from_handle(