Home | History | Annotate | Download | only in simplereference

Lines Matching refs:copyHeight

4625 	const int copyHeight	= deClamp32(height,	0, src.raw().getDepth()-y);
4628 rr::resolveMultisampleColorBuffer(tcu::getSubregion(dst, 0, 0, copyWidth, copyHeight), rr::getSubregion(src, copyX, copyY, copyWidth, copyHeight));