Home
last modified time | relevance | path

Searched refs:srcBlockExtent (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp474 const UVec2 srcBlockExtent(getBlockExtent(srcPlaneFormat)); in genCopies() local
476 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() local
776 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()