Lines Matching defs:testCtx

3306 tcu::TestCaseGroup* createTimestampTests (tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType)
3308 de::MovePtr<tcu::TestCaseGroup> timestampTests (new tcu::TestCaseGroup(testCtx, "timestamp"));
3317 de::MovePtr<tcu::TestCaseGroup> basicGraphicsTests (new tcu::TestCaseGroup(testCtx, "basic_graphics_tests"));
3335 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3337 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3340 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3342 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3356 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3358 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3361 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3363 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, &param));
3373 de::MovePtr<tcu::TestCaseGroup> advGraphicsTests (new tcu::TestCaseGroup(testCtx, "advanced_graphics_tests"));
3387 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, &param));
3389 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, &param));
3392 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, &param));
3394 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, &param));
3404 de::MovePtr<tcu::TestCaseGroup> basicComputeTests (new tcu::TestCaseGroup(testCtx, "basic_compute_tests", "Record timestamp for compute stages"));
3416 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, &param));
3419 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, &param));
3429 de::MovePtr<tcu::TestCaseGroup> transferTests (new tcu::TestCaseGroup(testCtx, "transfer_tests", "Record timestamp for transfer stages"));
3461 transferTests->addChild(newTestCase<TransferTest>(testCtx, &param));
3465 transferTests->addChild(newTestCase<TransferTest>(testCtx, &param));
3477 de::MovePtr<tcu::TestCaseGroup> calibratedTimestampTests (new tcu::TestCaseGroup(testCtx, "calibrated", "VK_EXT_calibrated_timestamps tests"));
3479 calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampDevDomainTestInstance> (testCtx, "dev_domain_test"));
3480 calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampHostDomainTestInstance> (testCtx, "host_domain_test"));
3482 calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampCalibrationTestInstance> (testCtx, "calibration_test"));
3498 de::MovePtr<tcu::TestCaseGroup> miscTests (new tcu::TestCaseGroup(testCtx, "misc_tests", "Misc tests that can not be categorized to other group."));
3505 miscTests->addChild(new TimestampTest(testCtx,
3510 miscTests->addChild(new TwoCmdBuffersTest(testCtx,
3515 miscTests->addChild(new TwoCmdBuffersTest(testCtx,
3520 miscTests->addChild(new TimestampTest(testCtx,
3524 miscTests->addChild(new TwoCmdBuffersTest(testCtx,
3529 miscTests->addChild(new TwoCmdBuffersTest(testCtx,
3533 miscTests->addChild(new TwoCmdBuffersTest(testCtx,
3537 miscTests->addChild(new ResetTimestampQueryBeforeCopyTest(testCtx, "reset_query_before_copy"));
3540 miscTests->addChild(new FillBufferBeforeCopyTest(testCtx, "fill_buffer_before_copy"));
3544 miscTests->addChild(new ConsistentQueryResultsTest(testCtx, "consistent_results"));