mesa/src/vulkan/util
James Park fb7be7870c vulkan: Support 32-bit "weak" symbols on MSVC
MSVC uses different decorated names for 32-bit versus 64-bit. Declare
all argument sizes for 32-bit because computing the actual size would be
difficult.

Fixes: 9be7aa3fc8 ("vulkan: Add a common entrypoint table generator")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10573>
2021-05-16 23:05:24 +00:00
..
gen_enum_to_str.py vulkan/util: cast enums to int64_t in switch 2021-04-19 06:14:11 +00:00
meson.build meson/vulkan: fix linkage on windows 2021-04-30 18:49:20 +00:00
vk_alloc.h vulkan/alloc: Use char * for pointer arithmetic 2021-03-10 20:59:59 -06:00
vk_cmd_copy.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_debug_report.c vulkan: fix use-after-free in vk_common_DestroyDebugReportCallbackEXT 2021-04-29 14:06:49 +00:00
vk_debug_report.h vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
vk_deferred_operation.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_deferred_operation.h anv,radv: Use common entrypoints for VK_KHR_deferred_operation 2021-02-01 18:54:25 +00:00
vk_descriptors.c vulkan: Fix descriptor set creation with zero bindings. 2021-03-29 23:32:50 +00:00
vk_descriptors.h vulkan: Fix descriptor set creation with zero bindings. 2021-03-29 23:32:50 +00:00
vk_device.c vulkan: document flags choice for vkGetDeviceQueue 2021-02-15 21:01:28 +02:00
vk_device.h vulkan: Rework vk_device_init and friends 2021-02-01 18:54:25 +00:00
vk_dispatch_table_gen.py anv: Remove vkCreateDmaBufINTEL (v4) 2021-04-08 14:15:55 +00:00
vk_entrypoints_gen.py vulkan: Support 32-bit "weak" symbols on MSVC 2021-05-16 23:05:24 +00:00
vk_extensions.py vulkan: Rework extension disabling on Android 2021-02-04 20:02:12 +00:00
vk_extensions_gen.py vulkan: Track dependencies of Python imports 2021-04-08 14:15:54 +00:00
vk_format.c anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_format.h anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_icd_gen.py anv,vulkan: Move anv_icd.py to a common location 2021-02-04 20:02:12 +00:00
vk_instance.c vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
vk_instance.h vulkan: Add a common helper for enumerating instance extension properties 2021-02-04 20:02:12 +00:00
vk_object.c vulkan: Add a vk_object_multialloc helper 2021-04-10 02:18:02 +00:00
vk_object.h vulkan: Add a vk_object_multialloc helper 2021-04-10 02:18:02 +00:00
vk_physical_device.c vulkan: Use typed outarray API 2021-02-23 17:18:11 +10:00
vk_physical_device.h vulkan: Add generators for instance trampoline functions 2021-02-01 18:54:24 +00:00
vk_render_pass.c vulkan: add common entrypoints for VK_KHR_create_renderpass2 2021-03-24 11:21:53 +00:00
vk_shader_module.c vk/util: add unified shader module struct/functions 2021-03-15 21:47:44 +00:00
vk_shader_module.h vk/util: add a util macro for initializing stack vk_shader_module structs 2021-03-15 21:47:44 +00:00
vk_util.c
vk_util.h vulkan/util: Use util_bitcount 2021-04-12 03:25:59 +00:00