Searched refs:VecLexLessThan (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 225 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > class 474 typedef std::set<tcu::Vec3, VecLexLessThan<3> > Vec3Set; 1143 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets() 1163 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>()); in compareTriangleSets()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 406 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > class 1463 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets() 1487 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>()); in compareTriangleSets() 4008 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set; in iterate() 4287 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set; in iterate() 4546 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set; in iterate()
|