Searched refs:nouveau_pushbuf_data (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 440 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + 16 * index, in nvc0_hw_get_query_result_resource() 446 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + in nvc0_hw_get_query_result_resource() 451 nouveau_pushbuf_data(push, hq->bo, hq->offset + 4, in nvc0_hw_get_query_result_resource() 454 nouveau_pushbuf_data(push, hq->bo, hq->offset + 16 + 4, in nvc0_hw_get_query_result_resource() 464 nouveau_pushbuf_data(push, nvc0->screen->fence.bo, 0, in nvc0_hw_get_query_result_resource() 468 nouveau_pushbuf_data(push, hq->bo, hq->offset, in nvc0_hw_get_query_result_resource() 592 nouveau_pushbuf_data(push, hq->bo, hq->offset + result_offset, 4 | in nvc0_hw_query_pushbuf_submit()
|
D | nve4_compute.c | 524 nouveau_pushbuf_data(push, res->bo, offset, in nve4_compute_upload_input() 663 nouveau_pushbuf_data(push, res->bo, offset, in nve4_launch_grid() 676 nouveau_pushbuf_data(push, res->bo, offset + 8, in nve4_launch_grid()
|
D | nvc0_vbo.c | 891 nouveau_pushbuf_data(push, in nvc0_draw_indirect() 897 nouveau_pushbuf_data(push, in nvc0_draw_indirect() 903 nouveau_pushbuf_data(push, in nvc0_draw_indirect()
|
D | nvc0_compute.c | 475 nouveau_pushbuf_data(push, res->bo, offset, in nvc0_launch_grid()
|
/external/libdrm/nouveau/ |
D | pushbuf.c | 330 nouveau_pushbuf_data(push, NULL, 0, 0); in pushbuf_submit() 407 nouveau_pushbuf_data(push, NULL, 0, 0); in pushbuf_flush() 689 nouveau_pushbuf_data(push, NULL, 0, 0); in nouveau_pushbuf_space() 705 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in nouveau_pushbuf_data() function 719 nouveau_pushbuf_data(push, nvpb->bo, in nouveau_pushbuf_data()
|
D | nouveau-symbol-check | 44 nouveau_pushbuf_data
|
D | nouveau.h | 215 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_vbo.c | 645 nouveau_pushbuf_data(push, buf->bo, base + start * 4, count * 4); in nv50_draw_elements() 654 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes); in nv50_draw_elements() 666 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes); in nv50_draw_elements()
|
D | nv50_compute.c | 220 nouveau_pushbuf_data(push, bo, offset, size); in nv50_compute_upload_input()
|