Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp476 const UVec2 srcPlaneBlockExtent(srcPlaneExtent / srcBlockExtent); in genCopies() local
485 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() local
779 const UVec2 srcBlockPitch(blockSizeBytes, blockSizeBytes * srcPlaneBlockExtent.x()); in imageCopyTest()