Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp1764 mGpuClockSync.gpuTimestampS = TgpuS; in synchronizeCpuGpuTime()
1845 double lastGpuSyncTimeS = mGpuClockSync.gpuTimestampS; in flushGpuEvents()
1846 double lastGpuSyncDiffS = mGpuClockSync.cpuTimestampS - mGpuClockSync.gpuTimestampS; in flushGpuEvents()
1855 ASSERT(mGpuClockSync.gpuTimestampS != std::numeric_limits<double>::max() && in flushGpuEvents()
1863 double gpuTimestampS = in flushGpuEvents() local
1870 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()
1878 eventId++, gpuTimestampS, 0, nullptr, nullptr, nullptr, in flushGpuEvents()
DContextVk.h769 double gpuTimestampS; member