Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp1499 …de::MovePtr<tcu::TestCaseGroup> inputAssemblyTests (new tcu::TestCaseGroup(testCtx, "input_assemb… in createInputAssemblyTests() local
1501 inputAssemblyTests->addChild(createPrimitiveTopologyTests(testCtx).release()); in createInputAssemblyTests()
1502 inputAssemblyTests->addChild(createPrimitiveRestartTests(testCtx).release()); in createInputAssemblyTests()
1504 return inputAssemblyTests.release(); in createInputAssemblyTests()