Searched refs:gpuTimestampCycles (Results 1 – 2 of 2) sorted by relevance
2360 vk::QueryResult gpuTimestampCycles(1); in synchronizeCpuGpuTime() local2361 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()2367 gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in synchronizeCpuGpuTime()2376 TgpuCycles = gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in synchronizeCpuGpuTime()2433 vk::QueryResult gpuTimestampCycles(1); in checkCompletedGpuEvents() local2435 ANGLE_TRY(eventQuery.queryHelper.getUint64ResultNonBlocking(this, &gpuTimestampCycles, in checkCompletedGpuEvents()2445 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()2446 gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in checkCompletedGpuEvents()2491 (gpuEvent.gpuTimestampCycles - mGpuEventTimestampOrigin) * in flushGpuEvents()
724 uint64_t gpuTimestampCycles; member