Lines Matching refs: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));
1942 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat);
1943 const float maxChannelValue = (channelMask[0]) ? (texFormatInfo.valueMax[0])
1944 : (channelMask[1]) ? (texFormatInfo.valueMax[1])
1945 : (channelMask[2]) ? (texFormatInfo.valueMax[2])
1973 iteration.borderColor = selectComponents(effectiveColors, nonEffectiveColors, channelMask);