Searched refs:nouveau_bufctx_refn (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); in nvc0_m2mf_transfer_rect() 35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); in nvc0_m2mf_transfer_rect() 126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); in nve4_m2mf_transfer_rect() 127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); in nve4_m2mf_transfer_rect() 186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR); in nvc0_m2mf_push_linear() 231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR); in nve4_p2mf_push_linear() 273 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD); in nvc0_m2mf_copy_linear() 274 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR); in nvc0_m2mf_copy_linear() 311 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD); in nve4_m2mf_copy_linear() 312 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR); in nve4_m2mf_copy_linear() [all …]
|
D | nvc0_winsys.h | 22 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL; in nv50_add_bufctx_resident_bo() 30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain); in nvc0_add_resident()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_transfer.c | 69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); in nv50_m2mf_transfer_rect() 70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); in nv50_m2mf_transfer_rect() 157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR); in nv50_sifc_linear_u8() 216 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD); in nv50_m2mf_copy_linear() 217 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR); in nv50_m2mf_copy_linear() 395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain); in nv50_cb_push()
|
D | nv50_winsys.h | 23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL; in nv50_add_bufctx_resident_bo() 31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain); in nv50_add_bufctx_resident()
|
/external/libdrm/nouveau/ |
D | bufctx.c | 121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn() function 154 struct nouveau_bufref *bref = nouveau_bufctx_refn(bctx, bin, bo, flags); in nouveau_bufctx_mthd()
|
D | nouveau-symbol-check | 25 nouveau_bufctx_refn
|
D | nouveau.h | 183 nouveau_bufctx_refn(struct nouveau_bufctx *, int bin,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_winsys.h | 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN()
|