Home
last modified time | relevance | path

Searched refs:winsys_fd (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c633 close(screen->winsys_fd); in crocus_screen_destroy()
757 screen->winsys_fd = fd; in crocus_screen_create()
H A Dcrocus_screen.h183 int winsys_fd; member
H A Dcrocus_resource.c1027 if (crocus_bo_export_gem_handle_for_device(bo, screen->winsys_fd, &handle)) in crocus_resource_get_param()
1093 if (crocus_bo_export_gem_handle_for_device(bo, screen->winsys_fd, &handle)) in crocus_resource_get_handle()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h165 int winsys_fd; member
H A Diris_screen.c638 close(screen->winsys_fd); in iris_screen_destroy()
823 screen->winsys_fd = os_dupfd_cloexec(fd); in iris_screen_create()
H A Diris_resource.c1767 if (iris_bo_export_gem_handle_for_device(bo, screen->winsys_fd, &handle)) in iris_resource_get_param()
1848 if (iris_bo_export_gem_handle_for_device(bo, screen->winsys_fd, &handle)) in iris_resource_get_handle()

Completed in 10 milliseconds