Searched defs:copy_width (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 73 unsigned copy_width = DIV_ROUND_UP(src_box->width, ssrc->surface.blk_w); in si_sdma_v4_copy_texture() local 235 unsigned copy_width = DIV_ROUND_UP(src_box->width, ssrc->surface.blk_w); in cik_sdma_copy_texture() local
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | surface9.c | 639 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local
|
D | device9.c | 1356 int copy_width, copy_height; in NineDevice9_UpdateSurface() local
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1865 int copy_width = dri2_wl_swrast_get_stride_for_format(dri2_surf->format, w); in dri2_wl_swrast_get_image() local 1902 int copy_width = dri2_wl_swrast_get_stride_for_format(dri2_surf->format, w); in dri2_wl_swrast_put_image2() local
|
D | egl_dri2.c | 236 int copy_width = src_stride; in dri2_put_image() local 274 int copy_width = dst_stride; in dri2_get_image() local
|