Home
last modified time | relevance | path

Searched refs:nouveau_pushbuf_bufctx (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_transfer.c36 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()
Dnvc0_context.c92 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); in nvc0_destroy()
157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx); in nvc0_create()
Dnvc0_state_validate.c543 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx_3d); in nvc0_state_validate()
Dnvc0_surface.c258 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx); in nvc0_resource_copy_region()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_vbo_t.c378 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()
Dnv04_render.c173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
190 nouveau_pushbuf_bufctx(push, NULL); in swtnl_finish()
Dnv10_context.c180 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()
Dnv20_context.c48 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/
Dnv50_context.c103 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); in nv50_destroy()
159 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx); in nv50_create()
Dnv50_transfer.c71 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()
Dnv50_vbo.c751 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
808 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
Dnv50_state_validate.c398 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx_3d); in nv50_state_validate()
Dnv50_surface.c252 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx); in nv50_resource_copy_region()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c494 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/
Dnouveau.h229 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
Dpushbuf.c630 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) in nouveau_pushbuf_bufctx() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c602 nouveau_pushbuf_bufctx(dec->push, dec->bufctx); in nouveau_create_decoder()