Home
last modified time | relevance | path

Searched refs:nouveau_bo_map (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c121 if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client)) in nouveau_buffer_download()
155 nouveau_bo_map(bounce, 0, nv->screen->client); in nouveau_buffer_upload()
269 ret = nouveau_bo_map(buf->bo, flags, nv->screen->client); in nouveau_buffer_transfer_map()
330 if (nouveau_bo_map(res->bo, 0, NULL)) in nouveau_resource_map_offset()
333 if (nouveau_bo_map(res->bo, flags, nv->screen->client)) in nouveau_resource_map_offset()
442 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->screen->client)) in nouveau_buffer_data_fetch()
466 ret = nouveau_bo_map(buf->bo, 0, nv->screen->client); in nouveau_buffer_migrate()
526 ret = nouveau_bo_map(buf->bo, 0, nv->screen->client); in nouveau_user_buffer_upload()
576 ret = nouveau_bo_map(nv->scratch.runout[n], 0, NULL); in nouveau_scratch_runout()
614 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, nv->screen->client); in nouveau_scratch_next()
Dnouveau_video.c40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
597 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL); in nouveau_create_decoder()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c54 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client); in nouveau_get_scratch()
64 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client); in nouveau_get_scratch()
Dnouveau_span.c43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx)); in renderbuffer_map_unmap()
Dnouveau_array.c121 nouveau_bo_map(a->bo, NOUVEAU_BO_RD, client); in nouveau_init_array()
Dnouveau_bufferobj.c43 nouveau_bo_map(nbo->bo, flags, context_client(ctx)); in get_bufferobj_map()
Dnouveau_fbo.c149 nouveau_bo_map(s->bo, flags, context_client(ctx)); in nouveau_renderbuffer_map()
Dnv04_context.c119 nouveau_bo_map(s->bo, NOUVEAU_BO_WR, context_client(ctx)); in init_dummy_texture()
Dnv04_surface.c375 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, context_client(ctx)); in nv04_surface_copy_cpu()
376 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, context_client(ctx)); in nv04_surface_copy_cpu()
Dnouveau_texture.c121 ret = nouveau_bo_map(s->bo, flags, client); in nouveau_teximage_map()
198 ret = nouveau_bo_map(s->bo, flags, client); in nouveau_map_texture_image()
/external/libdrm/libkms/
Dnouveau.c147 nouveau_bo_map(struct kms_bo *_bo, void **out) in nouveau_bo_map() function
213 kms->bo_map = nouveau_bo_map; in nouveau_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c80 ret = nouveau_bo_map(q->bo, 0, screen->base.client); in nvc0_query_allocate()
326 if (!nouveau_bo_map(q->bo, NOUVEAU_BO_RD | NOUVEAU_BO_NOBLOCK, cli)) in nvc0_query_update()
Dnvc0_transfer.c451 ret = nouveau_bo_map(tx->rect[1].bo, flags, nvc0->screen->base.client); in nvc0_miptree_transfer_map()
Dnvc0_screen.c454 nouveau_bo_map(screen->fence.bo, 0, NULL); in nvc0_screen_create()
/external/libdrm/nouveau/
Dnouveau.h150 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
Dnouveau.c606 nouveau_bo_map(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_map() function
Dpushbuf.c682 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, push->client); in nouveau_pushbuf_space()
/external/drm_gralloc/
Dgralloc_drm_nouveau.c255 err = nouveau_bo_map(nb->bo, flags); in nouveau_map()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_transfer.c637 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, nv30->base.client); in nv30_transfer_rect_cpu()
638 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, nv30->base.client); in nv30_transfer_rect_cpu()
Dnv30_screen.c449 nouveau_bo_map(screen->notify, 0, screen->base.client); in nv30_screen_create()
Dnv30_miptree.c246 ret = nouveau_bo_map(tx->tmp.bo, access, nv30->base.client); in nv30_miptree_transfer_map()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c81 ret = nouveau_bo_map(q->bo, 0, screen->base.client); in nv50_query_allocate()
Dnv50_transfer.c370 ret = nouveau_bo_map(tx->rect[1].bo, flags, screen->base.client); in nv50_miptree_transfer_map()
Dnv50_screen.c643 nouveau_bo_map(screen->fence.bo, 0, NULL); in nv50_screen_create()