Searched refs:srcPlaneBlockExtent (Results 1 – 1 of 1) sorted by relevance
476 const UVec2 srcPlaneBlockExtent(srcPlaneExtent / srcBlockExtent); in genCopies() local485 randomUVec2(rng, UVec2(1u, 1u), tcu::min(srcPlaneBlockExtent, dstPlaneBlockExtent))); in genCopies()486 …const UVec2 srcOffset(srcBlockExtent * randomUVec2(rng, UVec2(0u, 0u), srcPlaneBlockExtent - copyB… in genCopies()776 const UVec2 srcPlaneBlockExtent(srcPlaneExtent / srcBlockExtent); in imageCopyTest() local779 const UVec2 srcBlockPitch(blockSizeBytes, blockSizeBytes * srcPlaneBlockExtent.x()); in imageCopyTest()