Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_GART (Results 1 – 25 of 49) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c49 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 …]
Dnouveau_screen.c209 screen->vram_domain = NOUVEAU_BO_GART; in nouveau_screen_init()
261 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
Dnouveau_video.c569 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()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c61 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()
Dnv04_surface.c200 { 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()
Dnv10_render.c147 a->bo, a->offset, NOUVEAU_BO_GART | in nv10_render_bind_vertices()
Dnv20_render.c170 NOUVEAU_BO_OR | NOUVEAU_BO_GART | in nv20_render_bind_vertices()
Dnouveau_bufferobj.c100 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_bufferobj_data()
Dnv10_state_tex.c159 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; in nv10_emit_tex_obj()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c266 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()
Dnv50_query_hw.c90 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nv50_hw_query_get()
461 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv84_hw_query_fifo_wait()
Dnv98_video_ppp.c40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_setup_ppp()
Dnv50_query.c137 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
Dnv84_video.c404 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()
Dnv98_video_bsp.c54 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_bsp()
Dnv84_video_vp.c81 { 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()
Dnv50_transfer.c289 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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c290 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()
Dnvc0_query_hw.c82 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nvc0_hw_query_get()
411 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_hw_get_query_result_resource()
596 PUSH_REFN(push, hq->bo, NOUVEAU_BO_RD | NOUVEAU_BO_GART); in nvc0_hw_query_pushbuf_submit()
611 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_hw_query_fifo_wait()
Dnvc0_video_ppp.c40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_setup_ppp()
Dnvc0_query.c157 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
/external/libdrm/nouveau/
Dnouveau.h113 #define NOUVEAU_BO_GART 0x00000002 macro
114 #define NOUVEAU_BO_APER (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)
Dpushbuf.c160 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()
Dabi16.c286 bo->flags |= NOUVEAU_BO_GART; in abi16_bo_info()
318 if (bo->flags & NOUVEAU_BO_GART) in abi16_bo_init()
/external/libdrm/tests/nouveau/
Dthreaded.c122 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()

12