Home
last modified time | relevance | path

Searched refs:ReleaseProfilingLockKHR (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h605 PFN_vkReleaseProfilingLockKHR ReleaseProfilingLockKHR; member
Dvk_dispatch_table_helper.h748 …table->ReleaseProfilingLockKHR = (PFN_vkReleaseProfilingLockKHR) gpa(device, "vkReleaseProfilingLo… in layer_init_device_dispatch_table()
749 …if (table->ReleaseProfilingLockKHR == nullptr) { table->ReleaseProfilingLockKHR = (PFN_vkReleasePr… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c665 …table->ReleaseProfilingLockKHR = (PFN_vkReleaseProfilingLockKHR)gdpa(dev, "vkReleaseProfilingLockK… in loader_init_device_extension_dispatch_table()
1714 if (!strcmp(name, "ReleaseProfilingLockKHR")) return (void *)table->ReleaseProfilingLockKHR; in loader_lookup_device_dispatch_table()
3229 VKAPI_ATTR void VKAPI_CALL ReleaseProfilingLockKHR( in ReleaseProfilingLockKHR() function
3238 disp->ReleaseProfilingLockKHR(device); in ReleaseProfilingLockKHR()
8248 *addr = (void *)ReleaseProfilingLockKHR; in extension_instance_gpa()