Home | History | Annotate | Download | only in util

Lines Matching refs:src_box

495       struct pipe_box src_box;
496 src_box.x = srcX0;
497 src_box.y = srcY0;
498 src_box.z = srcZ0;
499 src_box.width = srcW;
500 src_box.height = srcH;
501 src_box.depth = 1;
506 &src_box);
546 struct pipe_box src_box;
579 src_box.x = srcLeft;
580 src_box.y = srcTop;
581 src_box.z = srcZ0;
582 src_box.width = srcW;
583 src_box.height = srcH;
584 src_box.depth = 1;
588 src_tex, src_level, &src_box);