Home | History | Annotate | Download | only in simplereference

Lines Matching refs:copyWidth

4624 	const int copyWidth		= deClamp32(width,	0, src.raw().getHeight()-x);
4628 rr::resolveMultisampleColorBuffer(tcu::getSubregion(dst, 0, 0, copyWidth, copyHeight), rr::getSubregion(src, copyX, copyY, copyWidth, copyHeight));