Home
last modified time | relevance | path

Searched refs:nouveau_pushbuf_data (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c442 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + 16 * index, in nvc0_hw_get_query_result_resource()
448 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + in nvc0_hw_get_query_result_resource()
453 nouveau_pushbuf_data(push, hq->bo, hq->offset + 4, in nvc0_hw_get_query_result_resource()
456 nouveau_pushbuf_data(push, hq->bo, hq->offset + 16 + 4, in nvc0_hw_get_query_result_resource()
466 nouveau_pushbuf_data(push, nvc0->screen->fence.bo, 0, in nvc0_hw_get_query_result_resource()
470 nouveau_pushbuf_data(push, hq->bo, hq->offset, in nvc0_hw_get_query_result_resource()
597 nouveau_pushbuf_data(push, hq->bo, hq->offset + result_offset, 4 | in nvc0_hw_query_pushbuf_submit()
Dnvc0_vbo.c872 nouveau_pushbuf_data(push, in nvc0_draw_indirect()
878 nouveau_pushbuf_data(push, in nvc0_draw_indirect()
884 nouveau_pushbuf_data(push, in nvc0_draw_indirect()
Dnve4_compute.c528 nouveau_pushbuf_data(push, res->bo, offset, in nve4_compute_upload_input()
662 nouveau_pushbuf_data(push, res->bo, bo_offset, in nve4_upload_indirect_desc()
Dnvc0_compute.c475 nouveau_pushbuf_data(push, res->bo, offset, in nvc0_launch_grid()
/external/libdrm/nouveau/
Dpushbuf.c326 nouveau_pushbuf_data(push, NULL, 0, 0); in pushbuf_submit()
403 nouveau_pushbuf_data(push, NULL, 0, 0); in pushbuf_flush()
685 nouveau_pushbuf_data(push, NULL, 0, 0); in nouveau_pushbuf_space()
701 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in nouveau_pushbuf_data() function
715 nouveau_pushbuf_data(push, nvpb->bo, in nouveau_pushbuf_data()
Dnouveau-symbol-check44 nouveau_pushbuf_data
Dnouveau.h215 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c647 nouveau_pushbuf_data(push, buf->bo, base + start * 4, count * 4); in nv50_draw_elements()
656 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes); in nv50_draw_elements()
668 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes); in nv50_draw_elements()
Dnv50_compute.c220 nouveau_pushbuf_data(push, bo, offset, size); in nv50_compute_upload_input()