Lines Matching defs:box
91 struct pipe_box *box, const VARectangle *region)
108 box->x = region->x < 0 ? -x : x;
109 box->y = region->y < 0 ? -y : y;
110 box->width = width;
111 box->height = height;
280 blit.src.box.z = from->u.tex.first_layer;
281 blit.src.box.depth = 1;
282 vlVaGetBox(src, i, &blit.src.box, src_region);
287 blit.dst.box.z = dst_surfaces[i]->u.tex.first_layer;
288 blit.dst.box.depth = 1;
289 vlVaGetBox(dst, i, &blit.dst.box, dst_region);