Home | History | Annotate | Download | only in nv50

Lines Matching refs:pushbuf

8    struct nouveau_pushbuf *push = nv50->base.pushbuf;
105 struct nouveau_pushbuf *push = nv50->base.pushbuf;
117 struct nouveau_pushbuf *push = nv50->base.pushbuf;
128 struct nouveau_pushbuf *push = nv50->base.pushbuf;
139 struct nouveau_pushbuf *push = nv50->base.pushbuf;
181 struct nouveau_pushbuf *push = nv50->base.pushbuf;
227 struct nouveau_pushbuf *push = nv50->base.pushbuf;
254 struct nouveau_pushbuf *push = nv50->base.pushbuf;
263 struct nouveau_pushbuf *push = nv50->base.pushbuf;
272 struct nouveau_pushbuf *push = nv50->base.pushbuf;
281 struct nouveau_pushbuf *push = nv50->base.pushbuf;
392 BEGIN_NV04(nv50->base.pushbuf, SUBC_3D(NV50_GRAPH_SERIALIZE), 1);
393 PUSH_DATA (nv50->base.pushbuf, 0);
398 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx_3d);
399 ret = nouveau_pushbuf_validate(nv50->base.pushbuf);