Searched refs:intThreshold (Results 1 – 1 of 1) sorted by relevance
888 const tcu::IVec4 intThreshold = tcu::IVec4(1) << (8 - channelBits); in getSurfaceThreshold() local889 const tcu::Vec4 normThreshold = intThreshold.asFloat() / 255.0f; in getSurfaceThreshold()