Lines Matching refs:points

1582 	// These points will be used to draw something with the wrong topology.
1654 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
1721 std::vector<PointSceneSpec::ScenePoint> points;
1727 generatePoints(m_iteration, drawBuffer, points);
1734 const bool compareOk = compareAndVerify(points, resultImage, drawBuffer);
1755 bool PointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
1770 scene.points.swap(points);
2354 << "layout(points) in;\n"
2355 << "layout(points, max_vertices=1) out;\n"
2781 TCU_THROW(NotSupportedError, "Large points required for test, but are not supported");
4373 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
4376 virtual bool compareAndVerifyOverestimated (std::vector<PointSceneSpec::ScenePoint>& points,
4378 virtual bool compareAndVerifyUnderestimated (std::vector<PointSceneSpec::ScenePoint>& points,
4491 << "with rendering " << outPoints.size() << " points(s):"
4505 bool ConservativePointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer)
4513 return compareAndVerifyOverestimated(points, resultImage);
4517 return compareAndVerifyUnderestimated(points, resultImage);
4525 bool ConservativePointTestInstance::compareAndVerifyOverestimated (std::vector<PointSceneSpec::ScenePoint>& points, tcu::Surface& resultImage)
4527 DE_UNREF(points);
4621 bool ConservativePointTestInstance::compareAndVerifyUnderestimated (std::vector<PointSceneSpec::ScenePoint>& points, tcu::Surface& resultImage)
4623 DE_UNREF(points);
5374 std::vector<PointSceneSpec::ScenePoint> points;
5391 extractPoints(triangles, points);
5427 scene.points.swap(points);
5682 std::vector<PointSceneSpec::ScenePoint> points;
5691 extractPoints(points, drawBuffer);
6782 // Then, tries to draw the requested number of points. Only the first point should ever be used.
7462 * points at the pixel center of the edge pixels, but a point size of 2.0 will.
7616 // Rasterization state: key for the test. Rendering triangles as points.
7950 // Attempt to draw 4 points with stride 0 and 4 points in the buffer
7957 // Attempt to draw many points with stride 0 with one point in the buffer
7969 nostippleTests->addChild(new WidenessTestCase<PointTestInstance> (testCtx, "points", PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, false, VK_SAMPLE_COUNT_1_BIT, LINESTIPPLE_DISABLED, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT));
8062 // .points
8064 tcu::TestCaseGroup* const points = new tcu::TestCaseGroup(testCtx, "points");
8088 points->addChild(new PointSizeTestCase<PointSizeTestInstance> (testCtx, testCaseName, renderSize, pointSize));
8091 primitiveSize->addChild(points);
8099 // .points
8101 tcu::TestCaseGroup* const points = new tcu::TestCaseGroup(testCtx, "points", "Default point size");
8123 points->addChild(new PointDefaultSizeTestCase(testCtx, testCaseName, renderSize, testStageFlags));
8126 defaultSize->addChild(points);
8132 tcu::TestCaseGroup* const polygonsAsPoints = new tcu::TestCaseGroup(testCtx, "polygon_as_points", "Default point size for polygons as points");
8177 de::MovePtr<tcu::TestCaseGroup> polygonModeLargePointsGroup (new tcu::TestCaseGroup(testCtx, "polygon_as_large_points", "Test polygons rendered as large points"));
8383 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points" }
8760 nostippleTests->addChild(new WidenessTestCase<PointTestInstance> (testCtx, "points", PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, false, samples[samplesNdx], LINESTIPPLE_DISABLED, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT));