Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp3760 mGpuClockSync.gpuTimestampS = TgpuS; in synchronizeCpuGpuTime()
3841 double lastGpuSyncTimeS = mGpuClockSync.gpuTimestampS; in flushGpuEvents()
3842 double lastGpuSyncDiffS = mGpuClockSync.cpuTimestampS - mGpuClockSync.gpuTimestampS; in flushGpuEvents()
3851 ASSERT(mGpuClockSync.gpuTimestampS != std::numeric_limits<double>::max() && in flushGpuEvents()
3859 double gpuTimestampS = in flushGpuEvents() local
3866 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()
3874 eventId++, gpuTimestampS, 0, nullptr, nullptr, nullptr, in flushGpuEvents()
DContextVk.h1016 double gpuTimestampS; member