Searched refs:LineInterpolationTestCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 6825 class LineInterpolationTestCase : public BaseRenderingTestCase class 6828 …LineInterpolationTestCase(tcu::TestContext &context, const std::string &name, VkPrimitiveTopology … in LineInterpolationTestCase() function in vkt::rasterization::__anon5742e12a0111::LineInterpolationTestCase 8853 … basic->addChild(new LineInterpolationTestCase(testCtx, "lines", VK_PRIMITIVE_TOPOLOGY_LINE_LIST, in createRasterizationTests() 8857 …basic->addChild(new LineInterpolationTestCase(testCtx, "line_strip", VK_PRIMITIVE_TOPOLOGY_LINE_ST… in createRasterizationTests() 8861 …basic->addChild(new LineInterpolationTestCase(testCtx, "lines_wide", VK_PRIMITIVE_TOPOLOGY_LINE_LI… in createRasterizationTests() 8865 …basic->addChild(new LineInterpolationTestCase(testCtx, "line_strip_wide", VK_PRIMITIVE_TOPOLOGY_LI… in createRasterizationTests() 8870 …basic->addChild(new LineInterpolationTestCase(testCtx, "strict_lines", VK_PRIMITIVE_TOPOLOGY_LINE_… in createRasterizationTests() 8874 basic->addChild(new LineInterpolationTestCase(testCtx, "strict_line_strip", in createRasterizationTests() 8878 …basic->addChild(new LineInterpolationTestCase(testCtx, "strict_lines_wide", VK_PRIMITIVE_TOPOLOGY_… in createRasterizationTests() 8882 basic->addChild(new LineInterpolationTestCase(testCtx, "strict_line_strip_wide", in createRasterizationTests() [all …]
|