Searched refs:dri3_fd (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| H A D | device_select_x11.c | 92 int dri3_fd = ds_dri3_open(conn, screen->root, 0); local in function:device_select_find_xcb_pci_default 93 if (dri3_fd == -1) 96 int ret = drmGetDevice2(dri3_fd, 0, &xdev); 97 close(dri3_fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 110 int dri3_fd = wsi_dri3_open(conn, screen->root, None); local in function:wsi_x11_check_dri3_compatible 111 if (dri3_fd == -1) 114 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); 116 close(dri3_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 118 int dri3_fd = wsi_dri3_open(conn, screen->root, None); local in function:wsi_x11_check_dri3_compatible 119 if (dri3_fd == -1) 122 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); 124 close(dri3_fd);
|
Completed in 9 milliseconds