Searched refs:queryHelper (Results 1 – 2 of 2) sorted by relevance
2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()2407 gpuEvent.queryHelper.writeTimestamp(this, commandBuffer); in traceGpuEventImpl()2427 if (eventQuery.queryHelper.usedInRunningCommands(lastCompletedSerial)) in checkCompletedGpuEvents()2435 ANGLE_TRY(eventQuery.queryHelper.getUint64ResultNonBlocking(this, &gpuTimestampCycles, in checkCompletedGpuEvents()2442 mGpuEventQueryPool.freeQuery(this, &eventQuery.queryHelper); in checkCompletedGpuEvents()
716 vk::QueryHelper queryHelper; member