Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp59 const deUint32 planeW = size.x() / m_description.planes[planeNdx].widthDivisor; in MultiPlaneImageData()
87 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess()
107 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess()
364 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadImage()
608 ? imageData->getSize().x() / formatDesc.planes[planeNdx].widthDivisor in downloadImage()
DvktYCbCrViewTests.cpp482 const UVec2 planeSize (size.x() / formatInfo.planes[params.planeNdx].widthDivisor, in testPlaneView()
DvktYCbCrImageQueryTests.cpp321 maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].widthDivisor); in getMaxPlaneDivisor()
DvktYCbCrCopyTests.cpp597 …return UVec2(size.x() / info.planes[planeNdx].widthDivisor, size.y() / info.planes[planeNdx].heigh… in getPlaneSize()
DvktYCbCrConversionTests.cpp577 DE_ASSERT(size.x() % formatInfo.planes[planeNdx].widthDivisor == 0); in getChannelAccess()
580 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp86 deUint8 widthDivisor; member
DvkNullDriver.cpp936 const deUint32 planeW = extent.width / desc.planes[planeNdx].widthDivisor; in getYCbCrImageDataSize()
976 const deUint32 planeW = extent.width / formatDesc.planes[planeNdx].widthDivisor; in getImageMemoryRequirements2KHR()
DvkImageUtil.cpp2030 DE_ASSERT(size.x() % formatInfo.planes[planeNdx].widthDivisor == 0); in getChannelAccess()
2033 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess()