Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp217 void* const* planePtrs,
222 const void* const* planePtrs,
227 void* const* planePtrs,
232 const void* const* planePtrs,
DvkImageUtil.cpp3440 void* const* planePtrs, in getChannelAccess() argument
3470 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess()
3476 const void* const* planePtrs, in getChannelAccess() argument
3479 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
3485 void* const* planePtrs, in getChannelAccess() argument
3515 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); in getChannelAccess()
3521 const void* const* planePtrs, in getChannelAccess() argument
3524 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/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()