Searched refs:wsi_dev (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 104 wsi_x11_check_dri3_compatible(const struct wsi_device *wsi_dev, in wsi_x11_check_dri3_compatible() argument 115 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); in wsi_x11_check_dri3_compatible() 123 wsi_x11_connection_create(struct wsi_device *wsi_dev, in wsi_x11_connection_create() argument 132 vk_alloc(&wsi_dev->instance_alloc, sizeof(*wsi_conn), 8, in wsi_x11_connection_create() 161 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create() 209 wsi_x11_connection_destroy(struct wsi_device *wsi_dev, in wsi_x11_connection_destroy() argument 212 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy() 228 wsi_x11_get_connection(struct wsi_device *wsi_dev, in wsi_x11_get_connection() argument 232 (struct wsi_x11 *)wsi_dev->wsi[VK_ICD_WSI_PLATFORM_XCB]; in wsi_x11_get_connection() 244 wsi_x11_connection_create(wsi_dev, conn); in wsi_x11_get_connection() [all …]
|