HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_bo_map (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 54 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client);
62 NOUVEAU_BO_MAP, 0, size, NULL, bo);
64 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client);
82 NOUVEAU_BO_MAP, 0, NOUVEAU_SCRATCH_SIZE,
nouveau_span.c 43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx));
nouveau_array.c 121 nouveau_bo_map(a->bo, NOUVEAU_BO_RD, client);
nouveau_bufferobj.c 43 nouveau_bo_map(nbo->bo, flags, context_client(ctx));
100 NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
nouveau_fbo.c 96 nouveau_surface_alloc(ctx, s, TILED, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP,
148 nouveau_bo_map(s->bo, flags, context_client(ctx));
nv04_context.c 116 NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM,
119 nouveau_bo_map(s->bo, NOUVEAU_BO_WR, context_client(ctx));
nv04_surface.c 375 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, context_client(ctx));
376 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, context_client(ctx));
  /external/libdrm/nouveau/
nouveau-symbol-check 13 nouveau_bo_map
nouveau.h 122 #define NOUVEAU_BO_MAP 0x80000000
146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
  /external/libdrm/libkms/
nouveau.c 147 nouveau_bo_map(struct kms_bo *_bo, void **out) function
213 kms->bo_map = nouveau_bo_map;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_bsp.c 40 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client);
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client);
117 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client);
nvc0_video_vp.c 47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client);
nvc0_video.c 289 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP,
294 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client);
nvc0_transfer.c 364 ret = nouveau_bo_map(mt->base.bo, 0, NULL);
413 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0,
456 ret = nouveau_bo_map(tx->rect[1].bo, flags, nvc0->screen->base.client);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 159 if (!nouveau_bo_map(tx->bo, 0, NULL))
452 /* Note that nouveau_bo_map ends up doing a nouveau_bo_wait with the
458 ret = nouveau_bo_map(buf->bo,
618 if (nouveau_bo_map(res->bo, 0, NULL))
621 if (nouveau_bo_map(res->bo, flags, nv->client))
741 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->client))
764 ret = nouveau_bo_map(buf->bo, 0, nv->client);
832 ret = nouveau_bo_map(buf->bo, 0, nv->client);
880 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
931 ret = nouveau_bo_map(nv->scratch.runout->bo[n], 0, NULL)
    [all...]
nouveau_video.c 40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client);
45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client);
569 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
574 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
585 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL);
nouveau_vp3_video.c 294 if (nouveau_bo_map(dec->fw_bo, NOUVEAU_BO_WR, dec->client))
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client);
409 ret = nouveau_bo_map(dec->bitstream, NOUVEAU_BO_WR, dec->client);
416 ret = nouveau_bo_map(dec->vp_params, NOUVEAU_BO_WR, dec->client);
428 ret = nouveau_bo_map(dec->mpeg12_bo, NOUVEAU_BO_WR, dec->client);
437 ret = nouveau_bo_map(dec->fence, NOUVEAU_BO_WR, dec->client);
nv98_video_bsp.c 98 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client);
nv98_video_vp.c 47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client);
nv50_compute.c 212 nouveau_bo_map(bo, 0, screen->base.client);
nv50_query_hw.c 71 ret = nouveau_bo_map(hq->bo, 0, screen->base.client);
nv98_video.c 265 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP,
270 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client);
  /external/drm_gralloc/
gralloc_drm_nouveau.c 75 flags = NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM;
255 err = nouveau_bo_map(nb->bo, flags);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 638 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, nv30->base.client);
639 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, nv30->base.client);

Completed in 180 milliseconds

1 2