Home | History | Annotate | Download | only in util

Lines Matching defs:src_box

1190    struct pipe_box src_box, dst_box;
1195 src_box.x = src_box.y = src_box.z = 0;
1202 struct pipe_box src_box, dst_box;
1203 src_box.width = u_minify(pt->width0, srcLevel);
1204 src_box.height = u_minify(pt->height0, srcLevel);
1205 src_box.depth = u_minify(pt->depth0, srcLevel);
1212 &src_box);