HomeSort by relevance Sort by last modified time
    Searched full:in_transfer (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 71 struct pipe_transfer *in_transfer = NULL; local
82 &in_transfer);
92 if (in_transfer)
93 pipe_buffer_unmap(context, in_transfer);
105 struct pipe_transfer *in_transfer = NULL; local
116 &in_transfer);
126 if (in_transfer)
127 pipe_buffer_unmap(context, in_transfer);

Completed in 620 milliseconds