Searched refs:gpuEvent (Results 1 – 1 of 1) sorted by relevance
3772 GpuEventQuery gpuEvent; in traceGpuEventImpl() local3773 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() local3814 gpuEvent.gpuTimestampCycles = in checkCompletedGpuEvents()3816 gpuEvent.name = eventQuery.name; in checkCompletedGpuEvents()3817 gpuEvent.phase = eventQuery.phase; in checkCompletedGpuEvents()[all …]