Searched refs:LineInterpolationTestCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 3107 class LineInterpolationTestCase : public BaseRenderingTestCase class 3110 …LineInterpolationTestCase (tcu::TestContext& context, const std::string& name, const std::string&… in LineInterpolationTestCase() function in vkt::rasterization::__anon5184a2b40111::LineInterpolationTestCase 3280 …basic->addChild(new LineInterpolationTestCase (testCtx, "lines", "Verify line interpolation", … in createRasterizationTests() 3281 …basic->addChild(new LineInterpolationTestCase (testCtx, "line_strip", "Verify line strip interp… in createRasterizationTests() 3282 …basic->addChild(new LineInterpolationTestCase (testCtx, "lines_wide", "Verify wide line interpo… in createRasterizationTests() 3283 …basic->addChild(new LineInterpolationTestCase (testCtx, "line_strip_wide","Verify wide line stri… in createRasterizationTests() 3295 …projected->addChild(new LineInterpolationTestCase (testCtx, "lines", "Verify line interpolation… in createRasterizationTests() 3296 …projected->addChild(new LineInterpolationTestCase (testCtx, "line_strip", "Verify line strip int… in createRasterizationTests() 3297 …projected->addChild(new LineInterpolationTestCase (testCtx, "lines_wide", "Verify wide line inte… in createRasterizationTests() 3298 …projected->addChild(new LineInterpolationTestCase (testCtx, "line_strip_wide","Verify wide line s… in createRasterizationTests() [all …]
|