Home
last modified time | relevance | path

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

/third_party/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.c259 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); in nvc0_destroy()
503 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()
1551 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.c1138 nouveau_pushbuf_bufctx(push, NULL); in nvc0_draw_vbo()
/third_party/libdrm/nouveau/
Dnouveau-symbols.txt32 nouveau_pushbuf_bufctx
Dnouveau.h230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
Dpushbuf.c636 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) in nouveau_pushbuf_bufctx() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c69 nouveau_pushbuf_bufctx(push, bctx); in nv50_2d_transfer_rect()
199 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_transfer_rect()
286 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_sifc_linear_u8()
339 nouveau_pushbuf_bufctx(push, bctx); in nv50_m2mf_copy_linear()
Dnv50_context.c196 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); in nv50_destroy()
360 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx); in nv50_create()
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()
655 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_clear_buffer_push()
1641 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_compute.c547 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_compute_upload_input()
Dnv50_vbo.c931 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c590 nouveau_pushbuf_bufctx(dec->push, dec->bufctx); in nouveau_create_decoder()