diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-18 11:38:06 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-18 11:38:06 +0200 |
| commit | de102bec5e288f574cca067afa7f266e018df8cf (patch) | |
| tree | a3968441e56accf965a55c5a0846ad7badcd77db /src | |
| parent | 3598f2855f48f2a50feaa834afd4da1bc7291f91 (diff) | |
| download | box64-de102bec5e288f574cca067afa7f266e018df8cf.tar.gz box64-de102bec5e288f574cca067afa7f266e018df8cf.zip | |
[VULKAN] Added 2 more extensions
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrapper.c | 3 | ||||
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 | ||||
| -rw-r--r-- | src/wrapped/wrappedvulkan_private.h | 8 |
4 files changed, 13 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 2e646f3e..16962198 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1103,6 +1103,7 @@ #() iFpupV #() iFpUip #() iFpUup +#() iFpUUu #() iFpUUU #() iFpULp #() iFpUpp diff --git a/src/wrapped/generated/wrapper.c b/src/wrapped/generated/wrapper.c index b6be806b..34764204 100644 --- a/src/wrapped/generated/wrapper.c +++ b/src/wrapped/generated/wrapper.c @@ -1134,6 +1134,7 @@ typedef int32_t (*iFpupp_t)(void*, uint32_t, void*, void*); typedef int32_t (*iFpupV_t)(void*, uint32_t, void*, void*); typedef int32_t (*iFpUip_t)(void*, uint64_t, int32_t, void*); typedef int32_t (*iFpUup_t)(void*, uint64_t, uint32_t, void*); +typedef int32_t (*iFpUUu_t)(void*, uint64_t, uint64_t, uint32_t); typedef int32_t (*iFpUUU_t)(void*, uint64_t, uint64_t, uint64_t); typedef int32_t (*iFpULp_t)(void*, uint64_t, uintptr_t, void*); typedef int32_t (*iFpUpp_t)(void*, uint64_t, void*, void*); @@ -4454,6 +4455,7 @@ void iFpupp(x64emu_t *emu, uintptr_t fcn) { iFpupp_t fn = (iFpupp_t)fcn; R_RAX=( void iFpupV(x64emu_t *emu, uintptr_t fcn) { iFpupV_t fn = (iFpupV_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint32_t)R_RSI, (void*)R_RDX, (void*)(R_RSP + 8)); } void iFpUip(x64emu_t *emu, uintptr_t fcn) { iFpUip_t fn = (iFpUip_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (int32_t)R_RDX, (void*)R_RCX); } void iFpUup(x64emu_t *emu, uintptr_t fcn) { iFpUup_t fn = (iFpUup_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (uint32_t)R_RDX, (void*)R_RCX); } +void iFpUUu(x64emu_t *emu, uintptr_t fcn) { iFpUUu_t fn = (iFpUUu_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (uint64_t)R_RDX, (uint32_t)R_RCX); } void iFpUUU(x64emu_t *emu, uintptr_t fcn) { iFpUUU_t fn = (iFpUUU_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (uint64_t)R_RDX, (uint64_t)R_RCX); } void iFpULp(x64emu_t *emu, uintptr_t fcn) { iFpULp_t fn = (iFpULp_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (uintptr_t)R_RDX, (void*)R_RCX); } void iFpUpp(x64emu_t *emu, uintptr_t fcn) { iFpUpp_t fn = (iFpUpp_t)fcn; R_RAX=(int32_t)fn((void*)R_RDI, (uint64_t)R_RSI, (void*)R_RDX, (void*)R_RCX); } @@ -7567,6 +7569,7 @@ int isSimpleWrapper(wrapper_t fun) { if (fun == &iFpupp) return 1; if (fun == &iFpUip) return 1; if (fun == &iFpUup) return 1; + if (fun == &iFpUUu) return 1; if (fun == &iFpUUU) return 1; if (fun == &iFpULp) return 1; if (fun == &iFpUpp) return 1; diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 6a8137f9..c9844f00 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1140,6 +1140,7 @@ void iFpupp(x64emu_t *emu, uintptr_t fnc); void iFpupV(x64emu_t *emu, uintptr_t fnc); void iFpUip(x64emu_t *emu, uintptr_t fnc); void iFpUup(x64emu_t *emu, uintptr_t fnc); +void iFpUUu(x64emu_t *emu, uintptr_t fnc); void iFpUUU(x64emu_t *emu, uintptr_t fnc); void iFpULp(x64emu_t *emu, uintptr_t fnc); void iFpUpp(x64emu_t *emu, uintptr_t fnc); diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h index 436ee0d9..981ec671 100644 --- a/src/wrapped/wrappedvulkan_private.h +++ b/src/wrapped/wrappedvulkan_private.h @@ -983,3 +983,11 @@ GO(vkCmdSetRenderingInputAttachmentIndicesKHR, vFpp) // VK_KHR_line_rasterization GO(vkCmdSetLineStippleKHR, vFpuW) + +// VK_KHR_external_semaphore_win32 +GO(vkGetSemaphoreWin32HandleKHR, iFppp) +GO(VK_KHR_external_semaphore_win32, iFpp) + +// VK_KHR_win32_keyed_mutex +GO(wine_vkAcquireKeyedMutex, iFpUUu) +GO(wine_vkReleaseKeyedMutex, iFpUU) \ No newline at end of file |