Searched refs:wsi_dev (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 103 wsi_x11_check_dri3_compatible(const struct wsi_device *wsi_dev, argument 114 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); 122 wsi_x11_connection_create(struct wsi_device *wsi_dev, argument 131 vk_alloc(&wsi_dev->instance_alloc, sizeof(*wsi_conn), 8, 160 vk_free(&wsi_dev->instance_alloc, wsi_conn); 208 wsi_x11_connection_destroy(struct wsi_device *wsi_dev, argument 211 vk_free(&wsi_dev->instance_alloc, conn); 227 wsi_x11_get_connection(struct wsi_device *wsi_dev, argument 231 (struct wsi_x11 *)wsi_dev->wsi[VK_ICD_WSI_PLATFORM_XCB]; 243 wsi_x11_connection_create(wsi_dev, con 616 x11_surface_is_local_to_gpu(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 111 wsi_x11_check_dri3_compatible(const struct wsi_device *wsi_dev, argument 122 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); 176 wsi_x11_connection_create(struct wsi_device *wsi_dev, argument 185 vk_alloc(&wsi_dev->instance_alloc, sizeof(*wsi_conn), 8, 195 if (wsi_dev->sw) 216 if (wsi_dev->sw) 224 if (wsi_dev->sw) 226 vk_free(&wsi_dev->instance_alloc, wsi_conn); 271 if (wsi_conn->has_dri3 && wsi_conn->has_present && wsi_dev->sw) { 306 wsi_x11_connection_destroy(struct wsi_device *wsi_dev, argument 325 wsi_x11_get_connection(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument [all...] |
Completed in 4 milliseconds