Lines Matching refs:src_box
429 struct pipe_box src_box;
443 src_box = *pSrcBox;
445 src_box.x = 0;
446 src_box.y = 0;
447 src_box.z = 0;
448 src_box.width = From->desc.Width;
449 src_box.height = From->desc.Height;
450 src_box.depth = From->desc.Depth;
453 dst_box.width = src_box.width;
454 dst_box.height = src_box.height;
455 dst_box.depth = src_box.depth;
466 &src_box);
477 src_box.x, src_box.y,
478 src_box.z,
479 src_box.width,
480 src_box.height,
481 src_box.depth);