Searched refs:srect (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 230 struct nv50_m2mf_rect drect, srect; in nvc0_resource_copy_region() local 238 nv50_m2mf_rect_setup(&srect, src, src_level, in nvc0_resource_copy_region() 242 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region() 250 srect.z++; in nvc0_resource_copy_region() 252 srect.base += src_mt->layer_stride; in nvc0_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 226 struct nv50_m2mf_rect drect, srect; in nv50_resource_copy_region() local 234 nv50_m2mf_rect_setup(&srect, src, src_level, in nv50_resource_copy_region() 238 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny); in nv50_resource_copy_region() 246 srect.z++; in nv50_resource_copy_region() 248 srect.base += src_mt->layer_stride; in nv50_resource_copy_region()
|