Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h903 void flushGpuEvents(double nextSyncGpuTimestampS, double nextSyncCpuTimestampS);
DContextVk.cpp2461 void ContextVk::flushGpuEvents(double nextSyncGpuTimestampS, double nextSyncCpuTimestampS) in flushGpuEvents() argument
2476 double nextGpuSyncTimeS = nextSyncGpuTimestampS; in flushGpuEvents()
2477 double nextGpuSyncDiffS = nextSyncCpuTimestampS - nextSyncGpuTimestampS; in flushGpuEvents()