Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h143 float mTimestampPeriod = 1.0f; variable
DDeviceMTL.mm140 mTimestampPeriod =
318 &mGpuTimestamp, &mTimestampPeriod);
503 return mTimestampPeriod;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp90 mTimestampPeriod = static_cast<float>(1e9) / frequency; in Initialize()
737 return mTimestampPeriod; in GetTimestampPeriodInNS()
DDeviceD3D12.h261 float mTimestampPeriod = 1.0f; variable