Lines Matching refs:gpuEvent
2402 GpuEventQuery gpuEvent; in traceGpuEventImpl() local
2403 gpuEvent.name = name; in traceGpuEventImpl()
2404 gpuEvent.phase = phase; in traceGpuEventImpl()
2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()
2407 gpuEvent.queryHelper.writeTimestamp(this, commandBuffer); in traceGpuEventImpl()
2409 mInFlightGpuEventQueries.push_back(std::move(gpuEvent)); in traceGpuEventImpl()
2444 GpuEvent gpuEvent; in checkCompletedGpuEvents() local
2445 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()
2447 gpuEvent.name = eventQuery.name; in checkCompletedGpuEvents()
2448 gpuEvent.phase = eventQuery.phase; in checkCompletedGpuEvents()
2450 mGpuEvents.emplace_back(gpuEvent); in checkCompletedGpuEvents()
2488 for (const GpuEvent &gpuEvent : mGpuEvents) in flushGpuEvents() local
2491 (gpuEvent.gpuTimestampCycles - mGpuEventTimestampOrigin) * in flushGpuEvents()
2504 platform->addTraceEvent(platform, gpuEvent.phase, categoryEnabled, gpuEvent.name.data(), in flushGpuEvents()