Home
last modified time | relevance | path

Searched refs:icd_surface (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/loader/
Dwsi.c167 VkIcdSurface *icd_surface = (VkIcdSurface *)(surface); in terminator_DestroySurfaceKHR() local
168 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() local
239 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceSupportKHR()
[all …]
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c317 x11_surface_get_connection(VkIcdSurfaceBase *icd_surface) in x11_surface_get_connection() argument
319 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() argument
328 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() argument
341 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); in x11_surface_get_support()
[all …]
Dwsi_common_wayland.c402 wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_get_formats() argument
407 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() argument
702 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_create_swapchain()