Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp134 const deUint32* planeRowPitches,
139 const deUint32* planeRowPitches,
DvkImageUtil.cpp2161 const deUint32* planeRowPitches, in getChannelAccess() argument
2179 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess()
2198 const deUint32* planeRowPitches, in getChannelAccess() argument
2202 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp95 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
101 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
107 planeRowPitches, in getChannelAccess()
115 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
121 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
127 planeRowPitches, in getChannelAccess()