Home
last modified time | relevance | path

Searched refs:gpuEvent (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2402 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()
[all …]