Searched refs:icd_surface (Results 1 – 3 of 3) sorted by relevance
167 VkIcdSurface *icd_surface = (VkIcdSurface *)(surface); in terminator_DestroySurfaceKHR() local168 if (NULL != icd_surface) { in terminator_DestroySurfaceKHR()169 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DestroySurfaceKHR()175 NULL != (void *)icd_surface->real_icd_surfaces[i]) { in terminator_DestroySurfaceKHR()177 icd->instance, icd_surface->real_icd_surfaces[i], in terminator_DestroySurfaceKHR()179 icd_surface->real_icd_surfaces[i] = (VkSurfaceKHR)NULL; in terminator_DestroySurfaceKHR()185 assert(NULL == (void *)icd_surface->real_icd_surfaces[i]); in terminator_DestroySurfaceKHR()189 icd_surface->real_icd_surfaces); in terminator_DestroySurfaceKHR()238 VkIcdSurface *icd_surface = (VkIcdSurface *)(surface); in terminator_GetPhysicalDeviceSurfaceSupportKHR() local239 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceSupportKHR()[all …]
317 x11_surface_get_connection(VkIcdSurfaceBase *icd_surface) in x11_surface_get_connection() argument319 if (icd_surface->platform == VK_ICD_WSI_PLATFORM_XLIB) in x11_surface_get_connection()320 return XGetXCBConnection(((VkIcdSurfaceXlib *)icd_surface)->dpy); in x11_surface_get_connection()322 return ((VkIcdSurfaceXcb *)icd_surface)->connection; in x11_surface_get_connection()326 x11_surface_get_window(VkIcdSurfaceBase *icd_surface) in x11_surface_get_window() argument328 if (icd_surface->platform == VK_ICD_WSI_PLATFORM_XLIB) in x11_surface_get_window()329 return ((VkIcdSurfaceXlib *)icd_surface)->window; in x11_surface_get_window()331 return ((VkIcdSurfaceXcb *)icd_surface)->window; in x11_surface_get_window()335 x11_surface_get_support(VkIcdSurfaceBase *icd_surface, in x11_surface_get_support() argument341 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); in x11_surface_get_support()[all …]
402 wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_get_formats() argument407 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_get_formats()694 wsi_wl_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_create_swapchain() argument702 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_create_swapchain()