Home
last modified time | relevance | path

Searched refs:hasChannelNdx (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp104 inline bool hasChannelNdx (deUint32 ndx) const in hasChannelNdx() function
DvkImageUtil.cpp2023 DE_ASSERT(formatInfo.hasChannelNdx(channelNdx)); in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp569 DE_ASSERT(formatInfo.hasChannelNdx(channelNdx)); in getChannelAccess()
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()
2021 if (planeInfo.hasChannelNdx(0)) in textureConversionTest()
2028 if (planeInfo.hasChannelNdx(1)) in textureConversionTest()
2035 if (planeInfo.hasChannelNdx(2)) in textureConversionTest()
2042 if (planeInfo.hasChannelNdx(3)) in textureConversionTest()
DvktYCbCrFormatTests.cpp419 if (formatInfo.hasChannelNdx(channelNdx)) in testFormat()
DvktYCbCrViewTests.cpp645 if (formatInfo.hasChannelNdx(channelNdx)) in testPlaneView()
DvktYCbCrUtil.cpp247 if (formatInfo.hasChannelNdx(channelNdx)) in fillGradient()