HomeSort by relevance Sort by last modified time
    Searched refs:NOUVEAU_BO_LOW (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 205 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
285 NOUVEAU_BO_LOW | NOUVEAU_BO_OR,
307 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0);
444 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
445 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
454 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
473 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0);
523 PUSH_RELOC(push, src->bo, src_offset, NOUVEAU_BO_LOW, 0, 0);
524 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
716 PUSH_RELOC(push, src, s_off, NOUVEAU_BO_LOW, 0, 0)
    [all...]
nv30_clear.c 140 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0);
207 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0);
nv30_winsys.h 54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
91 if (access & NOUVEAU_BO_LOW)
nv30_fragprog.c 111 NOUVEAU_BO_LOW | NOUVEAU_BO_RD | NOUVEAU_BO_OR,
nv30_vbo.c 158 NOUVEAU_BO_LOW | NOUVEAU_BO_RD,
240 res, offset, NOUVEAU_BO_LOW | NOUVEAU_BO_RD,
478 NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
nv30_draw.c 129 NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
174 NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 90 NOUVEAU_BO_LOW | (bo->flags & NOUVEAU_BO_APER) | rw,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 239 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
262 (x + sx) * src->cpp, NOUVEAU_BO_LOW, 0, 0);
301 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0);
302 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
446 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
447 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
nv04_render.c 102 NOUVEAU_BO_LOW, 0, 0);
117 NOUVEAU_BO_LOW, 0, 0);
119 NOUVEAU_BO_LOW, 0, 0);
nouveau_local.h 106 bo, offset, access | NOUVEAU_BO_LOW, 0, 0);
132 if (access & NOUVEAU_BO_LOW)
nv20_render.c 169 a->bo, a->offset, NOUVEAU_BO_LOW |
  /external/libdrm/nouveau/
nouveau.h 119 #define NOUVEAU_BO_LOW 0x00001000
pushbuf.c 247 if (flags & NOUVEAU_BO_LOW) {

Completed in 355 milliseconds