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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_index_modify.c36 struct pipe_transfer *src_transfer = NULL; local
47 &src_transfer);
57 if (src_transfer)
58 pipe_buffer_unmap(context, src_transfer);
H A Du_inlines.h408 struct pipe_transfer *src_transfer; local
415 &src_transfer);
420 pipe_buffer_unmap(pipe, src_transfer);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c50 struct pipe_transfer *src_transfer = NULL; local
64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer );
76 pipe_buffer_unmap( pipe, src_transfer );
84 pipe_buffer_unmap( pipe, src_transfer );
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c36 struct pipe_transfer *src_transfer = NULL; local
47 &src_transfer);
57 if (src_transfer)
58 pipe_buffer_unmap(context, src_transfer);
H A Du_inlines.h408 struct pipe_transfer *src_transfer; local
415 &src_transfer);
420 pipe_buffer_unmap(pipe, src_transfer);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c50 struct pipe_transfer *src_transfer = NULL; local
64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer );
76 pipe_buffer_unmap( pipe, src_transfer );
84 pipe_buffer_unmap( pipe, src_transfer );

Completed in 773 milliseconds