Lines Matching defs:transfer
32 struct pipe_transfer *transfer);
35 nouveau_transfer(struct pipe_transfer *transfer)
37 return (struct nouveau_transfer *)transfer;
152 /* Set up a staging area for the transfer. This is either done in "regular"
182 /* Copies data from the resource into the transfer's temporary GART
531 struct pipe_transfer *transfer,
534 struct nouveau_transfer *tx = nouveau_transfer(transfer);
535 struct nv04_resource *buf = nv04_resource(transfer->resource);
545 /* Unmap stage of the transfer. If it was a WRITE transfer and the map that
546 * was returned was not the real resource's data, this needs to transfer the
553 struct pipe_transfer *transfer)
556 struct nv04_resource *buf = nv04_resource(transfer->resource);
559 return nouveau_user_ptr_transfer_unmap(pipe, transfer);
561 struct nouveau_transfer *tx = nouveau_transfer(transfer);
672 struct pipe_transfer *transfer)
674 struct nouveau_transfer *tx = nouveau_transfer(transfer);