/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 82 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()
|
D | nvc0_video.c | 301 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()
|
D | nvc0_winsys.h | 42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() function
|
D | nvc0_query.c | 156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
|
D | nve4_compute.c | 519 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()
|
D | nvc0_vbo.c | 882 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()
|
D | nvc0_compute.c | 473 PUSH_REFN(push, res->bo, NOUVEAU_BO_RD | res->domain); in nvc0_launch_grid()
|
D | nvc0_surface.c | 297 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()
|
D | nvc0_transfer.c | 574 PUSH_REFN (push, bo, NOUVEAU_BO_WR | domain); in nvc0_cb_bo_push()
|
D | nvc0_screen.c | 1012 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/ |
D | nv98_video.c | 277 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()
|
D | nv50_winsys.h | 43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() function
|
D | nv50_query_hw.c | 90 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()
|
D | nv50_query.c | 136 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
|
D | nv50_transfer.c | 389 PUSH_REFN (push, bo, NOUVEAU_BO_WR | domain); in nv50_cb_bo_push()
|
D | nv50_surface.c | 301 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()
|
D | nv84_video.c | 497 PUSH_REFN(screen->pushbuf, dec->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv84_create_decoder()
|
D | nv50_vbo.c | 640 PUSH_REFN(push, buf->bo, NOUVEAU_BO_RD | buf->domain); in nv50_draw_elements()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_winsys.h | 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() function
|