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.c71 struct pipe_transfer *in_transfer = NULL; in util_rebuild_ushort_elts_to_userptr() local
82 &in_transfer); in util_rebuild_ushort_elts_to_userptr()
92 if (in_transfer) in util_rebuild_ushort_elts_to_userptr()
93 pipe_buffer_unmap(context, in_transfer); in util_rebuild_ushort_elts_to_userptr()
105 struct pipe_transfer *in_transfer = NULL; in util_rebuild_uint_elts_to_userptr() local
116 &in_transfer); in util_rebuild_uint_elts_to_userptr()
126 if (in_transfer) in util_rebuild_uint_elts_to_userptr()
127 pipe_buffer_unmap(context, in_transfer); in util_rebuild_uint_elts_to_userptr()