mesa/src/vulkan
Boris Brezillon 1813bb5917 vulkan: Fix entrypoint generation when compiling for x86 with MSVC
When compiling for x86 with MSVC, Vulkan API entry points follow the
__stdcall convention (VKAPI_CALL maps to __stdcall), which uses the
following name mangling:

   _<function_name>@<arguments_size>

Fix the vk_entrypoint_stub()/alternatename definitions accordingly.

Fixes: 6d44b21d4f ("vulkan: Fix weak symbol emulation when compiling with MSVC")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13516>
2021-10-25 18:31:22 +00:00
..
device-select-layer meson: Add and use an idep for Vulkan WSI 2021-10-13 00:06:15 +00:00
overlay-layer vulkan/overlay: Fix violation of VUID-VkMappedMemoryRange-size-01389 2021-07-30 11:38:40 +00:00
registry vulkan: Update the XML and headers to 1.2.195 2021-10-06 02:18:39 +00:00
util vulkan: Fix entrypoint generation when compiling for x86 with MSVC 2021-10-25 18:31:22 +00:00
wsi vulkan/wsi/win32: Delete the wrapper entrypoints 2021-10-14 15:44:51 +00:00
meson.build meson: Add and use an idep for Vulkan WSI 2021-10-13 00:06:15 +00:00
vulkan-icd-symbols.txt vulkan: Allow global symbol HMI for Android 2020-08-05 18:08:07 +00:00