Lines Matching defs:vor
127 uint32_t flags, uint32_t vor, uint32_t tor)
129 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
167 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
170 bo, 0, access | NOUVEAU_BO_OR, vor, tor);
172 PUSH_DATA (push, vor);
180 uint32_t vor, uint32_t tor)
183 bo, data, access | NOUVEAU_BO_OR, vor, tor);
185 PUSH_DATA (push, data | vor);
193 uint32_t vor, uint32_t tor)
196 bo, data, access | NOUVEAU_BO_OR, vor, tor);
201 data |= vor;