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

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 61 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART |
81 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART |
nouveau_bufferobj.c 100 NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
nv04_surface.c 200 { src->bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM | NOUVEAU_BO_GART },
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 },
nv10_render.c 147 a->bo, a->offset, NOUVEAU_BO_GART |
nv20_render.c 170 NOUVEAU_BO_OR | NOUVEAU_BO_GART |
nv10_state_tex.c 159 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM;
nv20_state_tex.c 163 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 49 return nouveau_buffer_allocate(screen, buf, NOUVEAU_BO_GART);
52 if (domain == NOUVEAU_BO_GART) {
95 if (buf->domain == NOUVEAU_BO_GART)
179 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART,
207 if (buf->domain == NOUVEAU_BO_GART)
212 tx->bo, tx->offset + offset, NOUVEAU_BO_GART, size);
611 if (res->domain != NOUVEAU_BO_GART)
656 buffer->domain = NOUVEAU_BO_GART;
672 buffer->domain = NOUVEAU_BO_GART;
683 buffer->domain = NOUVEAU_BO_GART;
    [all...]
nouveau_screen.c 184 screen->vram_domain = NOUVEAU_BO_GART;
235 NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
  /external/libdrm/tests/nouveau/
threaded.c 126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.c 265 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP,
277 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
288 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
299 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
nv98_video_ppp.c 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
nv50_query_hw.c 90 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
457 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
nv50_query.c 136 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
nv98_video_bsp.c 54 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
nv98_video_vp.c 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.c 289 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP,
301 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
312 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
323 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR);
nvc0_query_hw.c 82 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
407 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
591 PUSH_REFN(push, hq->bo, NOUVEAU_BO_RD | NOUVEAU_BO_GART);
606 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
nvc0_video_ppp.c 40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
nvc0_query.c 156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
nvc0_video_bsp.c 150 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
nvc0_video_vp.c 85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART },
  /external/libdrm/nouveau/
nouveau.h 113 #define NOUVEAU_BO_GART 0x00000002
114 #define NOUVEAU_BO_APER (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)
abi16.c 290 bo->flags |= NOUVEAU_BO_GART;
322 if (bo->flags & NOUVEAU_BO_GART)
pushbuf.c 164 if (flags & NOUVEAU_BO_GART)
378 bo->flags |= NOUVEAU_BO_GART;
583 push->flags |= NOUVEAU_BO_GART;
584 nvpb->type = NOUVEAU_BO_GART;

Completed in 470 milliseconds

1 2