/external/libdrm/nouveau/ |
nouveau-symbol-check | 43 nouveau_pushbuf_bufctx
|
nouveau.h | 230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
|
pushbuf.c | 629 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) function
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 390 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 392 nouveau_pushbuf_bufctx(push, NULL); 405 nouveau_pushbuf_bufctx(push, NULL); 430 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 432 nouveau_pushbuf_bufctx(push, NULL); 457 nouveau_pushbuf_bufctx(push, NULL);
|
nv04_render.c | 173 nouveau_pushbuf_bufctx(push, push->user_priv); 190 nouveau_pushbuf_bufctx(push, NULL);
|
nv10_context.c | 180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); 182 nouveau_pushbuf_bufctx(push, NULL); 196 nouveau_pushbuf_bufctx(push, NULL);
|
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/nouveau/nvc0/ |
nvc0_transfer.c | 34 nouveau_pushbuf_bufctx(push, bctx); 140 nouveau_pushbuf_bufctx(push, bctx); 209 nouveau_pushbuf_bufctx(push, nvc0->bufctx); 251 nouveau_pushbuf_bufctx(push, nvc0->bufctx); 291 nouveau_pushbuf_bufctx(push, bctx); 329 nouveau_pushbuf_bufctx(push, bctx);
|
nvc0_context.c | 203 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); 444 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx);
|
nvc0_surface.c | 262 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx); 374 nouveau_pushbuf_bufctx(push, nvc0->bufctx); 426 nouveau_pushbuf_bufctx(push, nvc0->bufctx); [all...] |
nvc0_state_validate.c | 910 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, bufctx);
|
nvc0_vbo.c | [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_state_validate.c | 501 nouveau_pushbuf_bufctx(push, bctx); 503 nouveau_pushbuf_bufctx(push, NULL); 544 nouveau_pushbuf_bufctx(nv30->base.pushbuf, NULL);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_transfer.c | 73 nouveau_pushbuf_bufctx(push, bctx); 160 nouveau_pushbuf_bufctx(push, nv50->bufctx); 213 nouveau_pushbuf_bufctx(push, bctx);
|
nv50_context.c | 178 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); 332 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx);
|
nv50_compute.c | 216 nouveau_pushbuf_bufctx(push, nv50->bufctx);
|
nv84_video.c | 443 nouveau_pushbuf_bufctx(bsp_push, dec->bsp_bufctx); 450 nouveau_pushbuf_bufctx(vp_push, dec->vp_bufctx);
|
nv50_surface.c | 259 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx); 635 nouveau_pushbuf_bufctx(push, nv50->bufctx); [all...] |
nv50_state_validate.c | 561 nouveau_pushbuf_bufctx(nv50->base.pushbuf, bufctx);
|
nv50_vbo.c | 900 nouveau_pushbuf_bufctx(push, NULL);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 590 nouveau_pushbuf_bufctx(dec->push, dec->bufctx);
|