Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2475 deUint32 widthDivisor = formatInfo.planes[planeNdx].widthDivisor; in getPlaneExtent() local
2478 …VkExtent3D mip0Extents { baseExtents.width / widthDivisor, baseExtents.height / heightDivisor, ba… in getPlaneExtent()
2488 deUint32 widthDivisor = formatInfo.planes[planeNdx].widthDivisor; in getPlaneExtent() local
2490 tcu::UVec2 mip0Extents { baseExtents.x() / widthDivisor, baseExtents.y() / heightDivisor }; in getPlaneExtent()
2509 ….x() = std::max(imgAlignment.x(), static_cast<deUint32>(formatInfo.planes[planeNdx].widthDivisor)); in getImageSizeAlignment()
3327 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()
3337 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3372 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()
3382 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
DvkImageUtil.hpp104 deUint8 widthDivisor; member
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp91 …2 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess()
110 …32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess()
970 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); in getChannelAccess()
973 …2 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor ); in getChannelAccess()
DvktYCbCrImageQueryTests.cpp354 maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].widthDivisor); in getMaxPlaneDivisor()
DvktYCbCrStorageImageWriteTests.cpp303 …fo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in testStorageImageWrite()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp468 … = gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
DvktSparseResourcesImageSparseResidency.cpp697 …fo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage()