Searched refs:gpuTimestampS (Results 1 – 2 of 2) sorted by relevance
3760 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() local3866 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()3874 eventId++, gpuTimestampS, 0, nullptr, nullptr, nullptr, in flushGpuEvents()
1016 double gpuTimestampS; member