Lines Matching defs:box
220 const struct pipe_box *box )
225 if (!box) {
228 dirty_region.Left = box->x << This->level_actual;
229 dirty_region.Top = box->y << This->level_actual;
230 dirty_region.Front = box->z << This->level_actual;
231 dirty_region.Right = dirty_region.Left + (box->width << This->level_actual);
232 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual);
233 dirty_region.Back = dirty_region.Front + (box->depth << This->level_actual);
258 struct pipe_box box;
308 d3dbox_to_pipe_box(&box, pBox);
309 if (u_box_clip_2d(&box, &box, This->desc.Width, This->desc.Height) < 0) {
315 &box);
337 box.x, box.y, box.z);
347 &box, &This->transfer);
361 NineVolume9_AddDirtyRegion(This, &box);
384 struct pipe_box box;
387 &box);
408 &box,
413 &box);
493 struct pipe_box box;
502 box = *damaged;
504 box.x = 0;
505 box.y = 0;
506 box.z = 0;
507 box.width = This->desc.Width;
508 box.height = This->desc.Height;
509 box.depth = This->desc.Depth;
517 &box,
521 &box);