HomeSort by: relevance | last modified time | path
    Searched refs:NOUVEAU_BO_VRAM (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib/dist/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...]
  /xsrc/external/mit/MesaLib/dist/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 203 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
208 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
212 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
249 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
260 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
  /xsrc/external/mit/MesaLib.old/dist/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...]
  /xsrc/external/mit/MesaLib.old/dist/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 203 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
208 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
212 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM,
249 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
260 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0,
  /xsrc/external/mit/MesaLib/dist/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;
  /xsrc/external/mit/MesaLib.old/dist/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;
  /xsrc/external/mit/MesaLib/dist/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)
  /xsrc/external/mit/MesaLib.old/dist/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);

Completed in 16 milliseconds

1 2 3 4 5