Lines Matching refs:tor
24 uint32_t flags, uint32_t vor, uint32_t tor) in PUSH_RELOC() argument
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC()
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()
67 PUSH_DATA(push, tor); in PUSH_MTHDo()
73 uint32_t vor, uint32_t tor) in PUSH_MTHDs() argument
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs()
80 PUSH_DATA(push, data | tor); in PUSH_MTHDs()
86 uint32_t vor, uint32_t tor) in PUSH_MTHD() argument
90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
96 data |= tor; in PUSH_MTHD()
105 uint32_t vor, uint32_t tor) in PUSH_RESRC() argument
108 r->domain | access, vor, tor)->priv = r; in PUSH_RESRC()