Searched refs:dst_trans (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 210 struct pipe_transfer *src_trans, *dst_trans; in util_resource_copy_region() local 307 &dst_trans); in util_resource_copy_region() 317 pipe->buffer_unmap(pipe, dst_trans); in util_resource_copy_region() 338 &dst_trans); in util_resource_copy_region() 346 dst_trans->stride, dst_trans->layer_stride, in util_resource_copy_region() 353 pipe->texture_unmap(pipe, dst_trans); in util_resource_copy_region() 362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, in util_clear_color_texture_helper() argument 370 assert(dst_trans->stride > 0); in util_clear_color_texture_helper() 375 dst_trans in util_clear_color_texture_helper() 388 struct pipe_transfer *dst_trans; util_clear_color_texture() local 427 struct pipe_transfer *dst_trans; util_clear_render_target() local 583 struct pipe_transfer *dst_trans; util_clear_depth_stencil_texture() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 55 struct pipe_transfer *src_trans, *dst_trans; in lp_resource_copy_ms() local 66 &dst_trans); in lp_resource_copy_ms() 74 dst_trans->stride, dst_trans->layer_stride, in lp_resource_copy_ms() 80 pipe->texture_unmap(pipe, dst_trans); in lp_resource_copy_ms() 272 lp_clear_color_texture_helper(struct pipe_transfer *dst_trans, in lp_clear_color_texture_helper() argument 280 assert(dst_trans->stride > 0); in lp_clear_color_texture_helper() 285 dst_trans->stride, dst_trans->layer_stride, in lp_clear_color_texture_helper() 297 struct pipe_transfer *dst_trans; in lp_clear_color_texture_msaa() local 353 struct pipe_transfer *dst_trans; lp_clear_depth_stencil_texture_msaa() local [all...] |
Completed in 2 milliseconds