Searched refs:getChannelAccess (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 69 tcu::PixelBufferAccess getChannelAccess (deUint32 channelNdx); 70 tcu::ConstPixelBufferAccess getChannelAccess (deUint32 channelNdx) const; 163 ChannelAccess getChannelAccess (ycbcr::MultiPlaneImageData& data,
|
D | vktYCbCrUtil.cpp | 92 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
|
D | vktYCbCrFormatTests.cpp | 465 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat()
|
D | vktYCbCrConversionTests.cpp | 632 …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()
|
D | vktYCbCrViewTests.cpp | 643 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 132 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, 137 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
|
D | vkImageUtil.cpp | 2159 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/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 1012 …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()
|