Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp135 void* const* planePtrs,
140 const void* const* planePtrs,
DvkImageUtil.cpp2162 void* const* planePtrs, in getChannelAccess() argument
2192 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess()
2199 const void* const* planePtrs, 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.cpp94 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
102 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()
108 planePtrs, in getChannelAccess()
114 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
122 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()
128 planePtrs, in getChannelAccess()