Lines Matching refs:param
429 const TimestampTestParam* param)
431 , m_pipelineConstructionType (param->getPipelineConstructionType())
432 , m_stages (param->getStageVector())
433 , m_inRenderPass (param->getInRenderPass())
434 , m_hostQueryReset (param->getHostQueryReset())
435 , m_transferOnlyQueue (param->getTransferOnlyQueue())
436 , m_queryResultFlags (param->getQueryResultFlags())
1415 const TimestampTestParam* param)
1416 : TimestampTest (testContext, name, param)
1824 const TimestampTestParam* param)
1825 : BasicGraphicsTest(testContext, name, param)
2103 const TimestampTestParam* param)
2104 : TimestampTest(testContext, name, param)
2316 const TimestampTestParam* param);
2368 const TimestampTestParam* param)
2369 : TimestampTest(testContext, name, param)
2371 const TransferTimestampTestParam* transferParam = dynamic_cast<const TransferTimestampTestParam*>(param);
2962 const TwoCmdBuffersTestParam* param)
2963 : TimestampTest (testContext, name, param), m_cmdBufferLevel(param->getCmdBufferLevel()) { }
3334 TimestampTestParam param(pipelineConstructionType, basicGraphicsStages0[stageNdx], 2u, true, false, false, queryResultFlagsTimestampTest[flagsIdx]);
3335 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3336 param.toggleInRenderPass();
3337 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3339 param.toggleHostQueryReset();
3340 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3341 param.toggleInRenderPass();
3342 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3355 TimestampTestParam param(pipelineConstructionType, basicGraphicsStages1[stageNdx], 3u, true, false, false, queryResultFlagsTimestampTest[flagsIdx]);
3356 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3357 param.toggleInRenderPass();
3358 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3360 param.toggleHostQueryReset();
3361 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3362 param.toggleInRenderPass();
3363 basicGraphicsTests->addChild(newTestCase<BasicGraphicsTest>(testCtx, ¶m));
3386 TimestampTestParam param(pipelineConstructionType, advGraphicsStages[stageNdx], 2u, true, false, false, queryResultFlagsTimestampTest[flagsIdx]);
3387 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m));
3388 param.toggleInRenderPass();
3389 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m));
3391 param.toggleHostQueryReset();
3392 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m));
3393 param.toggleInRenderPass();
3394 advGraphicsTests->addChild(newTestCase<AdvGraphicsTest>(testCtx, ¶m));
3415 TimestampTestParam param(pipelineConstructionType, basicComputeStages[stageNdx], 2u, false, false, false, queryResultFlagsTimestampTest[flagsIdx]);
3416 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m));
3418 param.toggleHostQueryReset();
3419 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m));
3457 TransferTimestampTestParam param(pipelineConstructionType, transferStages[stageNdx], 2u, false, false, transferOnlyQueue, method, queryResultFlagsTimestampTest[flagsIdx]);
3461 transferTests->addChild(newTestCase<TransferTest>(testCtx, ¶m));
3464 param.toggleHostQueryReset();
3465 transferTests->addChild(newTestCase<TransferTest>(testCtx, ¶m));
3503 TimestampTestParam param(pipelineConstructionType, miscStages, 1u, false, false, false, queryResultFlagsTimestampTest[flagsIdx]);
3506 "timestamp_only" + queryResultsFlagsMiscTestsStr[flagsIdx], ¶m));
3518 param.toggleHostQueryReset();
3521 "timestamp_only_host_query_reset" + queryResultsFlagsMiscTestsStr[flagsIdx], ¶m));