Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp836 Vec3Set currentEdgeVertices; in iterate() local
847 currentEdgeVertices.insert(outerEdgeIndex == 0 ? coord : in iterate()
851 currentEdgeVertices.insert(tcu::Vec3(outerEdgeIndex == 0 ? coord.y() : in iterate()
862 firstEdgeVertices = currentEdgeVertices; in iterate()
866 if (currentEdgeVertices != firstEdgeVertices) in iterate()
884 << " to match component order on first edge:\n" << containerStr(currentEdgeVertices, 5) in iterate()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4624 Vec3Set currentEdgeVertices; in iterate() local
4635 currentEdgeVertices.insert(outerEdgeIndex == 0 ? vtx in iterate()
4642 currentEdgeVertices.insert(Vec3(outerEdgeIndex == 0 ? vtx.y() in iterate()
4655 firstEdgeVertices = currentEdgeVertices; in iterate()
4660 if (currentEdgeVertices != firstEdgeVertices) in iterate()
4674 … << " to match component order on first edge:\n" << containerStr(currentEdgeVertices, 5) in iterate()