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

  /external/chromium_org/third_party/mesa/src/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...]
nvc0_winsys.h 38 #define BCTX_REFN(bctx, bin, res, acc) \
39 nvc0_add_resident(bctx, NVC0_BIND_##bin, res, NOUVEAU_BO_##acc)
  /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...]
nvc0_winsys.h 38 #define BCTX_REFN(bctx, bin, res, acc) \
39 nvc0_add_resident(bctx, NVC0_BIND_##bin, res, NOUVEAU_BO_##acc)
  /external/chromium_org/third_party/mesa/src/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...]
nv50_winsys.h 39 #define BCTX_REFN(bctx, bin, res, acc) \
40 nv50_add_bufctx_resident(bctx, NV50_BIND_##bin, res, NOUVEAU_BO_##acc)
  /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...]
nv50_winsys.h 39 #define BCTX_REFN(bctx, bin, res, acc) \
40 nv50_add_bufctx_resident(bctx, NV50_BIND_##bin, res, NOUVEAU_BO_##acc)
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 68 $Bctx="%o1";
428 ld [$ctx+4],$Bctx
477 mov $Bctx,$B
504 add $B,$Bctx,$Bctx
511 mov $Bctx,$B
526 add $B,$Bctx,$Bctx
532 st $Bctx,[$ctx+4]
  /external/chromium_org/third_party/mesa/src/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/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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.a     [all...]

Completed in 705 milliseconds