Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c106 int dri3_fd = wsi_dri3_open(conn, screen->root, None); in wsi_x11_check_dri3_compatible() local
107 if (dri3_fd != -1) { in wsi_x11_check_dri3_compatible()
109 char *dri3_dev = drmGetRenderDeviceNameFromFd(dri3_fd); in wsi_x11_check_dri3_compatible()
112 close(dri3_fd); in wsi_x11_check_dri3_compatible()