Lines Matching full:channelmask
416 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat);
436 return rr::GenericVec4(tcu::select(linearized, tcu::Vec4(0.0f), channelMask));
446 return rr::GenericVec4(tcu::select(access.getPixel(0, 0), tcu::Vec4(0.0f), channelMask));
451 return rr::GenericVec4(tcu::select(access.getPixelInt(0, 0), tcu::IVec4(0), channelMask));
456 return rr::GenericVec4(tcu::select(access.getPixelUint(0, 0), tcu::UVec4(0u), channelMask));
1936 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat);
1937 const float maxChannelValue = (channelMask[0]) ? (texFormatInfo.valueMax[0])
1938 : (channelMask[1]) ? (texFormatInfo.valueMax[1])
1939 : (channelMask[2]) ? (texFormatInfo.valueMax[2])
1967 iteration.borderColor = selectComponents(effectiveColors, nonEffectiveColors, channelMask);