Searched refs:widthDivisor (Results 1 – 8 of 8) sorted by relevance
97 deUint8 widthDivisor; member
2172 DE_ASSERT(size.x() % formatInfo.planes[planeNdx].widthDivisor == 0); in getChannelAccess()2175 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess()
1095 const deUint32 planeW = extent.width / desc.planes[planeNdx].widthDivisor; in getYCbCrImageDataSize()
71 const deUint32 planeW = size.x() / m_description.planes[planeNdx].widthDivisor; in MultiPlaneImageData()99 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess()119 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess()371 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadImage()560 ? imageData->getSize().x() / formatDesc.planes[planeNdx].widthDivisor in downloadImage()949 DE_ASSERT(size.x() % formatInfo.planes[planeNdx].widthDivisor == 0); in getChannelAccess()952 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess()
483 const UVec2 planeSize (size.x() / formatInfo.planes[params.planeNdx].widthDivisor, in testPlaneView()
331 maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].widthDivisor); in getMaxPlaneDivisor()
598 …return UVec2(size.x() / info.planes[planeNdx].widthDivisor, size.y() / info.planes[planeNdx].heigh… in getPlaneSize()
397 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()