Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp752 Vec3Set firstOuterEdgeVertices; // Vertices of the outer edge of the first patch of the first program's draw call; used for comparison with other patches. in iterate() local
791 firstOuterEdgeVertices = outerEdgeVertices; in iterate()
792 else if (firstOuterEdgeVertices != outerEdgeVertices) in iterate()
806 << " - case A: " << containerStr(firstOuterEdgeVertices, 5, 14) << "\n" in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp740 Vec3Set firstOuterEdgeVertices; // Vertices of the outer edge of the first patch of the first program's draw call; used for comparison with other patches. in iterate() local
779 firstOuterEdgeVertices = outerEdgeVertices; in iterate()
780 else if (firstOuterEdgeVertices != outerEdgeVertices) in iterate()
794 << " - case A: " << containerStr(firstOuterEdgeVertices, 5, 14) << "\n" in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp4141 Vec3Set firstOuterEdgeVertices; // Vertices of the outer edge of the first patch of the first program's draw call; used for comparison with other patches.
4207 firstOuterEdgeVertices = outerEdgeVertices;
4210 if (firstOuterEdgeVertices != outerEdgeVertices)
4219 << " - case A: " << containerStr(firstOuterEdgeVertices, 5, 14) << "\n"

Completed in 17 milliseconds