Searched defs:in_transfer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_index_modify.c96 struct pipe_transfer *in_transfer = NULL; local
107 &in_transfer);
117 if (in_transfer)
118 pipe_buffer_unmap(context, in_transfer);
155 struct pipe_transfer *in_transfer = NULL; local
166 &in_transfer);
176 if (in_transfer)
177 pipe_buffer_unmap(context, in_transfer);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c96 struct pipe_transfer *in_transfer = NULL; local
107 &in_transfer);
117 if (in_transfer)
118 pipe_buffer_unmap(context, in_transfer);
155 struct pipe_transfer *in_transfer = NULL; local
166 &in_transfer);
176 if (in_transfer)
177 pipe_buffer_unmap(context, in_transfer);

Completed in 50 milliseconds