Lines Matching refs:access
44 struct nouveau_bo *bo, uint32_t access) in PUSH_REFN() argument
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN()
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl() argument
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL; in PUSH_MTHDl()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() argument
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDo()
72 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs() argument
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs()
85 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD() argument
90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
91 if (access & NOUVEAU_BO_LOW) in PUSH_MTHD()
104 struct nv04_resource *r, uint32_t data, uint32_t access, in PUSH_RESRC() argument
108 r->domain | access, vor, tor)->priv = r; in PUSH_RESRC()