Lines Matching defs:box
341 struct pipe_box box;
343 box.x = 0;
344 box.y = 0;
345 box.z = 0;
346 box.width = res->width0;
347 box.height = res->height0;
348 box.depth = 1;
353 box.x = rect->x0;
354 box.y = rect->y0;
355 box.width = rect->x1 - box.x;
356 box.height = rect->y1 - box.y;
358 box.width = 0;
359 box.height = 0;
363 return box;