mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 00:50:07 +01:00
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:
parent
8364782222
commit
33bb47388f
1 changed files with 5 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue