HomeSort by relevance Sort by last modified time
    Searched defs:bctx (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 59 struct nouveau_bufctx *bctx = nv50->bufctx; local
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
71 nouveau_pushbuf_bufctx(push, bctx);
143 nouveau_bufctx_reset(bctx, 0);
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; local
216 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
217 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
218 nouveau_pushbuf_bufctx(push, bctx);
246 nouveau_bufctx_reset(bctx, 0)
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 463 struct nouveau_bufctx *bctx = nv30->bufctx; local
494 nouveau_pushbuf_bufctx(push, bctx);
516 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 23 struct nouveau_bufctx *bctx = nvc0->bufctx; local
34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
36 nouveau_pushbuf_bufctx(push, bctx);
108 nouveau_bufctx_reset(bctx, 0);
118 struct nouveau_bufctx *bctx = nvc0->bufctx; local
126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
128 nouveau_pushbuf_bufctx(push, bctx);
173 nouveau_bufctx_reset(bctx, 0)
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
469 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
    [all...]
  /external/libdrm/nouveau/
pushbuf.c 400 struct nouveau_bufctx *bctx, *btmp; local
427 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) {
428 DRMLISTJOIN(&bctx->current, &bctx->pending);
429 DRMINITLISTHEAD(&bctx->current);
430 DRMLISTDELINIT(&bctx->head);
490 struct nouveau_bufctx *bctx = push->bufctx; local
492 int relocs = bctx ? bctx->relocs * 2: 0;
496 if (ret || bctx == NULL
    [all...]

Completed in 204 milliseconds