Home
last modified time | relevance | path

Searched refs:in_transfer (Results 1 – 1 of 1) sorted by relevance

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