Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationTests.cpp62 void createChildren (tcu::TestCaseGroup* tessellationTests) in createChildren() argument
64 tcu::TestContext& testCtx = tessellationTests->getTestContext(); in createChildren()
66 tessellationTests->addChild(createLimitsTests (testCtx)); in createChildren()
67 tessellationTests->addChild(createCoordinatesTests (testCtx)); in createChildren()
68 tessellationTests->addChild(createWindingTests (testCtx)); in createChildren()
69 tessellationTests->addChild(createShaderInputOutputTests (testCtx)); in createChildren()
70 tessellationTests->addChild(createMiscDrawTests (testCtx)); in createChildren()
71 tessellationTests->addChild(createCommonEdgeTests (testCtx)); in createChildren()
72 tessellationTests->addChild(createFractionalSpacingTests (testCtx)); in createChildren()
73 tessellationTests->addChild(createPrimitiveDiscardTests (testCtx)); in createChildren()
[all …]