2 #ifndef __NV50_TRANSFER_H__
3 #define __NV50_TRANSFER_H__
5 #include "pipe/p_state.h"
8 nv50_miptree_transfer_new(struct pipe_context
*pcontext
,
9 struct pipe_resource
*pt
,
12 const struct pipe_box
*box
);
14 nv50_miptree_transfer_del(struct pipe_context
*pcontext
,
15 struct pipe_transfer
*ptx
);
17 nv50_miptree_transfer_map(struct pipe_context
*pcontext
,
18 struct pipe_transfer
*ptx
);
20 nv50_miptree_transfer_unmap(struct pipe_context
*pcontext
,
21 struct pipe_transfer
*ptx
);
23 struct nv50_m2mf_rect
{
24 struct nouveau_bo
*bo
;