Searched refs:dst_trans (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c155 struct pipe_transfer *src_trans, *dst_trans; local
179 dst_trans = pipe_get_transfer(pipe,
191 dst_map = pipe->transfer_map(pipe, dst_trans);
202 dst_trans->stride,
213 pipe->transfer_unmap(pipe, dst_trans);
216 pipe->transfer_destroy(pipe, dst_trans);
238 struct pipe_transfer *dst_trans; local
246 dst_trans = pipe_get_transfer(pipe,
253 dst_map = pipe->transfer_map(pipe, dst_trans);
258 assert(dst_trans
285 struct pipe_transfer *dst_trans; local
[all...]

Completed in 152 milliseconds