/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A 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...] |
H A D | nouveau_screen.c | 293 screen->vram_domain = NOUVEAU_BO_GART; in nouveau_screen_init() 347 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
|
H A 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/gallium/drivers/nouveau/nvc0/ |
H A 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()
|
H A D | nvc0_video.c | 291 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder() 303 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 314 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 325 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
|
H A D | nvc0_video_ppp.c | 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_setup_ppp()
|
H A D | nvc0_query.c | 156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
|
H A D | nvc0_video_bsp.c | 150 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_bsp_end()
|
H A D | nvc0_video_vp.c | 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_vp()
|
H A D | nvc0_transfer.c | 440 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map() 453 tx->rect[1].domain = NOUVEAU_BO_GART; in nvc0_miptree_transfer_map()
|
H A D | nvc0_vbo_translate.c | 240 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_setup_vertex_array() 732 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_upload_vertex_ids()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder() 279 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 290 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 301 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
|
H A D | nv98_video_ppp.c | 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_setup_ppp()
|
H A 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()
|
H A D | nv50_query.c | 135 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
|
H A D | nv98_video_bsp.c | 54 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_bsp()
|
H A 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()
|
H A D | nv98_video_vp.c | 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_vp()
|
H A 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()
|
H A D | nv50_transfer.c | 414 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map() 426 tx->rect[1].domain = NOUVEAU_BO_GART; in nv50_miptree_transfer_map()
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.h | 113 #define NOUVEAU_BO_GART 0x00000002 macro 114 #define NOUVEAU_BO_APER (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)
|
H A D | abi16.c | 286 bo->flags |= NOUVEAU_BO_GART; in abi16_bo_info() 318 if (bo->flags & NOUVEAU_BO_GART) in abi16_bo_init()
|
H A D | pushbuf.c | 161 if (flags & NOUVEAU_BO_GART) in pushbuf_kref() 381 bo->flags |= NOUVEAU_BO_GART; in pushbuf_submit() 586 push->flags |= NOUVEAU_BO_GART; in nouveau_pushbuf_new() 587 nvpb->type = NOUVEAU_BO_GART; in nouveau_pushbuf_new()
|
/third_party/libdrm/tests/nouveau/ |
H A D | threaded.c | 126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 310 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map() 319 tx->tmp.domain = NOUVEAU_BO_GART; in nv30_miptree_transfer_map()
|