HomeSort by relevance Sort by last modified time
    Searched refs:fd_device (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler.h 37 struct fd_device *dev;
43 struct ir3_compiler * ir3_compiler_create(struct fd_device *dev, uint32_t gpu_id);
ir3_compiler.c 33 struct ir3_compiler * ir3_compiler_create(struct fd_device *dev, uint32_t gpu_id)
  /external/libdrm/freedreno/
freedreno_device.c 42 struct fd_device * kgsl_device_new(int fd);
43 struct fd_device * msm_device_new(int fd);
45 struct fd_device * fd_device_new(int fd)
47 struct fd_device *dev;
96 struct fd_device * fd_device_new_dup(int fd)
99 struct fd_device *dev = fd_device_new(dup_fd);
107 struct fd_device * fd_device_ref(struct fd_device *dev)
113 static void fd_device_del_impl(struct fd_device *dev)
123 drm_private void fd_device_del_locked(struct fd_device *dev
    [all...]
freedreno_drmif.h 46 struct fd_device;
86 struct fd_device * fd_device_new(int fd);
87 struct fd_device * fd_device_new_dup(int fd);
88 struct fd_device * fd_device_ref(struct fd_device *dev);
89 void fd_device_del(struct fd_device *dev);
90 int fd_device_fd(struct fd_device *dev);
97 enum fd_version fd_device_version(struct fd_device *dev);
102 struct fd_pipe * fd_pipe_new(struct fd_device *dev, enum fd_pipe_id id);
115 struct fd_bo * fd_bo_new(struct fd_device *dev
    [all...]
freedreno_priv.h 65 int (*bo_new_handle)(struct fd_device *dev, uint32_t size,
67 struct fd_bo * (*bo_from_handle)(struct fd_device *dev,
69 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id);
70 void (*destroy)(struct fd_device *dev);
84 struct fd_device { struct
114 drm_private void fd_device_del_locked(struct fd_device *dev);
124 struct fd_device *dev;
159 struct fd_device *dev;
freedreno_bo.c 62 static struct fd_bo * bo_from_handle(struct fd_device *dev,
86 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags)
109 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size)
128 fd_bo_from_dmabuf(struct fd_device *dev, int fd)
156 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name)
197 struct fd_device *dev = bo->dev;
freedreno_pipe.c 37 fd_pipe_new(struct fd_device *dev, enum fd_pipe_id id)
  /external/libdrm/freedreno/kgsl/
kgsl_device.c 39 static void kgsl_device_destroy(struct fd_device *dev)
52 drm_private struct fd_device * kgsl_device_new(int fd)
55 struct fd_device *dev;
kgsl_priv.h 37 struct fd_device base;
40 static inline struct kgsl_device * to_kgsl_device(struct fd_device *x)
94 drm_private struct fd_device * kgsl_device_new(int fd);
105 drm_private struct fd_pipe * kgsl_pipe_new(struct fd_device *dev,
111 drm_private int kgsl_bo_new_handle(struct fd_device *dev,
113 drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
kgsl_bo.c 37 static int set_memtype(struct fd_device *dev, uint32_t handle, uint32_t flags)
140 drm_private int kgsl_bo_new_handle(struct fd_device *dev,
164 drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
kgsl_pipe.c 212 drm_private struct fd_pipe * kgsl_pipe_new(struct fd_device *dev,
  /external/libdrm/freedreno/msm/
msm_priv.h 41 struct fd_device base;
46 static inline struct msm_device * to_msm_device(struct fd_device *x)
51 drm_private struct fd_device * msm_device_new(int fd);
66 drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev,
89 drm_private int msm_bo_new_handle(struct fd_device *dev,
91 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev,
msm_device.c 39 static void msm_device_destroy(struct fd_device *dev)
53 drm_private struct fd_device * msm_device_new(int fd)
56 struct fd_device *dev;
msm_bo.c 127 drm_private int msm_bo_new_handle(struct fd_device *dev,
147 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev,
msm_pipe.c 83 struct fd_device *dev = pipe->dev;
124 drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev,
msm_ringbuffer.c 112 static void ring_bo_del(struct fd_device *dev, struct fd_bo *bo)
126 static struct fd_bo * ring_bo_new(struct fd_device *dev, uint32_t size)
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.h 72 struct fd_device *dev;
95 struct pipe_screen * fd_screen_create(struct fd_device *dev);
freedreno_context.h 114 struct fd_device *dev;
freedreno_screen.c 580 fd_screen_create(struct fd_device *dev)
  /external/mesa3d/src/gallium/winsys/freedreno/drm/
freedreno_drm_winsys.c 105 struct fd_device *dev = fd_device_new_dup(fd);
  /bionic/libc/kernel/uapi/linux/
fd.h 119 int fd_device; member in struct:floppy_drive_struct
  /external/kernel-headers/original/uapi/linux/
fd.h 228 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 226 int fd_device; member in struct:floppy_drive_struct

Completed in 3026 milliseconds