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