Lines Matching refs:gpuEvent
3772 GpuEventQuery gpuEvent; in traceGpuEventImpl() local
3773 gpuEvent.name = name; in traceGpuEventImpl()
3774 gpuEvent.phase = phase; in traceGpuEventImpl()
3775 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()
3777 gpuEvent.queryHelper.writeTimestamp(this, commandBuffer); in traceGpuEventImpl()
3779 mInFlightGpuEventQueries.push_back(std::move(gpuEvent)); in traceGpuEventImpl()
3813 GpuEvent gpuEvent; in checkCompletedGpuEvents() local
3814 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()
3816 gpuEvent.name = eventQuery.name; in checkCompletedGpuEvents()
3817 gpuEvent.phase = eventQuery.phase; in checkCompletedGpuEvents()
3819 mGpuEvents.emplace_back(gpuEvent); in checkCompletedGpuEvents()
3857 for (const GpuEvent &gpuEvent : mGpuEvents) in flushGpuEvents() local
3860 (gpuEvent.gpuTimestampCycles - mGpuEventTimestampOrigin) * in flushGpuEvents()
3873 platform->addTraceEvent(platform, gpuEvent.phase, categoryEnabled, gpuEvent.name.data(), in flushGpuEvents()