Searched refs:srect (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 227 nv50_m2mf_rect_setup(&srect, src, src_level, in nv50_resource_copy_region() 231 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny); in nv50_resource_copy_region() 239 srect.z++; in nv50_resource_copy_region() 241 srect.base += nv50_miptree(src)->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 234 nv50_m2mf_rect_setup(&srect, src, src_level, in nvc0_resource_copy_region() 238 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region() 246 srect.z++; in nvc0_resource_copy_region() 248 srect.base += nv50_miptree(src)->layer_stride; in nvc0_resource_copy_region()
|