Home
last modified time | relevance | path

Searched refs:getChannelAccess (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp119 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
124 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
DvkImageUtil.cpp2017 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
2054 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
2060 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp60 tcu::PixelBufferAccess getChannelAccess (deUint32 channelNdx);
61 tcu::ConstPixelBufferAccess getChannelAccess (deUint32 channelNdx) const;
DvktYCbCrUtil.cpp80 tcu::PixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
93 return vk::getChannelAccess(m_description, in getChannelAccess()
100 tcu::ConstPixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) const in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
113 return vk::getChannelAccess(m_description, in getChannelAccess()
249 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient()
DvktYCbCrFormatTests.cpp421 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat()
DvktYCbCrViewTests.cpp647 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView()
DvktYCbCrConversionTests.cpp564 ChannelAccess getChannelAccess (MultiPlaneImageData& data, in getChannelAccess() function
2005 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo, … in textureConversionTest()
2006 …ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo, … in textureConversionTest()
2007 …ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo, … in textureConversionTest()
2008 …ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo, … in textureConversionTest()