Searched refs:planeH (Results 1 – 2 of 2) sorted by relevance
472 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() local483 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() local704 for (deUint32 row = 0; row < planeH; ++row) in readImageMemory()706 const size_t rowSize = planeSize / planeH; in readImageMemory()
404 const deUint32 planeH = (formatDesc.numPlanes > 1) in uploadYCbCrImage() local414 vk::makeExtent3D(planeW, planeH, 1u), in uploadYCbCrImage()