HomeSort by relevance Sort by last modified time
    Searched defs:fd_pipe (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
session.h 38 bool fd_pipe; member in struct:perf_session
  /external/libdrm/freedreno/
freedreno_priv.h 62 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id);
101 struct fd_ringbuffer * (*ringbuffer_new)(struct fd_pipe *pipe, uint32_t size);
102 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value);
103 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp);
104 void (*destroy)(struct fd_pipe *pipe);
107 struct fd_pipe { struct
131 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);

Completed in 65 milliseconds