Lines Matching defs:dst
130 struct nv30_rect src, dst;
141 src_box->width, src_box->height, &dst);
143 nv30_transfer_rect(nv30, NEAREST, &src, &dst);
151 struct nv30_rect src, dst;
155 define_rect(info->dst.res, info->dst.level, 0, info->dst.x0, info->dst.y0,
156 info->dst.x1 - info->dst.x0, info->dst.y1 - info->dst.y0, &dst);
158 nv30_transfer_rect(nv30, BILINEAR, &src, &dst);