Searched defs:bctx (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/nouveau/ |
D | bufctx.c | 60 nouveau_bufctx(struct nouveau_bufctx *bctx) in nouveau_bufctx() 103 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset() 121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn() 148 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd()
|
D | pushbuf.c | 400 struct nouveau_bufctx *bctx, *btmp; in pushbuf_flush() local 490 struct nouveau_bufctx *bctx = push->bufctx; in pushbuf_validate() local
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 23 struct nouveau_bufctx *bctx = nvc0->bufctx; in nvc0_m2mf_transfer_rect() local 118 struct nouveau_bufctx *bctx = nvc0->bufctx; in nve4_m2mf_transfer_rect() local 271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; in nvc0_m2mf_copy_linear() local 309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; in nve4_m2mf_copy_linear() local 469 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; in nvc0_cb_push() local
|
D | nvc0_winsys.h | 38 #define BCTX_REFN(bctx, bin, res, acc) \ argument
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_transfer.c | 59 struct nouveau_bufctx *bctx = nv50->bufctx; in nv50_m2mf_transfer_rect() local 214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; in nv50_m2mf_copy_linear() local 390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; in nv50_cb_push() local
|
D | nv50_winsys.h | 39 #define BCTX_REFN(bctx, bin, res, acc) \ argument
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 463 struct nouveau_bufctx *bctx = nv30->bufctx; in nv30_state_validate() local
|