Searched refs:planePtrs (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 122 void* const* planePtrs, 127 const void* const* planePtrs,
|
D | vkImageUtil.cpp | 2020 void* const* planePtrs, in getChannelAccess() argument 2050 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess() 2057 const void* const* planePtrs, in getChannelAccess() argument 2060 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 82 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local 90 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess() 96 planePtrs, in getChannelAccess() 102 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local 110 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess() 116 planePtrs, in getChannelAccess()
|