Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp3280 …de::MovePtr<tcu::TestCaseGroup> calibratedTimestampTests (new tcu::TestCaseGroup(testCtx, "calibra… in createTimestampTests() local
3282calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampDevDomainTestIns… in createTimestampTests()
3283calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampHostDomainTestIn… in createTimestampTests()
3284calibratedTimestampTests->addChild(new CalibratedTimestampTest<CalibratedTimestampCalibrationTestI… in createTimestampTests()
3286 timestampTests->addChild(calibratedTimestampTests.release()); in createTimestampTests()