Searched refs:widthDivisor (Results 1 – 17 of 17) sorted by relevance
2590 deUint32 widthDivisor = formatInfo.planes[planeNdx].widthDivisor; in getPlaneExtent() local2593 …VkExtent3D mip0Extents { baseExtents.width / widthDivisor, baseExtents.height / heightDivisor, ba… in getPlaneExtent()2603 deUint32 widthDivisor = formatInfo.planes[planeNdx].widthDivisor; in getPlaneExtent() local2605 tcu::UVec2 mip0Extents { baseExtents.x() / widthDivisor, baseExtents.y() / heightDivisor }; in getPlaneExtent()2624 ….x() = std::max(imgAlignment.x(), static_cast<deUint32>(formatInfo.planes[planeNdx].widthDivisor)); in getImageSizeAlignment()3450 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()3460 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()3495 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()3505 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
113 deUint8 widthDivisor; member
93 …2 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess()112 …32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess()1002 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()1005 …2 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor ); in getChannelAccess()
362 maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].widthDivisor); in getMaxPlaneDivisor()
274 …fo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in testStorageImageWrite()
468 … = gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
697 …fo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
570 attribute widthDivisor { text } ,
402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()
1774 <plane index="0" widthDivisor="1" heightDivisor="1" compatible="VK_FORMAT_R16_UNORM"/>1775 <plane index="1" widthDivisor="2" heightDivisor="2" compatible="VK_FORMAT_R16G16_UNORM"/>1831 * attr:widthDivisor - required.
1839 <plane index="0" widthDivisor="1" heightDivisor="1" compatible="VK_FORMAT_R16_UNORM"/>1840 <plane index="1" widthDivisor="2" heightDivisor="2" compatible="VK_FORMAT_R16G16_UNORM"/>1896 * attr:widthDivisor - required.