Searched refs:is_drm_fd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_sanitize_gpu.c103 is_drm_fd(int fd) function in typeref:typename:bool
350 if (is_drm_fd(fd))
372 if (is_drm_fd(fd) && cmd == F_DUPFD_CLOEXEC)
393 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && !is_drm_fd(fd) && is_i915(fd)) {
398 if (is_drm_fd(fd)) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_sanitize_gpu.c103 is_drm_fd(int fd) function in typeref:typename:bool
350 if (is_drm_fd(fd))
372 if (is_drm_fd(fd) && cmd == F_DUPFD_CLOEXEC)
393 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && !is_drm_fd(fd) && is_i915(fd)) {
398 if (is_drm_fd(fd)) {

Completed in 3 milliseconds