Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c96 struct wsi_x11_vk_surface { struct
695 struct wsi_x11_vk_surface *surface = (struct wsi_x11_vk_surface*)icd_surface; in x11_surface_get_capabilities()
976 struct wsi_x11_vk_surface *surface; in wsi_CreateXcbSurfaceKHR()
986 surface = vk_alloc2(&instance->alloc, pAllocator, sizeof(struct wsi_x11_vk_surface), 8, in wsi_CreateXcbSurfaceKHR()
1008 struct wsi_x11_vk_surface *surface; in wsi_CreateXlibSurfaceKHR()
1018 surface = vk_alloc2(&instance->alloc, pAllocator, sizeof(struct wsi_x11_vk_surface), 8, in wsi_CreateXlibSurfaceKHR()