Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_elements.c76 struct pipe_transfer *dst_transfer = NULL; in translate_indices() local
119 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &dst_transfer); in translate_indices()
145 if (dst_transfer) in translate_indices()
146 pipe_buffer_unmap(pipe, dst_transfer); in translate_indices()
170 if (dst_transfer) in translate_indices()
171 pipe_buffer_unmap(pipe, dst_transfer); in translate_indices()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c108 struct pipe_transfer *src_transfer = NULL, *dst_transfer = NULL; in util_translate_prim_restart_ib() local
135 PIPE_MAP_WRITE, &dst_transfer); in util_translate_prim_restart_ib()
156 pipe_buffer_unmap(context, dst_transfer); in util_translate_prim_restart_ib()
163 if (dst_transfer) in util_translate_prim_restart_ib()
164 pipe_buffer_unmap(context, dst_transfer); in util_translate_prim_restart_ib()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c560 struct pipe_transfer *dst_transfer, *src_transfer; in fallback_copy_image() local
601 &dst_transfer); in fallback_copy_image()
602 dst_stride = dst_transfer->stride; in fallback_copy_image()
627 pipe_texture_unmap(st->pipe, dst_transfer); in fallback_copy_image()