Searched refs:gpuEvent (Results 1 – 1 of 1) sorted by relevance
2402 GpuEventQuery gpuEvent; in traceGpuEventImpl() local2403 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() local2445 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()2447 gpuEvent.name = eventQuery.name; in checkCompletedGpuEvents()2448 gpuEvent.phase = eventQuery.phase; in checkCompletedGpuEvents()[all …]