Lines Matching defs:RecordedStream
1536 : RecordedStream(nullptr), RecordedSlot(-1), RecordedSyncCycle(-1) {}
1547 RecordedStream = &Stream;
1556 if (!RecordedStream)
1560 if (RecordedStream == &Stream)
1573 AMDGPUStreamTy *RecordedStream;
1608 AMDGPUStreamTy &RecordedStream = *Event.RecordedStream;
1610 std::scoped_lock<std::mutex, std::mutex> Lock(Mutex, RecordedStream.Mutex);
1614 if (RecordedStream.SyncCycle != (uint32_t)Event.RecordedSyncCycle)
1619 if (!RecordedStream.Slots[Event.RecordedSlot].Signal->load())
1623 return waitOnStreamOperation(RecordedStream, Event.RecordedSlot);