Home
last modified time | relevance | path

Searched defs:CalibratedTimestamp (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp833 struct CalibratedTimestamp struct in vkt::pipeline::__anonf4e0357b0111::CalibratedTimestampTestInstance
835CalibratedTimestamp(deUint64 timestamp_, deUint64 deviation_) : timestamp{timestamp_}, deviation(d… in CalibratedTimestamp() function
836 CalibratedTimestamp() : timestamp{}, deviation{} { } in CalibratedTimestamp() function
837 deUint64 timestamp;
838 deUint64 deviation;