Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp97 deUint8 widthDivisor; member
DvkImageUtil.cpp2172 DE_ASSERT(size.x() % formatInfo.planes[planeNdx].widthDivisor == 0); in getChannelAccess()
2175 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess()
DvkNullDriver.cpp1095 const deUint32 planeW = extent.width / desc.planes[planeNdx].widthDivisor; in getYCbCrImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp71 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()
DvktYCbCrViewTests.cpp483 const UVec2 planeSize (size.x() / formatInfo.planes[params.planeNdx].widthDivisor, in testPlaneView()
DvktYCbCrImageQueryTests.cpp331 maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].widthDivisor); in getMaxPlaneDivisor()
DvktYCbCrCopyTests.cpp598 …return UVec2(size.x() / info.planes[planeNdx].widthDivisor, size.y() / info.planes[planeNdx].heigh… in getPlaneSize()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp397 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()