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

1 2

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_bsp.c 51 { bsp_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
52 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
56 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
75 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, NULL, &tmp_bo);
88 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, NULL, &tmp_bo);
nv98_video_ppp.c 36 { NULL, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
37 { NULL, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
nv84_video.c 81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw);
378 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP,
383 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP,
388 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP,
397 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP,
433 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
445 dec->bsp_fw, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD);
447 dec->bsp_data, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
452 NOUVEAU_BO_VRAM | NOUVEAU_BO_RD);
454 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR)
    [all...]
nv98_video_vp.c 81 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
82 { dec->ref_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
83 { bsp_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
87 { dec->fw_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
nv84_video_vp.c 77 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
78 { dest->full, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
82 { dec->fence, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
141 { bo1, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
142 { bo2, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
488 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
489 { NULL, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
490 { NULL, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
    [all...]
nv98_video.c 185 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
188 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
225 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
235 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
242 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
nv84_video_bsp.c 100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
101 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
103 { dec->fence, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_bsp.c 78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo);
110 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, &cfg, &tmp_bo);
147 { bsp_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
148 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
152 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
nvc0_video_ppp.c 36 { NULL, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
37 { NULL, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
nvc0_video_vp.c 81 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
82 { dec->ref_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
83 { bsp_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
87 { dec->fw_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
nvc0_video.c 202 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
207 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
211 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
248 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
259 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
266 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
74 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nv04_state_fb.c 57 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nv10_state_fb.c 71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
78 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nouveau_local.h 118 if (bo->flags & NOUVEAU_BO_VRAM)
136 if (bo->flags & NOUVEAU_BO_VRAM)
nv04_surface.c 200 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART },
201 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM },
281 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART },
282 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART },
430 { dst->bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART },
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 61 if (nv04_resource(fp->buffer)->domain != NOUVEAU_BO_VRAM)
62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
nv30_winsys.h 64 if (bo->flags & NOUVEAU_BO_VRAM)
77 if (bo->flags & NOUVEAU_BO_VRAM)
93 if (bo->flags & NOUVEAU_BO_VRAM)
nv30_clear.c 130 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR;
195 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR;
nv30_fragtex.c 128 mt->base.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD);
130 mt->base.bo, format, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD,
nv30_state_validate.c 136 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
138 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
147 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
157 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
168 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
nv30_transfer.c 137 nouveau_buffer_migrate(&nv30->base, fp, NOUVEAU_BO_VRAM);
153 { dst->bo, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR },
388 if (dst->domain != NOUVEAU_BO_VRAM)
513 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
514 PUSH_DATA (push, (dst->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
704 PUSH_DATA (push, (s_dom == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
705 PUSH_DATA (push, (d_dom == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 45 if (domain == NOUVEAU_BO_VRAM) {
93 if (buf->domain == NOUVEAU_BO_VRAM)
205 if (buf->domain == NOUVEAU_BO_VRAM)
409 if (buf->domain == NOUVEAU_BO_VRAM) {
607 if (res->domain == NOUVEAU_BO_VRAM) {
691 if (buffer->domain == NOUVEAU_BO_VRAM && screen->hint_buf_keep_sysmem_copy)
773 if (new_domain == NOUVEAU_BO_VRAM) {
794 if (new_domain == NOUVEAU_BO_VRAM && old_domain == 0) {
796 if (!nouveau_buffer_allocate(screen, buf, NOUVEAU_BO_VRAM))
    [all...]
nouveau_screen.c 182 screen->vram_domain = NOUVEAU_BO_VRAM;
237 screen->mm_VRAM = nouveau_mm_create(dev, NOUVEAU_BO_VRAM, &mm_config);
  /external/libdrm/nouveau/
nouveau.h 112 #define NOUVEAU_BO_VRAM 0x00000001
114 #define NOUVEAU_BO_APER (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)

Completed in 875 milliseconds

1 2