Home
last modified time | relevance | path

Searched refs:util_copy_rect (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tile.c60 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y); in pipe_get_tile_raw()
81 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0); in pipe_put_tile_raw()
Du_surface.c78 util_copy_rect(dst, in util_copy_box()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c124 util_copy_rect(map, srf->tex->format, transfer->stride, in xa_surface_dma()
127 util_copy_rect(data, srf->tex->format, pitch, in xa_surface_dma()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_fastpath.c95 util_copy_rect(color, PIPE_FORMAT_B8G8R8A8_UNORM, stride, in lp_linear_blit_rgba_blit()
Dlp_state_fs_linear.c392 util_copy_rect(color, PIPE_FORMAT_B8G8R8A8_UNORM, stride, in blit_rgba_blit()
Dlp_rast.c566 util_copy_rect(dst, in lp_rast_blit_tile_to_dest()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.c148 util_copy_rect(dst, in vid_dec_FillOutput()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp365 util_copy_rect(dst, in CreateResource()
922 util_copy_rect(dst, in ResourceUpdateSubResourceUP()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c145 util_copy_rect(dt_map, res->format, res->stride, box->x, box->y, in virgl_vtest_transfer_get_internal()
310 util_copy_rect(res->ptr, res->format, shm_stride, 0, 0, in virgl_vtest_winsys_resource_create()
/third_party/mesa3d/src/util/format/
Du_format.c50 util_copy_rect(ubyte * dst, in util_copy_rect() function
669 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y, in util_format_translate()
Du_format.h1680 util_copy_rect(ubyte * dst, enum pipe_format format,
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c283 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format, in vlVdpVideoSurfaceGetBitsYCbCr()
Doutput.c230 util_copy_rect(*destination_data, res->format, *destination_pitches, 0, 0, in vlVdpOutputSurfaceGetBitsNative()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c218 util_copy_rect(map, dst->texture->format, transfer->stride, 0, 0, in upload_sampler()
/third_party/mesa3d/src/gallium/frontends/va/
Dimage.c596 util_copy_rect(data[i] + pitches[i] * j, in vlVaGetImage()
Dsurface.c208 util_copy_rect(map, dst->texture->format, transfer->stride, 0, 0, in upload_sampler()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c758 util_copy_rect(bo->map + res->levels[0].offset + in lima_transfer_flush_region()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp776 util_copy_rect((ubyte*)map, pres->format, res->dt_stride, 0, 0, in d3d12_flush_frontbuffer()
/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.c759 util_copy_rect(p_dst, This->base.info.format, in NineSurface9_CopyDefaultToMem()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1339 util_copy_rect( in panfrost_ptr_unmap()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst614 - panfrost: Update the resource layout before calling util_copy_rect()