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 <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33695>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user