Searched refs:LexCompare (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 209 class LexCompare class 212 LexCompare (void) : m_pred(Pred()) {} in LexCompare() function in vkt::tessellation::__anon28852::LexCompare 231 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > 1182 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 209 class LexCompare class 212 LexCompare (void) : m_pred(Pred()) {} in LexCompare() function in vkt::tessellation::__anon30001::LexCompare 231 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > 1170 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan; in compareTriangleSets()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 386 class LexCompare 389 LexCompare (void) : m_pred(Pred()) {} 408 class VecLexLessThan : public LexCompare<tcu::Vector<float, Size>, Size, std::less<float> > 1465 typedef LexCompare<Triangle, 3, VecLexLessThan<3> > TriangleLexLessThan;
|
Completed in 16 milliseconds