Home
last modified time | relevance | path

Searched refs:xcb_surf (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
Dwsi.h40 VkIcdSurfaceXcb xcb_surf; member
Dwsi.c964 ptr_instance, sizeof(pIcdSurface->xcb_surf.base), in terminator_CreateXcbSurfaceKHR()
965 sizeof(pIcdSurface->xcb_surf), true); in terminator_CreateXcbSurfaceKHR()
971 pIcdSurface->xcb_surf.base.platform = VK_ICD_WSI_PLATFORM_XCB; in terminator_CreateXcbSurfaceKHR()
972 pIcdSurface->xcb_surf.connection = pCreateInfo->connection; in terminator_CreateXcbSurfaceKHR()
973 pIcdSurface->xcb_surf.window = pCreateInfo->window; in terminator_CreateXcbSurfaceKHR()