vk_cmd_queue_gen: Exclude CmdDispatchGraphAMDX

With the weak symbols changes and -Dvulkan-beta this fails to link.

Co-authored-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Fixes: 2953c93cca ("vulkan Add enqueue entrypoint for CmdDispatchGraphAMDX")
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30057>
This commit is contained in:
Tatsuyuki Ishi
2024-07-06 15:06:24 +09:00
committed by Marge Bot
parent 41836133ce
commit 24aab6bfaf
+5
View File
@@ -57,6 +57,11 @@ MANUAL_COMMANDS = [
'CmdPushDescriptorSetWithTemplateKHR',
'CmdPushConstants2KHR',
'CmdPushDescriptorSet2KHR',
# VkDispatchGraphCountInfoAMDX::infos is an array of
# VkDispatchGraphInfoAMDX, but the xml specifies that it is a
# VkDeviceOrHostAddressConstAMDX.
'CmdDispatchGraphAMDX',
]
NO_ENQUEUE_COMMANDS = [