Searched defs:fd_bo (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/freedreno/
H A Dfreedreno_priv.h60 struct fd_bo * (*bo_from_handle)(struct fd_device *dev,
75 /* tables to keep track of bo's, to avoid "evil-twin" fd_bo objects:
77 * handle_table: maps handle to fd_bo
78 * name_table: maps flink name to fd_bo
130 int (*offset)(struct fd_bo *bo, uint64_t *offset);
131 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
132 void (*cpu_fini)(struct fd_bo *bo);
133 void (*destroy)(struct fd_bo *bo);
136 struct fd_bo { struct

Completed in 74 milliseconds