Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineTimestampTests.cpp833 struct CalibratedTimestamp struct in vkt::pipeline::__anon507d30160111::CalibratedTimestampTestInstance
835CalibratedTimestamp(deUint64 timestamp_, deUint64 deviation_) : timestamp{timestamp_}, deviation(d… in CalibratedTimestamp() argument
836 CalibratedTimestamp() : timestamp{}, deviation{} { } in CalibratedTimestamp() argument
837 deUint64 timestamp;
838 deUint64 deviation;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp910 struct CalibratedTimestamp struct in vkt::pipeline::__anon2ab83ed60111::CalibratedTimestampTestInstance
912CalibratedTimestamp(deUint64 timestamp_, deUint64 deviation_) : timestamp{timestamp_}, deviation(d… in CalibratedTimestamp() function
913 CalibratedTimestamp() : timestamp{}, deviation{} { } in CalibratedTimestamp() function
914 deUint64 timestamp;
915 deUint64 deviation;