Searched refs:nextSyncGpuTimestampS (Results 1 – 2 of 2) sorted by relevance
903 void flushGpuEvents(double nextSyncGpuTimestampS, double nextSyncCpuTimestampS);
2461 void ContextVk::flushGpuEvents(double nextSyncGpuTimestampS, double nextSyncCpuTimestampS) in flushGpuEvents() argument2476 double nextGpuSyncTimeS = nextSyncGpuTimestampS; in flushGpuEvents()2477 double nextGpuSyncDiffS = nextSyncCpuTimestampS - nextSyncGpuTimestampS; in flushGpuEvents()