Home
last modified time | relevance | path

Searched refs:planeRowPitches (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp121 const deUint32* planeRowPitches,
126 const deUint32* planeRowPitches,
DvkImageUtil.cpp2019 const deUint32* planeRowPitches, in getChannelAccess() argument
2037 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess()
2056 const deUint32* planeRowPitches, in getChannelAccess() argument
2060 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp83 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
89 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
95 planeRowPitches, in getChannelAccess()
103 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
109 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
115 planeRowPitches, in getChannelAccess()