gfxstream: emit global state wrapped decoding for vkCmdEvent

Helpful for gfxstream-on-lavapipe.

Test: launch_cvd --gpu_mode=gfxstream_guest_angle_host_lavapipe

Reviewed-by: David Gilhooley <djgilhooley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41306>
This commit is contained in:
Gurchetan Singh 2026-04-29 11:37:29 -07:00 committed by Marge Bot
parent 4ac60d221f
commit b5f91ed589

View file

@ -750,6 +750,9 @@ custom_decodes = {
"vkResetCommandPool" : emit_global_state_wrapped_decoding,
"vkCmdPipelineBarrier" : emit_global_state_wrapped_decoding,
"vkCmdPipelineBarrier2" : emit_global_state_wrapped_decoding,
"vkCmdWaitEvents" : emit_global_state_wrapped_decoding,
"vkCmdWaitEvents2" : emit_global_state_wrapped_decoding,
"vkCmdWaitEvents2KHR" : emit_global_state_wrapped_decoding,
"vkCmdBindPipeline" : emit_global_state_wrapped_decoding,
"vkCmdBindDescriptorSets" : emit_global_state_wrapped_decoding,