Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp262 int binarySearchFirstVec3WithXAtLeast(const std::vector<tcu::Vec3> &sorted, float x) in binarySearchFirstVec3WithXAtLeast() function
292 … const int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1189 static int binarySearchFirstVec3WithXAtLeast(const vector<Vec3> &sorted, float x) in binarySearchFirstVec3WithXAtLeast() function
1234 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()