Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2472 double lastGpuSyncTimeS = mGpuClockSync.gpuTimestampS; in flushGpuEvents() local
2486 (nextGpuSyncDiffS - lastGpuSyncDiffS) / (nextGpuSyncTimeS - lastGpuSyncTimeS); in flushGpuEvents()
2497 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()