HomeSort by: relevance | last modified time | path
    Searched defs:fd_pipe (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
freedreno_priv.h 60 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id,
113 struct fd_ringbuffer * (*ringbuffer_new_object)(struct fd_pipe *pipe, uint32_t size);
114 struct fd_submit * (*submit_new)(struct fd_pipe *pipe);
115 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value);
116 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout);
117 void (*destroy)(struct fd_pipe *pipe);
120 struct fd_pipe { struct
137 struct fd_pipe *pipe;
153 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
  /xsrc/external/mit/libdrm/dist/freedreno/
freedreno_priv.h 66 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id,
119 struct fd_ringbuffer * (*ringbuffer_new)(struct fd_pipe *pipe, uint32_t size,
121 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value);
122 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout);
123 void (*destroy)(struct fd_pipe *pipe);
126 struct fd_pipe { struct
150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
freedreno_priv.h 96 struct fd_pipe *(*pipe_new)(struct fd_device *dev, enum fd_pipe_id id,
169 void fd_pipe_del_locked(struct fd_pipe *pipe);
172 struct fd_ringbuffer *(*ringbuffer_new_object)(struct fd_pipe *pipe,
174 struct fd_submit *(*submit_new)(struct fd_pipe *pipe);
180 void (*flush)(struct fd_pipe *pipe, uint32_t fence);
182 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param,
184 int (*wait)(struct fd_pipe *pipe, const struct fd_fence *fence,
186 void (*destroy)(struct fd_pipe *pipe);
195 struct fd_pipe { struct
207 * Previous fence seqno allocated for this pipe. The fd_pipe represent
    [all...]

Completed in 40 milliseconds