Searched refs:planePtrs (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.hpp | 222 void* const* planePtrs, 227 const void* const* planePtrs, 232 void* const* planePtrs, 237 const void* const* planePtrs,
|
H A D | vkImageUtil.cpp | 3585 void* const* planePtrs, 3615 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); 3621 const void* const* planePtrs, 3624 return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), channelNdx); 3630 void* const* planePtrs, 3660 (deUint8*)planePtrs[planeNdx] + planeOffsetBytes); 3666 const void* const* planePtrs, 3669 return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), channelNdx);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A 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_no_buildgn/vulkan/ycbcr/ |
H A 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()
|
Completed in 10 milliseconds