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

  /external/mesa3d/src/gallium/auxiliary/util/
u_prim_restart.c 48 struct pipe_transfer *src_transfer = NULL, *dst_transfer = NULL; local
78 &src_transfer);
109 pipe_buffer_unmap(context, src_transfer);
115 if (src_transfer)
116 pipe_buffer_unmap(context, src_transfer);
186 struct pipe_transfer *src_transfer = NULL; local
199 &src_transfer);
221 if (src_transfer) \
222 pipe_buffer_unmap(context, src_transfer); \
252 if (src_transfer)
    [all...]
u_index_modify.c 37 struct pipe_transfer *src_transfer = NULL; local
48 &src_transfer);
58 if (src_transfer)
59 pipe_buffer_unmap(context, src_transfer);
u_inlines.h 392 struct pipe_transfer *src_transfer; local
399 &src_transfer);
404 pipe_buffer_unmap(pipe, src_transfer);
  /external/mesa3d/src/gallium/auxiliary/indices/
u_primconvert.c 117 struct pipe_transfer *src_transfer = NULL; local
143 PIPE_TRANSFER_READ, &src_transfer);
170 if (src_transfer)
171 pipe_buffer_unmap(pc->pipe, src_transfer);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_elements.c 72 struct pipe_transfer *src_transfer = NULL; local
106 src_map = pipe_buffer_map(pipe, src, PIPE_TRANSFER_READ, &src_transfer);
116 pipe_buffer_unmap(pipe, src_transfer);
137 pipe_buffer_unmap(pipe, src_transfer);
svga_state_constants.c 549 struct pipe_transfer *src_transfer; local
602 PIPE_TRANSFER_READ, &src_transfer);
636 pipe_buffer_unmap(&svga->pipe, src_transfer);
642 pipe_buffer_unmap(&svga->pipe, src_transfer);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 548 struct pipe_transfer *dst_transfer, *src_transfer; local
596 &src_transfer);
597 src_stride = src_transfer->stride;
615 pipe_transfer_unmap(st->pipe, src_transfer);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 996 struct pipe_transfer *src_transfer = NULL; local
    [all...]

Completed in 223 milliseconds