HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_pushbuf_refn (Results 1 - 10 of 10) sorted by null

  /external/libdrm/nouveau/
nouveau-symbol-check 49 nouveau_pushbuf_refn
nouveau.h 204 struct nouveau_pushbuf_refn { struct
217 int nouveau_pushbuf_refn(struct nouveau_pushbuf *,
218 struct nouveau_pushbuf_refn *, int nr);
pushbuf.c 456 struct nouveau_pushbuf_refn *refs, int nr)
736 nouveau_pushbuf_refn(struct nouveau_pushbuf *push, function
737 struct nouveau_pushbuf_refn *refs, int nr)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h 45 struct nouveau_pushbuf_refn ref = { bo, flags };
46 nouveau_pushbuf_refn(push, &ref, 1);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 106 struct nouveau_pushbuf_refn refn;
126 nouveau_pushbuf_refn (push, &refn, 1))
165 struct nouveau_pushbuf_refn refn;
190 nouveau_pushbuf_refn (push, &refn, 1))
nv30_transfer.c 149 struct nouveau_pushbuf_refn refs[] = {
158 nouveau_pushbuf_refn (push, refs, sizeof(refs) / sizeof(refs[0])))
401 struct nouveau_pushbuf_refn refs[] = {
434 nouveau_pushbuf_refn (push, refs, 2))
498 struct nouveau_pushbuf_refn refs[] = {
519 nouveau_pushbuf_refn (push, refs, 2))
693 struct nouveau_pushbuf_refn refs[] = {
712 nouveau_pushbuf_refn (push, refs, 2))
736 nouveau_pushbuf_refn (push, refs, 2))
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_winsys.h 44 struct nouveau_pushbuf_refn ref = { bo, flags };
45 nouveau_pushbuf_refn(push, &ref, 1);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 81 struct nouveau_pushbuf_refn refn =
87 !nouveau_pushbuf_refn(push, &refn, 1)) {
nv04_surface.c 199 struct nouveau_pushbuf_refn refs[] = {
230 nouveau_pushbuf_refn (push, refs, 2))
280 struct nouveau_pushbuf_refn refs[] = {
294 nouveau_pushbuf_refn (push, refs, 2))
429 struct nouveau_pushbuf_refn refs[] = {
437 nouveau_pushbuf_refn (push, refs, 1))
nv04_render.c 147 struct nouveau_pushbuf_refn refs[] = {
154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1))

Completed in 126 milliseconds