Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_vbo_t.c411 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in vbo_draw_vbo()
413 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_vbo()
426 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_vbo()
451 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in vbo_draw_imm()
453 nouveau_pushbuf_bufctx(push, NULL); in vbo_draw_imm()
478 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.c181 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in nv10_clear()
183 nouveau_pushbuf_bufctx(push, NULL); in nv10_clear()
197 nouveau_pushbuf_bufctx(push, NULL); in nv10_clear()
Dnv20_context.c49 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx); in nv20_clear()
51 nouveau_pushbuf_bufctx(push, NULL); in nv20_clear()
93 nouveau_pushbuf_bufctx(push, NULL); in nv20_clear()
/external/libdrm/nouveau/
Dnouveau-symbols.txt31 nouveau_pushbuf_bufctx
Dnouveau.h230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
Dpushbuf.c629 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) in nouveau_pushbuf_bufctx() function
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c34 nouveau_pushbuf_bufctx(push, bctx); in nvc0_m2mf_transfer_rect()
140 nouveau_pushbuf_bufctx(push, bctx); in nve4_m2mf_transfer_rect()
209 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nvc0_m2mf_push_linear()
251 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nve4_p2mf_push_linear()
291 nouveau_pushbuf_bufctx(push, bctx); in nvc0_m2mf_copy_linear()
329 nouveau_pushbuf_bufctx(push, bctx); in nve4_m2mf_copy_linear()
Dnvc0_context.c212 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); in nvc0_destroy()
454 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx); in nvc0_create()
Dnvc0_surface.c269 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx); in nvc0_resource_copy_region()
381 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nvc0_clear_buffer_push_nvc0()
430 nouveau_pushbuf_bufctx(push, nvc0->bufctx); in nvc0_clear_buffer_push_nve4()
1515 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, nvc0->bufctx); in nvc0_blit_eng2d()
Dnvc0_state_validate.c987 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, bufctx); in nvc0_state_validate()
Dnvc0_vbo.c1117 nouveau_pushbuf_bufctx(push, NULL); in nvc0_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c501 nouveau_pushbuf_bufctx(push, bctx); in nv30_state_validate()
503 nouveau_pushbuf_bufctx(push, NULL); in nv30_state_validate()
544 nouveau_pushbuf_bufctx(nv30->base.pushbuf, NULL); in nv30_state_release()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c73 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_transfer_rect()
160 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_sifc_linear_u8()
213 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_copy_linear()
Dnv50_context.c178 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); in nv50_destroy()
332 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx); in nv50_create()
Dnv50_compute.c216 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_compute_upload_input()
Dnv84_video.c443 nouveau_pushbuf_bufctx(bsp_push, dec->bsp_bufctx); in nv84_create_decoder()
450 nouveau_pushbuf_bufctx(vp_push, dec->vp_bufctx); in nv84_create_decoder()
Dnv50_surface.c259 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx); in nv50_resource_copy_region()
635 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_clear_buffer_push()
1602 nouveau_pushbuf_bufctx(nv50->base.pushbuf, nv50->bufctx); in nv50_blit_eng2d()
Dnv50_state_validate.c561 nouveau_pushbuf_bufctx(nv50->base.pushbuf, bufctx); in nv50_state_validate()
Dnv50_vbo.c890 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c590 nouveau_pushbuf_bufctx(dec->push, dec->bufctx); in nouveau_create_decoder()