Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp69 tcu::PixelBufferAccess getChannelAccess (deUint32 channelNdx);
70 tcu::ConstPixelBufferAccess getChannelAccess (deUint32 channelNdx) const;
163 ChannelAccess getChannelAccess (ycbcr::MultiPlaneImageData& data,
DvktYCbCrUtil.cpp92 tcu::PixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
105 return vk::getChannelAccess(m_description, in getChannelAccess()
112 tcu::ConstPixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) const in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
125 return vk::getChannelAccess(m_description, in getChannelAccess()
266 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient()
936 ChannelAccess getChannelAccess (MultiPlaneImageData& data, in getChannelAccess() function
DvktYCbCrFormatTests.cpp465 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat()
DvktYCbCrConversionTests.cpp632 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
633 …ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
634 …ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
635 …ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
DvktYCbCrViewTests.cpp643 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp132 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
137 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
DvkImageUtil.cpp2159 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
2196 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
2202 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1012 …ycbcr::ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1013 …ycbcr::ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1014 …ycbcr::ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1015 …ycbcr::ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()