Searched refs:planePtrs (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 217 void* const* planePtrs, 222 const void* const* planePtrs, 227 void* const* planePtrs, 232 const void* const* planePtrs,
|
D | vkImageUtil.cpp | 3440 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/ |
D | vktYCbCrUtil.cpp | 88 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/ |
D | vktYCbCrUtil.cpp | 88 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()
|