Searched refs:dstCompleteBlockSize (Results 1 – 1 of 1) sorted by relevance
2133 …const IVec3 dstCompleteBlockSize = IVec3(dstSize.x() / dstBlockPixelSize.x(), dstSize.y() / dstBlo… in generateCopies() local2135 const IVec3 maxCopyBlockSize = tcu::min(srcCompleteBlockSize, dstCompleteBlockSize); in generateCopies()2160 const IVec3 dstBlockPos (dstCompleteBlockSize - copyBlockSize); in generateCopies()2174 const IVec3 dstBlockPos (tcu::max((dstCompleteBlockSize / 4) * 4 - copyBlockSize, IVec3(0))); in generateCopies()