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

1 2 3

  /external/chromium_org/third_party/mesa/src/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/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 },
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_bo.h 27 #define NOUVEAU_BO_VRAM (1 << 0)
nouveau_bo.c 130 if (nvbo->flags & NOUVEAU_BO_VRAM)
421 if (nvbo->flags & (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)) {
495 if (!(flags & (NOUVEAU_BO_VRAM | NOUVEAU_BO_GART)))
509 if (nvbo->flags & NOUVEAU_BO_VRAM)
525 bo->flags = NOUVEAU_BO_VRAM;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 56 if (nv04_resource(fp->buffer)->domain != NOUVEAU_BO_VRAM)
57 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 124 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR;
188 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 139 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
141 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
150 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
160 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
171 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
nv30_transfer.c 136 nouveau_buffer_migrate(&nv30->base, fp, NOUVEAU_BO_VRAM);
152 { dst->bo, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR },
387 if (dst->domain != NOUVEAU_BO_VRAM)
512 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
513 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/nv30/
nv30_fragprog.c 56 if (nv04_resource(fp->buffer)->domain != NOUVEAU_BO_VRAM)
57 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 124 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR;
188 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 139 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
141 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
150 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
160 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
171 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c 32 if (domain == NOUVEAU_BO_VRAM) {
112 assert(buf->domain == NOUVEAU_BO_VRAM);
119 buf->bo, buf->offset + start, NOUVEAU_BO_VRAM, size);
158 nv->copy_data(nv, buf->bo, buf->offset + start, NOUVEAU_BO_VRAM,
187 if (buf->domain == NOUVEAU_BO_VRAM) {
206 if (buf->domain == NOUVEAU_BO_VRAM) {
318 if ((res->domain == NOUVEAU_BO_VRAM) &&
375 buffer->domain = NOUVEAU_BO_VRAM;
388 buffer->domain = NOUVEAU_BO_VRAM;
475 if (new_domain == NOUVEAU_BO_VRAM) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 32 if (domain == NOUVEAU_BO_VRAM) {
112 assert(buf->domain == NOUVEAU_BO_VRAM);
119 buf->bo, buf->offset + start, NOUVEAU_BO_VRAM, size);
158 nv->copy_data(nv, buf->bo, buf->offset + start, NOUVEAU_BO_VRAM,
187 if (buf->domain == NOUVEAU_BO_VRAM) {
206 if (buf->domain == NOUVEAU_BO_VRAM) {
318 if ((res->domain == NOUVEAU_BO_VRAM) &&
375 buffer->domain = NOUVEAU_BO_VRAM;
388 buffer->domain = NOUVEAU_BO_VRAM;
475 if (new_domain == NOUVEAU_BO_VRAM) {
    [all...]

Completed in 241 milliseconds

1 2 3