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