Home
last modified time | relevance | path

Searched refs:extension_terminator_dispatch (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dextension_manual.c311 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 Dwsi.c487 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 Dloader_common.h180 struct loader_device_terminator_dispatch extension_terminator_dispatch; member
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c1487 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