Home
last modified time | relevance | path

Searched refs:xlib_surf (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dwsi.h39 VkIcdSurfaceXlib xlib_surf; member
H A Dwsi.c983 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->xlib_surf.base), sizeof(pIcdSurface->xlib_surf)); in terminator_CreateXlibSurfaceKHR()
989 pIcdSurface->xlib_surf.base.platform = VK_ICD_WSI_PLATFORM_XLIB; in terminator_CreateXlibSurfaceKHR()
990 pIcdSurface->xlib_surf.dpy = pCreateInfo->dpy; in terminator_CreateXlibSurfaceKHR()
991 pIcdSurface->xlib_surf.window = pCreateInfo->window; in terminator_CreateXlibSurfaceKHR()

Completed in 6 milliseconds