Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp472 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() local
483 for (deUint32 row = 0; row < planeH; ++row) in fillImageMemory()
485 const size_t rowSize = planeSize / planeH; in fillImageMemory()
691 …const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() local
704 for (deUint32 row = 0; row < planeH; ++row) in readImageMemory()
706 const size_t rowSize = planeSize / planeH; in readImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp404 const deUint32 planeH = (formatDesc.numPlanes > 1) in uploadYCbCrImage() local
414 vk::makeExtent3D(planeW, planeH, 1u), in uploadYCbCrImage()