Searched refs:gpuTimestampCycles (Results 1 – 2 of 2) sorted by relevance
3730 vk::QueryResult gpuTimestampCycles(1); in synchronizeCpuGpuTime() local3731 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()3737 gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in synchronizeCpuGpuTime()3746 TgpuCycles = gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in synchronizeCpuGpuTime()3802 vk::QueryResult gpuTimestampCycles(1); in checkCompletedGpuEvents() local3804 ANGLE_TRY(eventQuery.queryHelper.getUint64ResultNonBlocking(this, &gpuTimestampCycles, in checkCompletedGpuEvents()3814 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()3815 gpuTimestampCycles.getResult(vk::QueryResult::kDefaultResultIndex); in checkCompletedGpuEvents()3860 (gpuEvent.gpuTimestampCycles - mGpuEventTimestampOrigin) * in flushGpuEvents()
1009 uint64_t gpuTimestampCycles; member