Home
last modified time | relevance | path

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

/external/virglrenderer/src/mesa/util/
Dos_file.c203 os_same_file_description(int fd1, int fd2) in os_same_file_description() function
217 os_same_file_description(int fd1, int fd2) in os_same_file_description() function
Dos_file.h53 os_same_file_description(int fd1, int fd2);
/external/mesa3d/src/util/
Dos_file.c189 os_same_file_description(int fd1, int fd2) in os_same_file_description() function
212 os_same_file_description(int fd1, int fd2) in os_same_file_description() function
Dos_file.h51 os_same_file_description(int fd1, int fd2);
/external/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c66 ret = os_same_file_description(fd1, fd2); in equal_file_description()
/external/mesa3d/docs/relnotes/
D19.3.4.rst152 - util: Add os_same_file_description helper
D20.0.8.rst176 - util: Change os_same_file_description return type from bool to int
D20.0.0.rst2570 - util: Add os_same_file_description helper
D20.1.0.rst3274 - util: Change os_same_file_description return type from bool to int
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c380 r = os_same_file_description(sws_iter->fd, ws->fd); in amdgpu_winsys_create()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1638 int ret = os_same_file_description(drm_fd, bufmgr->fd); in brw_bo_export_gem_handle_for_device()
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1552 int ret = os_same_file_description(drm_fd, bufmgr->fd); in iris_bo_export_gem_handle_for_device()