Searched refs:src_transfer (Results 1 - 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | 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);
|
H A D | 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...] |
H A D | 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/ |
H A D | 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/ |
H A D | 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);
|
H A D | 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/ |
H A D | 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/ |
H A D | vc4_resource.c | 996 struct pipe_transfer *src_transfer = NULL; local 1004 PIPE_TRANSFER_READ, &src_transfer); 1013 if (src_transfer) 1014 pctx->transfer_unmap(pctx, src_transfer);
|
Completed in 202 milliseconds