Home
last modified time | relevance | path

Searched refs:PUSH_REFN (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c82 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nvc0_hw_query_get()
407 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_hw_get_query_result_resource()
408 PUSH_REFN (push, buf->bo, buf->domain | NOUVEAU_BO_WR); in nvc0_hw_get_query_result_resource()
591 PUSH_REFN(push, hq->bo, NOUVEAU_BO_RD | NOUVEAU_BO_GART); in nvc0_hw_query_pushbuf_submit()
606 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_hw_query_fifo_wait()
Dnvc0_video.c301 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
312 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
323 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
Dnvc0_winsys.h42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() function
Dnvc0_query.c156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
Dnve4_compute.c519 PUSH_REFN(push, res->bo, NOUVEAU_BO_RD | res->domain); in nve4_compute_upload_input()
659 PUSH_REFN(push, res->bo, NOUVEAU_BO_RD | res->domain); in nve4_launch_grid()
Dnvc0_vbo.c882 PUSH_REFN(push, buf->bo, NOUVEAU_BO_RD | buf->domain); in nvc0_draw_indirect()
884 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count->domain); in nvc0_draw_indirect()
Dnvc0_compute.c473 PUSH_REFN(push, res->bo, NOUVEAU_BO_RD | res->domain); in nvc0_launch_grid()
Dnvc0_surface.c297 PUSH_REFN (push, res->bo, res->domain | NOUVEAU_BO_WR); in nvc0_clear_render_target()
570 PUSH_REFN (push, buf->bo, buf->domain | NOUVEAU_BO_WR); in nvc0_clear_buffer()
641 PUSH_REFN (push, mt->base.bo, mt->base.domain | NOUVEAU_BO_WR); in nvc0_clear_depth_stencil()
Dnvc0_transfer.c574 PUSH_REFN (push, bo, NOUVEAU_BO_WR | domain); in nvc0_cb_bo_push()
Dnvc0_screen.c1012 PUSH_REFN (push, screen->uniform_bo, NV_VRAM_DOMAIN(&screen->base) | NOUVEAU_BO_WR); in nvc0_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c277 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
288 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
299 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
Dnv50_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() function
Dnv50_query_hw.c90 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nv50_hw_query_get()
457 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv84_hw_query_fifo_wait()
Dnv50_query.c136 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
Dnv50_transfer.c389 PUSH_REFN (push, bo, NOUVEAU_BO_WR | domain); in nv50_cb_bo_push()
Dnv50_surface.c301 PUSH_REFN(push, bo, mt->base.domain | NOUVEAU_BO_WR); in nv50_clear_render_target()
400 PUSH_REFN(push, bo, mt->base.domain | NOUVEAU_BO_WR); in nv50_clear_depth_stencil()
758 PUSH_REFN(push, buf->bo, buf->domain | NOUVEAU_BO_WR); in nv50_clear_buffer()
Dnv84_video.c497 PUSH_REFN(screen->pushbuf, dec->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv84_create_decoder()
Dnv50_vbo.c640 PUSH_REFN(push, buf->bo, NOUVEAU_BO_RD | buf->domain); in nv50_draw_elements()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() function