Home | History | Annotate | Download | only in nv30

Lines Matching defs:access

44      struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
90 bo, data, access | NOUVEAU_BO_OR, vor, tor);
91 if (access & NOUVEAU_BO_LOW)
104 struct nv04_resource *r, uint32_t data, uint32_t access,
108 r->domain | access, vor, tor)->priv = r;