Searched refs:newTestCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 519 vkt::TestCase* newTestCase(tcu::TestContext& testContext, in newTestCase() function 2045 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2047 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2058 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2060 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2080 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2082 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m)); in createTimestampTests() 2100 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m)); in createTimestampTests() 2120 transferTests->addChild(newTestCase<TransferTest>(testCtx, ¶m)); in createTimestampTests()
|
D | vktPipelineCacheTests.cpp | 420 vkt::TestCase* newTestCase (tcu::TestContext& testContext, in newTestCase() function 1906 graphicsTests->addChild(newTestCase<GraphicsCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1941 graphicsTests->addChild(newTestCase<PipelineFromCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1976 graphicsTests->addChild(newTestCase<PipelineFromIncompleteCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1995 computeTests->addChild(newTestCase<ComputeCacheTest>(testCtx, &testParams[i])); in createCacheTests()
|