Searched refs:nouveau_pushbuf_bufctx (Results 1 - 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_transfer.c | 36 nouveau_pushbuf_bufctx(push, bctx); 128 nouveau_pushbuf_bufctx(push, bctx); 187 nouveau_pushbuf_bufctx(push, nvc0->bufctx); 232 nouveau_pushbuf_bufctx(push, nvc0->bufctx); 275 nouveau_pushbuf_bufctx(push, bctx); 313 nouveau_pushbuf_bufctx(push, bctx); 476 nouveau_pushbuf_bufctx(push, bctx);
|
H A D | nvc0_context.c | 92 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); 157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx);
|
H A D | nvc0_state_validate.c | 543 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx_3d);
|
H A D | nvc0_surface.c | 258 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
H A D | nouveau_vbo_t.c | 378 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 380 nouveau_pushbuf_bufctx(push, NULL); 393 nouveau_pushbuf_bufctx(push, NULL); 418 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 420 nouveau_pushbuf_bufctx(push, NULL); 445 nouveau_pushbuf_bufctx(push, NULL);
|
H A D | nv04_render.c | 173 nouveau_pushbuf_bufctx(push, push->user_priv); 190 nouveau_pushbuf_bufctx(push, NULL);
|
H A D | nv10_context.c | 180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 182 nouveau_pushbuf_bufctx(push, NULL); 196 nouveau_pushbuf_bufctx(push, NULL);
|
H A D | nv20_context.c | 48 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 50 nouveau_pushbuf_bufctx(push, NULL); 92 nouveau_pushbuf_bufctx(push, NULL);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_context.c | 103 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); 159 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx);
|
H A D | nv50_transfer.c | 71 nouveau_pushbuf_bufctx(push, bctx); 158 nouveau_pushbuf_bufctx(push, nv50->bufctx); 218 nouveau_pushbuf_bufctx(push, bctx); 396 nouveau_pushbuf_bufctx(push, bctx);
|
H A D | nv50_vbo.c | 751 nouveau_pushbuf_bufctx(push, NULL); 808 nouveau_pushbuf_bufctx(push, NULL);
|
H A D | nv50_state_validate.c | 398 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx_3d);
|
H A D | nv50_surface.c | 252 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_state_validate.c | 494 nouveau_pushbuf_bufctx(push, bctx); 496 nouveau_pushbuf_bufctx(push, NULL); 537 nouveau_pushbuf_bufctx(nv30->base.pushbuf, NULL);
|
/external/libdrm/nouveau/ |
H A D | nouveau.h | 229 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
|
H A D | pushbuf.c | 630 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 602 nouveau_pushbuf_bufctx(dec->push, dec->bufctx);
|
Completed in 353 milliseconds