2 #ifndef NVFX_TRANSFER_H
3 #define NVFX_TRANSFER_H
5 #include "util/u_transfer.h"
6 #include "pipe/p_state.h"
10 nvfx_transfer_new(struct pipe_context
*pcontext
,
11 struct pipe_resource
*pt
,
14 const struct pipe_box
*box
);
17 nvfx_transfer_map(struct pipe_context
*pcontext
,
18 struct pipe_transfer
*ptx
);
20 nvfx_transfer_unmap(struct pipe_context
*pcontext
,
21 struct pipe_transfer
*ptx
);