Lines Matching defs:data
221 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
228 uint32_t reloc = data;
240 krel->data = data;
245 reloc = (bkref->presumed.offset + data);
249 reloc = (bkref->presumed.offset + data) >> 32;
288 krel->bo_index, krel->flags, krel->data,
320 struct nouveau_fifo *fifo = chan->data;
518 pushbuf_krel(push, bref->bo, bref->data, bref->flags,
544 struct nouveau_fifo *fifo = chan->data;
669 * data in the pushbuf proper
747 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
749 *push->cur = pushbuf_krel(push, bo, data, flags, vor, tor);
790 struct nouveau_fifo *fifo = chan->data;