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