Searched refs:getChannelAccess (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 119 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, 124 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
|
D | vkImageUtil.cpp | 2017 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/ |
D | vktYCbCrUtil.hpp | 60 tcu::PixelBufferAccess getChannelAccess (deUint32 channelNdx); 61 tcu::ConstPixelBufferAccess getChannelAccess (deUint32 channelNdx) const;
|
D | vktYCbCrUtil.cpp | 80 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()
|
D | vktYCbCrFormatTests.cpp | 421 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat()
|
D | vktYCbCrViewTests.cpp | 647 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView()
|
D | vktYCbCrConversionTests.cpp | 564 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()
|