Lines Matching refs:planeInfo
779 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format));
786 ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo, srcSize, 0) : nullAccess);
787 ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo, srcSize, 1) : nullAccess);
788 ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo, srcSize, 2) : nullAccess);
789 ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo, srcSize, 3) : nullAccessAlpha);
802 for (deUint32 planeNdx = 0; planeNdx < planeInfo.numPlanes; planeNdx++)
806 if (planeInfo.hasChannelNdx(0))
813 if (planeInfo.hasChannelNdx(1))
820 if (planeInfo.hasChannelNdx(2))
827 if (planeInfo.hasChannelNdx(3))