Home
last modified time | relevance | path

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

/third_party/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->texture_unmap(pipe, src_trans); in lp_resource_copy_ms()
78 src_trans->stride, src_trans->layer_stride, in lp_resource_copy_ms()
81 pipe->texture_unmap(pipe, src_trans); in lp_resource_copy_ms()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c210 struct pipe_transfer *src_trans, *dst_trans; in util_resource_copy_region() local
296 &src_box, &src_trans); in util_resource_copy_region()
319 pipe->buffer_unmap(pipe, src_trans); in util_resource_copy_region()
327 &src_box, &src_trans); in util_resource_copy_region()
350 src_trans->stride, src_trans->layer_stride, in util_resource_copy_region()
355 pipe->texture_unmap(pipe, src_trans); in util_resource_copy_region()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2640 struct pipe_transfer *src_trans; in fallback_copy_texsubimage() local
2662 width, height, &src_trans); in fallback_copy_texsubimage()
2709 data, (uint8_t *)map + src_trans->stride * srcY, in fallback_copy_texsubimage()
2751 pipe_get_tile_rgba(src_trans, map, 0, 0, width, height, in fallback_copy_texsubimage()
2779 pipe->texture_unmap(pipe, src_trans); in fallback_copy_texsubimage()