Home
last modified time | relevance | path

Searched refs:VecLexLessThan (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp231 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > class
490 typedef std::set<tcu::Vec3, VecLexLessThan<3> > Vec3Set;
1182 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets()
1202 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>()); in compareTriangleSets()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp231 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > class
480 typedef std::set<tcu::Vec3, VecLexLessThan<3> > Vec3Set;
1170 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets()
1190 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>()); in compareTriangleSets()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp408 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> >
1465 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan;
1489 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>());
4137 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set;
4422 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set;
4687 typedef std::set<Vec3, VecLexLessThan<3> > Vec3Set;

Completed in 16 milliseconds