Searched refs:planeRowPitches (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 134 const deUint32* planeRowPitches, 139 const deUint32* planeRowPitches,
|
D | vkImageUtil.cpp | 2161 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/ |
D | vktYCbCrUtil.cpp | 95 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()
|