Searched refs:src_trans (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c55 struct pipe_transfer *src_trans, *dst_trans; local in function:lp_resource_copy_ms
59 &src_trans);
68 pipe->texture_unmap(pipe, src_trans);
78 src_trans->stride, src_trans->layer_stride,
81 pipe->texture_unmap(pipe, src_trans);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c210 struct pipe_transfer *src_trans, *dst_trans; local in function:util_resource_copy_region
296 &src_box, &src_trans);
319 pipe->buffer_unmap(pipe, src_trans);
327 &src_box, &src_trans);
350 src_trans->stride, src_trans->layer_stride,
355 pipe->texture_unmap(pipe, src_trans);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c259 struct pipe_transfer *src_trans, *dst_trans; local in function:util_resource_copy_region
344 &src_box, &src_trans);
372 src_trans->stride, src_trans->layer_stride,
378 pipe->transfer_unmap(pipe, src_trans);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2251 struct pipe_transfer *src_trans; local in function:fallback_copy_texsubimage
2273 width, height, &src_trans);
2309 pipe_get_tile_z(src_trans, map, 0, srcY, width, 1, data);
2355 pipe_get_tile_rgba_format(src_trans, map, 0, 0, width, height,
2382 pipe->transfer_unmap(pipe, src_trans);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2640 struct pipe_transfer *src_trans; local in function:fallback_copy_texsubimage
2662 width, height, &src_trans);
2709 data, (uint8_t *)map + src_trans->stride * srcY,
2751 pipe_get_tile_rgba(src_trans, map, 0, 0, width, height,
2779 pipe->texture_unmap(pipe, src_trans);

Completed in 17 milliseconds