Home
last modified time | relevance | path

Searched refs:matchMax (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp295 const tcu::Vec3 matchMax = subPt + epsilon; in oneWayComparePointSets() local
301 …tatic_cast<int>(supersetSorted.size()) && supersetSorted[superNdx].x() <= matchMax.x(); ++superNdx) in oneWayComparePointSets()
306 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax))) in oneWayComparePointSets()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1129 const Vec3 matchMax = subPt + epsilon; in oneWayComparePointSets() local
1135 … superNdx < (int)supersetSorted.size() && supersetSorted[superNdx].x() <= matchMax.x(); superNdx++) in oneWayComparePointSets()
1140 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax))) in oneWayComparePointSets()