Lines Matching refs:src_box
749 struct pipe_box src_box;
751 src_box.x = pSrcBox->left;
752 src_box.y = pSrcBox->top;
753 src_box.z = pSrcBox->front + src_layer;
754 src_box.width = pSrcBox->right - pSrcBox->left;
755 src_box.height = pSrcBox->bottom - pSrcBox->top;
756 src_box.depth = pSrcBox->back - pSrcBox->front;
758 src_box.x = 0;
759 src_box.y = 0;
760 src_box.z = 0 + src_layer;
761 src_box.width = u_minify(src_resource->width0, src_level);
762 src_box.height = u_minify(src_resource->height0, src_level);
763 src_box.depth = u_minify(src_resource->depth0, src_level);
771 &src_box);
777 &src_box);