Searched refs:ReleaseProfilingLockKHR (Results 1 – 3 of 3) sorted by relevance
605 PFN_vkReleaseProfilingLockKHR ReleaseProfilingLockKHR; member
748 …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()
665 …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() function3238 disp->ReleaseProfilingLockKHR(device); in ReleaseProfilingLockKHR()8248 *addr = (void *)ReleaseProfilingLockKHR; in extension_instance_gpa()