Home
last modified time | relevance | path

Searched defs:planeW (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp71 const deUint32 planeW = size.x() / m_description.planes[planeNdx].widthDivisor; in MultiPlaneImageData() local
99 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess() local
119 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; in getChannelAccess() local
370 const deUint32 planeW = (formatDesc.numPlanes > 1) in uploadImage() local
559 const deUint32 planeW = (formatDesc.numPlanes > 1) in downloadImage() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp396 const deUint32 planeW = (formatDesc.numPlanes > 1) in uploadYCbCrImage() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1095 const deUint32 planeW = extent.width / desc.planes[planeNdx].widthDivisor; in getYCbCrImageDataSize() local