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

1 2 3

  /external/libdrm/freedreno/
freedreno_drmif.h 37 struct fd_device;
75 struct fd_device * fd_device_new(int fd);
76 struct fd_device * fd_device_new_dup(int fd);
77 struct fd_device * fd_device_ref(struct fd_device *dev);
78 void fd_device_del(struct fd_device *dev);
79 int fd_device_fd(struct fd_device *dev);
85 struct fd_pipe * fd_pipe_new(struct fd_device *dev, enum fd_pipe_id id);
98 struct fd_bo * fd_bo_new(struct fd_device *dev,
102 struct fd_bo *fd_bo_from_handle(struct fd_device *dev
    [all...]
freedreno_device.c 42 struct fd_device * kgsl_device_new(int fd);
43 struct fd_device * msm_device_new(int fd);
46 add_bucket(struct fd_device *dev, int size)
58 init_cache_buckets(struct fd_device *dev)
83 struct fd_device * fd_device_new(int fd)
85 struct fd_device *dev;
124 struct fd_device * fd_device_new_dup(int fd)
126 struct fd_device *dev = fd_device_new(dup(fd));
132 struct fd_device * fd_device_ref(struct fd_device *dev
    [all...]
freedreno_priv.h 58 int (*bo_new_handle)(struct fd_device *dev, uint32_t size,
60 struct fd_bo * (*bo_from_handle)(struct fd_device *dev,
62 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id);
63 void (*destroy)(struct fd_device *dev);
71 struct fd_device { struct
95 drm_private void fd_cleanup_bo_cache(struct fd_device *dev, time_t time);
98 drm_private void fd_device_del_locked(struct fd_device *dev);
108 struct fd_device *dev;
137 struct fd_device *dev;
freedreno_bo.c 63 static struct fd_bo * bo_from_handle(struct fd_device *dev,
87 drm_private void fd_cleanup_bo_cache(struct fd_device *dev, time_t time)
113 static struct fd_bo_bucket * get_bucket(struct fd_device *dev, uint32_t size)
138 static struct fd_bo *find_in_bucket(struct fd_device *dev,
174 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags)
208 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size)
227 fd_bo_from_dmabuf(struct fd_device *dev, int fd)
255 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name)
296 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)
134 drm_private int kgsl_bo_new_handle(struct fd_device *dev,
158 drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
  /external/libdrm/freedreno/msm/
msm_device.c 39 static void msm_device_destroy(struct fd_device *dev)
52 drm_private struct fd_device * msm_device_new(int fd)
55 struct fd_device *dev;
msm_priv.h 41 struct fd_device base;
44 static inline struct msm_device * to_msm_device(struct fd_device *x)
49 drm_private struct fd_device * msm_device_new(int fd);
64 drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev,
94 drm_private int msm_bo_new_handle(struct fd_device *dev,
96 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev,
msm_pipe.c 60 struct fd_device *dev = pipe->dev;
90 static uint64_t get_param(struct fd_device *dev, uint32_t pipe, uint32_t param)
107 drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev,
msm_bo.c 107 drm_private int msm_bo_new_handle(struct fd_device *dev,
127 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev,
  /bionic/libc/kernel/uapi/linux/
fd.h 144 int fd_device; member in struct:floppy_drive_struct
  /development/ndk/platforms/android-21/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /development/ndk/platforms/android-3/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /external/kernel-headers/original/uapi/linux/
fd.h 227 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 226 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
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
fd.h 157 int fd_device; member in struct:floppy_drive_struct

Completed in 2002 milliseconds

1 2 3