mesa/src/gfxstream/codegen/scripts
Yahan Zhou 3c609a9bf9 Fix handle create mismatch for Vulkan snapshot
In our implementation, VkQueue is created in vkCreateDevice instead of
vkGetDeviceQueue. We will need to track their creation API properly,
otherwise there will be a name mismatch on snapshot load. This will
result in a crash during snapshot load with -guest-angle.

This commit marks their creation API properly.

Same thing applies for VkDescriptorSet.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
2024-09-19 20:06:01 +00:00
..
cereal Fix handle create mismatch for Vulkan snapshot 2024-09-19 20:06:01 +00:00
cerealgenerator.py Add VK_EXT_metal_objects support 2024-09-19 20:06:00 +00:00
cgenerator.py
generator.py gfxstream: vulkan-docs: track feature type 2024-09-19 20:05:58 +00:00
genvk.py genvk: options.filename --> args.target 2024-09-19 20:05:59 +00:00
reg.py