Home
last modified time | relevance | path

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

12

/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()
Dnv04_context.c119 nouveau_bo_map(s->bo, NOUVEAU_BO_WR, context_client(ctx)); in init_dummy_texture()
Dnouveau_fbo.c148 nouveau_bo_map(s->bo, flags, context_client(ctx)); in nouveau_renderbuffer_map()
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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_bsp.c40 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_begin()
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
117 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
Dnvc0_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
Dnvc0_transfer.c364 ret = nouveau_bo_map(mt->base.bo, 0, NULL); in nvc0_miptree_transfer_map()
456 ret = nouveau_bo_map(tx->rect[1].bo, flags, nvc0->screen->base.client); in nvc0_miptree_transfer_map()
Dnvc0_video.c294 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nvc0_create_decoder()
Dnvc0_query_hw.c63 ret = nouveau_bo_map(hq->bo, 0, screen->base.client); in nvc0_hw_query_allocate()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c159 if (!nouveau_bo_map(tx->bo, 0, NULL)) in nouveau_transfer_staging()
458 ret = nouveau_bo_map(buf->bo, in nouveau_buffer_transfer_map()
618 if (nouveau_bo_map(res->bo, 0, NULL)) in nouveau_resource_map_offset()
621 if (nouveau_bo_map(res->bo, flags, nv->client)) in nouveau_resource_map_offset()
741 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->client)) in nouveau_buffer_data_fetch()
764 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_buffer_migrate()
832 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_user_buffer_upload()
931 ret = nouveau_bo_map(nv->scratch.runout->bo[n], 0, NULL); in nouveau_scratch_runout()
969 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, nv->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()
585 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL); in nouveau_create_decoder()
Dnouveau_vp3_video.c294 if (nouveau_bo_map(dec->fw_bo, NOUVEAU_BO_WR, dec->client)) in nouveau_vp3_load_firmware()
/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/libdrm/nouveau/
Dnouveau-symbol-check13 nouveau_bo_map
Dnouveau.h146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client); in nv84_load_firmwares()
409 ret = nouveau_bo_map(dec->bitstream, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
416 ret = nouveau_bo_map(dec->vp_params, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
428 ret = nouveau_bo_map(dec->mpeg12_bo, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
437 ret = nouveau_bo_map(dec->fence, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
Dnv98_video_bsp.c98 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client); in nv98_decoder_bsp()
Dnv98_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
Dnv98_video.c270 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nv98_create_decoder()
Dnv50_compute.c212 nouveau_bo_map(bo, 0, screen->base.client); in nv50_compute_upload_input()
Dnv50_query_hw.c71 ret = nouveau_bo_map(hq->bo, 0, screen->base.client); in nv50_hw_query_allocate()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c638 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, nv30->base.client); in nv30_transfer_rect_cpu()
639 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, nv30->base.client); in nv30_transfer_rect_cpu()

12