D | nvc0_surface.c | 237 struct nv50_m2mf_rect drect, srect; in nvc0_resource_copy_region() local 244 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); in nvc0_resource_copy_region() 249 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region() 252 drect.z++; in nvc0_resource_copy_region() 254 drect.base += dst_mt->layer_stride; in nvc0_resource_copy_region()
|