vulkan: handle enqueueing CmdPushConstants2KHR

implementation from lavapipe. there's no CTS coverage for this but hopefully
it works...

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28682>
This commit is contained in:
Alyssa Rosenzweig
2024-06-19 12:58:54 -04:00
committed by Marge Bot
parent 0ba7489243
commit b39efbc422
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -55,11 +55,11 @@ MANUAL_COMMANDS = [
# pData's size cannot be calculated from the xml
'CmdPushDescriptorSetWithTemplate2KHR',
'CmdPushDescriptorSetWithTemplateKHR',
'CmdPushConstants2KHR',
]
NO_ENQUEUE_COMMANDS = [
# pData's size cannot be calculated from the xml
'CmdPushConstants2KHR',
'CmdPushDescriptorSet2KHR',
# These don't return void