Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c145 wsi_x11_check_dri3_compatible(const struct wsi_device *wsi_dev, in wsi_x11_check_dri3_compatible() argument
159 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); in wsi_x11_check_dri3_compatible()
223 wsi_x11_connection_create(struct wsi_device *wsi_dev, in wsi_x11_connection_create() argument
232 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()
233 wsi_dev->has_import_memory_host; in wsi_x11_connection_create()
238 vk_alloc(&wsi_dev->instance_alloc, sizeof(*wsi_conn), 8, in wsi_x11_connection_create()
285 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create()
377 wsi_x11_connection_destroy(struct wsi_device *wsi_dev, in wsi_x11_connection_destroy() argument
380 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy()
404 wsi_x11_get_connection(struct wsi_device *wsi_dev, in wsi_x11_get_connection() argument
[all …]