Home
last modified time | relevance | path

Searched refs:src_trans (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.c254 struct pipe_transfer *src_trans, *dst_trans; in util_resource_copy_region() local
279 src_box, &src_trans); in util_resource_copy_region()
313 src_trans->stride, src_trans->layer_stride, in util_resource_copy_region()
319 pipe->transfer_unmap(pipe, src_trans); in util_resource_copy_region()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c55 struct pipe_transfer *src_trans, *dst_trans; in lp_resource_copy_ms() local
59 &src_trans); in lp_resource_copy_ms()
68 pipe->transfer_unmap(pipe, src_trans); in lp_resource_copy_ms()
78 src_trans->stride, src_trans->layer_stride, in lp_resource_copy_ms()
81 pipe->transfer_unmap(pipe, src_trans); in lp_resource_copy_ms()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c204 struct pipe_transfer *src_trans, *dst_trans; in util_resource_copy_region() local
289 &src_box, &src_trans); in util_resource_copy_region()
317 src_trans->stride, src_trans->layer_stride, in util_resource_copy_region()
323 pipe->transfer_unmap(pipe, src_trans); in util_resource_copy_region()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2320 struct pipe_transfer *src_trans; in fallback_copy_texsubimage() local
2342 width, height, &src_trans); in fallback_copy_texsubimage()
2389 data, (uint8_t *)map + src_trans->stride * srcY, in fallback_copy_texsubimage()
2431 pipe_get_tile_rgba(src_trans, map, 0, 0, width, height, in fallback_copy_texsubimage()
2459 pipe->transfer_unmap(pipe, src_trans); in fallback_copy_texsubimage()