/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 49 return nouveau_buffer_allocate(screen, buf, NOUVEAU_BO_GART); in nouveau_buffer_allocate() 52 if (domain == NOUVEAU_BO_GART) { in nouveau_buffer_allocate() 95 if (buf->domain == NOUVEAU_BO_GART) in nouveau_buffer_release_gpu_storage() 179 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, in nouveau_transfer_read() 207 if (buf->domain == NOUVEAU_BO_GART) in nouveau_transfer_write() 212 tx->bo, tx->offset + offset, NOUVEAU_BO_GART, size); in nouveau_transfer_write() 611 if (res->domain != NOUVEAU_BO_GART) in nouveau_resource_map_offset() 656 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() 672 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() 683 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() [all …]
|
D | nouveau_screen.c | 184 screen->vram_domain = NOUVEAU_BO_GART; in nouveau_screen_init() 235 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_scratch.c | 61 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_get_scratch() 81 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_scratch_init()
|
D | nv04_surface.c | 200 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_swizzle() 281 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_m2mf() 282 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_m2mf() 430 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_fill()
|
D | nv10_render.c | 147 a->bo, a->offset, NOUVEAU_BO_GART | in nv10_render_bind_vertices()
|
D | nv20_render.c | 170 NOUVEAU_BO_OR | NOUVEAU_BO_GART | in nv20_render_bind_vertices()
|
D | nouveau_bufferobj.c | 100 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_bufferobj_data()
|
D | nv10_state_tex.c | 159 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 163 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; in nv20_emit_tex_obj()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 265 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder() 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_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 | nv98_video_ppp.c | 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_setup_ppp()
|
D | nv50_query.c | 136 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
|
D | nv98_video_bsp.c | 54 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_bsp()
|
D | nv84_video.c | 404 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder() 412 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder() 421 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder()
|
D | nv50_transfer.c | 289 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map() 301 tx->rect[1].domain = NOUVEAU_BO_GART; in nv50_miptree_transfer_map()
|
D | nv84_video_vp.c | 81 { dec->vp_params, NOUVEAU_BO_RDWR | NOUVEAU_BO_GART }, in nv84_decoder_vp_h264() 491 { dec->mpeg12_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_GART }, in nv84_decoder_vp_mpeg12()
|
D | nv98_video_vp.c | 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_vp()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 289 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder() 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_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() 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_ppp.c | 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_setup_ppp()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 113 #define NOUVEAU_BO_GART 0x00000002 macro 114 #define NOUVEAU_BO_APER (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)
|
D | pushbuf.c | 164 if (flags & NOUVEAU_BO_GART) in pushbuf_kref() 378 bo->flags |= NOUVEAU_BO_GART; in pushbuf_submit() 583 push->flags |= NOUVEAU_BO_GART; in nouveau_pushbuf_new() 584 nvpb->type = NOUVEAU_BO_GART; in nouveau_pushbuf_new()
|
D | abi16.c | 290 bo->flags |= NOUVEAU_BO_GART; in abi16_bo_info() 322 if (bo->flags & NOUVEAU_BO_GART) in abi16_bo_init()
|
/external/libdrm/tests/nouveau/ |
D | threaded.c | 126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
|