Searched refs:nouveau_bo (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_bo.h46 struct nouveau_bo { struct
63 struct nouveau_bo **);
68 struct nouveau_bo **);
72 struct nouveau_bo **);
75 nouveau_bo_wrap(struct nouveau_device *, uint32_t handle, struct nouveau_bo **);
78 nouveau_bo_handle_get(struct nouveau_bo *, uint32_t *);
82 struct nouveau_bo **);
85 nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
88 nouveau_bo_map_range(struct nouveau_bo *, uint32_
[all...]
H A Dnouveau_private.h35 #include "nouveau_bo.h"
47 struct nouveau_bo *buffer[CALPB_BUFFERS];
69 struct nouveau_bo *notifier_bo;
89 struct nouveau_bo base;
117 #define nouveau_bo(n) ((struct nouveau_bo_priv *)(n)) macro
126 nouveau_bo_emit_buffer(struct nouveau_channel *, struct nouveau_bo *);
H A Dnouveau_pushbuf.h29 #include "nouveau_bo.h"
44 struct nouveau_bo *, uint32_t data, uint32_t data2,
120 OUT_RELOC(struct nouveau_channel *chan, struct nouveau_bo *bo,
128 OUT_RELOC2(struct nouveau_channel *chan, struct nouveau_bo *bo,
138 OUT_RELOCd(struct nouveau_channel *chan, struct nouveau_bo *bo,
146 OUT_RELOCo(struct nouveau_channel *chan, struct nouveau_bo *bo,
155 OUT_RELOCl(struct nouveau_channel *chan, struct nouveau_bo *bo,
163 OUT_RELOCr(struct nouveau_channel *chan, struct nouveau_bo *bo,
171 OUT_RELOCh(struct nouveau_channel *chan, struct nouveau_bo *bo,

Completed in 2018 milliseconds