Searched refs:rangesIntersect (Results 1 – 2 of 2) sorted by relevance
128 inline bool rangesIntersect (const tcu::IVec2& a, const tcu::IVec2& b) in rangesIntersect() function136 DE_ASSERT(rangesIntersect(a, b)); in unionRanges()159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter)) in addRangeToList()