Searched refs:matchMin (Results 1 – 1 of 1) sorted by relevance
1128 const Vec3 matchMin = subPt - epsilon; in oneWayComparePointSets() local1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()1139 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) && in oneWayComparePointSets()