Searched refs:nouveau_pushbuf_bufctx (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 36 nouveau_pushbuf_bufctx(push, bctx); in nvc0_m2mf_transfer_rect() 128 nouveau_pushbuf_bufctx(push, bctx); in nve4_m2mf_transfer_rect() 187 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nvc0_m2mf_push_linear() 232 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nve4_p2mf_push_linear() 275 nouveau_pushbuf_bufctx(push, bctx); in nvc0_m2mf_copy_linear() 313 nouveau_pushbuf_bufctx(push, bctx); in nve4_m2mf_copy_linear() 476 nouveau_pushbuf_bufctx(push, bctx); in nvc0_cb_push()
|
D | nvc0_context.c | 92 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); in nvc0_destroy() 157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx); in nvc0_create()
|
D | nvc0_state_validate.c | 543 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx_3d); in nvc0_state_validate()
|
D | nvc0_surface.c | 258 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx); in nvc0_resource_copy_region()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 378 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in vbo_draw_vbo() 380 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_vbo() 393 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_vbo() 418 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in vbo_draw_imm() 420 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_imm() 445 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_imm()
|
D | nv04_render.c | 173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start() 190 nouveau_pushbuf_bufctx(push, NULL); in swtnl_finish()
|
D | nv10_context.c | 180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in nv10_clear() 182 nouveau_pushbuf_bufctx(push, NULL); in nv10_clear() 196 nouveau_pushbuf_bufctx(push, NULL); in nv10_clear()
|
D | nv20_context.c | 48 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in nv20_clear() 50 nouveau_pushbuf_bufctx(push, NULL); in nv20_clear() 92 nouveau_pushbuf_bufctx(push, NULL); in nv20_clear()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_context.c | 103 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); in nv50_destroy() 159 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx); in nv50_create()
|
D | nv50_transfer.c | 71 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_transfer_rect() 158 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_sifc_linear_u8() 218 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_copy_linear() 396 nouveau_pushbuf_bufctx(push, bctx); in nv50_cb_push()
|
D | nv50_vbo.c | 751 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo() 808 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
|
D | nv50_state_validate.c | 398 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx_3d); in nv50_state_validate()
|
D | nv50_surface.c | 252 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx); in nv50_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 494 nouveau_pushbuf_bufctx(push, bctx); in nv30_state_validate() 496 nouveau_pushbuf_bufctx(push, NULL); in nv30_state_validate() 537 nouveau_pushbuf_bufctx(nv30->base.pushbuf, NULL); in nv30_state_release()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 229 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
|
D | pushbuf.c | 630 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) in nouveau_pushbuf_bufctx() function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 602 nouveau_pushbuf_bufctx(dec->push, dec->bufctx); in nouveau_create_decoder()
|