/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 58 return nouveau_buffer_allocate(screen, buf, NOUVEAU_BO_GART); in nouveau_buffer_allocate() 61 if (domain == NOUVEAU_BO_GART) { in nouveau_buffer_allocate() 106 if (buf->domain == NOUVEAU_BO_GART) in nouveau_buffer_release_gpu_storage() 195 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, in nouveau_transfer_read() 223 if (buf->domain == NOUVEAU_BO_GART) in nouveau_transfer_write() 228 tx->bo, tx->offset + offset, NOUVEAU_BO_GART, size); in nouveau_transfer_write() 639 if (res->domain != NOUVEAU_BO_GART) in nouveau_resource_map_offset() 696 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() 712 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() 723 buffer->domain = NOUVEAU_BO_GART; in nouveau_buffer_create() [all …]
|
D | nouveau_screen.c | 294 screen->vram_domain = NOUVEAU_BO_GART; in nouveau_screen_init() 348 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
|
D | nouveau_video.c | 569 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder() 574 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder() 581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
|
/third_party/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 | 196 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_swizzle() 277 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_m2mf() 278 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART }, in nv04_surface_copy_m2mf() 426 { 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 | 101 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_bufferobj_data()
|
D | nv10_state_tex.c | 160 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; in nv10_emit_tex_obj()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 266 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder() 278 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 289 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 300 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
|
D | nv50_query_hw.c | 85 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nv50_hw_query_get() 473 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 | 135 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 | 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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 290 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder() 302 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 313 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 324 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
|
D | nvc0_query_hw.c | 77 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nvc0_hw_query_get() 133 PUSH_REFN(push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nvc0_hw_query_write_compute_invocations() 439 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_hw_get_query_result_resource() 632 PUSH_REFN(push, hq->bo, NOUVEAU_BO_RD | NOUVEAU_BO_GART); in nvc0_hw_query_pushbuf_submit() 649 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()
|
D | nvc0_video_bsp.c | 150 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_bsp_end()
|
D | nvc0_video_vp.c | 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_vp()
|
/third_party/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 | 160 if (flags & NOUVEAU_BO_GART) in pushbuf_kref() 374 bo->flags |= NOUVEAU_BO_GART; in pushbuf_submit() 579 push->flags |= NOUVEAU_BO_GART; in nouveau_pushbuf_new() 580 nvpb->type = NOUVEAU_BO_GART; in nouveau_pushbuf_new()
|
D | abi16.c | 286 bo->flags |= NOUVEAU_BO_GART; in abi16_bo_info() 318 if (bo->flags & NOUVEAU_BO_GART) in abi16_bo_init()
|
/third_party/libdrm/tests/nouveau/ |
D | threaded.c | 126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
|