Searched refs:extension_terminator_dispatch (Results 1 - 4 of 4) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | extension_manual.c | 311 NULL == dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT) { in terminator_GetDeviceGroupSurfacePresentModes2EXT() 330 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, &surface_info_copy, in terminator_GetDeviceGroupSurfacePresentModes2EXT() 333 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes); in terminator_GetDeviceGroupSurfacePresentModes2EXT()
|
H A D | wsi.c | 487 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.CreateSwapchainKHR) { in terminator_CreateSwapchainKHR() 505 return dev->loader_dispatch.extension_terminator_dispatch.CreateSwapchainKHR(device, pCreateCopy, pAllocator, in terminator_CreateSwapchainKHR() 509 return dev->loader_dispatch.extension_terminator_dispatch.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in terminator_CreateSwapchainKHR() 2230 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.CreateSharedSwapchainsKHR) { in terminator_CreateSharedSwapchainsKHR() 2249 return dev->loader_dispatch.extension_terminator_dispatch.CreateSharedSwapchainsKHR(device, swapchainCount, pCreateCopy, in terminator_CreateSharedSwapchainsKHR() 2252 return dev->loader_dispatch.extension_terminator_dispatch.CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, in terminator_CreateSharedSwapchainsKHR() 2291 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModesKHR) { in terminator_GetDeviceGroupSurfacePresentModesKHR() 2300 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModesKHR( in terminator_GetDeviceGroupSurfacePresentModesKHR() 2303 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); in terminator_GetDeviceGroupSurfacePresentModesKHR()
|
H A D | loader_common.h | 180 struct loader_device_terminator_dispatch extension_terminator_dispatch; member
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 1487 struct loader_device_terminator_dispatch* dispatch = &dev->loader_dispatch.extension_terminator_dispatch; in init_extension_device_proc_terminator_dispatch() 5097 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.DebugMarkerSetObjectTagEXT) in terminator_DebugMarkerSetObjectTagEXT() 5099 return dev->loader_dispatch.extension_terminator_dispatch.DebugMarkerSetObjectTagEXT(device, &local_tag_info); in terminator_DebugMarkerSetObjectTagEXT() 5156 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.DebugMarkerSetObjectNameEXT) in terminator_DebugMarkerSetObjectNameEXT() 5158 return dev->loader_dispatch.extension_terminator_dispatch.DebugMarkerSetObjectNameEXT(device, &local_name_info); in terminator_DebugMarkerSetObjectNameEXT() 5747 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.SetDebugUtilsObjectNameEXT) in terminator_SetDebugUtilsObjectNameEXT() 5749 return dev->loader_dispatch.extension_terminator_dispatch.SetDebugUtilsObjectNameEXT(device, &local_name_info); in terminator_SetDebugUtilsObjectNameEXT() 5810 if (NULL == dev->loader_dispatch.extension_terminator_dispatch.SetDebugUtilsObjectTagEXT) in terminator_SetDebugUtilsObjectTagEXT() 5812 return dev->loader_dispatch.extension_terminator_dispatch.SetDebugUtilsObjectTagEXT(device, &local_tag_info); in terminator_SetDebugUtilsObjectTagEXT() 5839 if (NULL != dispatch_table->extension_terminator_dispatch in terminator_QueueBeginDebugUtilsLabelEXT() [all...] |
Completed in 22 milliseconds