Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp182 void* const* planePtrs,
187 const void* const* planePtrs,
192 void* const* planePtrs,
197 const void* const* planePtrs,
DvkImageUtil.cpp3385 void* const* planePtrs, in getChannelAccess() argument
3415 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess()
3421 const void* const* planePtrs, in getChannelAccess() argument
3424 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
3430 void* const* planePtrs, in getChannelAccess() argument
3460 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess()
3466 const void* const* planePtrs, in getChannelAccess() argument
3469 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp88 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
95 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()
101 planePtrs, in getChannelAccess()
107 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
114 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()
120 planePtrs, in getChannelAccess()