Searched refs:drect (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_surface.c | 221 struct nv50_m2mf_rect drect, srect; in nv50_resource_copy_region() local 226 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); in nv50_resource_copy_region() 231 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny); in nv50_resource_copy_region() 234 drect.z++; in nv50_resource_copy_region() 236 drect.base += nv50_miptree(dst)->layer_stride; in nv50_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_surface.c | 228 struct nv50_m2mf_rect drect, srect; in nvc0_resource_copy_region() local 233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); in nvc0_resource_copy_region() 238 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region() 241 drect.z++; in nvc0_resource_copy_region() 243 drect.base += nv50_miptree(dst)->layer_stride; in nvc0_resource_copy_region()
|