Searched refs:halfFilled (Results 1 – 2 of 2) sorted by relevance
87 const tcu::IVec4 halfFilled (127, 0, 0, 0); in isHalfFilled() local90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled()95 const int halfFilled = 127; in isLessThanHalfFilled() local98 return a.x() + threshold < halfFilled; in isLessThanHalfFilled()
90 const tcu::IVec4 halfFilled (127, 0, 0, 0); in isHalfFilled() local93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled()98 const int halfFilled = 127; in isLessThanHalfFilled() local101 return a.x() + threshold < halfFilled; in isLessThanHalfFilled()