Searched refs:srcBlockExtent (Results 1 – 1 of 1) sorted by relevance
474 const UVec2 srcBlockExtent(getBlockExtent(srcPlaneFormat)); in genCopies() local476 const UVec2 srcPlaneBlockExtent(srcPlaneExtent / srcBlockExtent); in genCopies()486 …const UVec2 srcOffset(srcBlockExtent * randomUVec2(rng, UVec2(0u, 0u), srcPlaneBlockExtent - copyB… in genCopies()488 const UVec2 copyExtent(copyBlockExtent * srcBlockExtent); in genCopies()772 const UVec2 srcBlockExtent(getBlockExtent(srcPlaneFormat)); in imageCopyTest() local776 const UVec2 srcPlaneBlockExtent(srcPlaneExtent / srcBlockExtent); in imageCopyTest()777 const UVec2 srcBlockOffset(copy.srcOffset.x / srcBlockExtent.x(), in imageCopyTest()778 copy.srcOffset.y / srcBlockExtent.y()); in imageCopyTest()795 const UVec2 blockExtent(copy.extent.width / srcBlockExtent.x(), in imageCopyTest()796 copy.extent.height / srcBlockExtent.y()); in imageCopyTest()