Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2514 mGpuClockSync.gpuTimestampS = TgpuS; in synchronizeCpuGpuTime()
2596 double lastGpuSyncTimeS = mGpuClockSync.gpuTimestampS; in flushGpuEvents()
2597 double lastGpuSyncDiffS = mGpuClockSync.cpuTimestampS - mGpuClockSync.gpuTimestampS; in flushGpuEvents()
2606 ASSERT(mGpuClockSync.gpuTimestampS != std::numeric_limits<double>::max() && in flushGpuEvents()
2614 double gpuTimestampS = in flushGpuEvents() local
2621 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()
2629 eventId++, gpuTimestampS, 0, nullptr, nullptr, nullptr, in flushGpuEvents()
DContextVk.h772 double gpuTimestampS; member