Lines Matching refs:nv30
129 struct nv30_context *nv30 = nv30_context(pipe); in nv30_resource_copy_region() local
143 nv30_transfer_rect(nv30, NEAREST, &src, &dst); in nv30_resource_copy_region()
150 struct nv30_context *nv30 = nv30_context(pipe); in nv30_resource_resolve() local
158 nv30_transfer_rect(nv30, BILINEAR, &src, &dst); in nv30_resource_resolve()
166 struct nv30_context *nv30 = nv30_context(pipe); in nv30_miptree_transfer_new() local
167 struct nouveau_device *dev = nv30->screen->base.device; in nv30_miptree_transfer_new()
211 nv30_transfer_rect(nv30, NEAREST, &tx->img, &tx->tmp); in nv30_miptree_transfer_new()
219 struct nv30_context *nv30 = nv30_context(pipe); in nv30_miptree_transfer_del() local
223 nv30_transfer_rect(nv30, NEAREST, &tx->tmp, &tx->img); in nv30_miptree_transfer_del()
233 struct nv30_context *nv30 = nv30_context(pipe); in nv30_miptree_transfer_map() local
246 ret = nouveau_bo_map(tx->tmp.bo, access, nv30->base.client); in nv30_miptree_transfer_map()