Searched refs:nouveau_pushbuf_bufctx (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_transfer.c | 34 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()
|
D | nvc0_context.c | 259 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL); in nvc0_destroy() 503 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx); in nvc0_create()
|
D | nvc0_surface.c | 269 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()
|
D | nvc0_state_validate.c | 987 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, bufctx); in nvc0_state_validate()
|
D | nvc0_vbo.c | 1138 nouveau_pushbuf_bufctx(push, NULL); in nvc0_draw_vbo()
|
/third_party/libdrm/nouveau/ |
D | nouveau-symbols.txt | 32 nouveau_pushbuf_bufctx
|
D | nouveau.h | 230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);
|
D | pushbuf.c | 636 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) in nouveau_pushbuf_bufctx() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_transfer.c | 69 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()
|
D | nv50_context.c | 196 nouveau_pushbuf_bufctx(nv50->base.pushbuf, NULL); in nv50_destroy() 360 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx); in nv50_create()
|
D | nv84_video.c | 443 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()
|
D | nv50_surface.c | 259 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()
|
D | nv50_state_validate.c | 561 nouveau_pushbuf_bufctx(nv50->base.pushbuf, bufctx); in nv50_state_validate()
|
D | nv50_compute.c | 547 nouveau_pushbuf_bufctx(push, nv50->bufctx); in nv50_compute_upload_input()
|
D | nv50_vbo.c | 931 nouveau_pushbuf_bufctx(push, NULL); in nv50_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 501 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/ |
D | nouveau_video.c | 590 nouveau_pushbuf_bufctx(dec->push, dec->bufctx); in nouveau_create_decoder()
|