Lines Matching refs:frame
165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<() argument
167 os << frame.to_string(); in operator <<()
228 PETSC_NODISCARD const frame_type &frame() const noexcept { return *this; } in frame() function in MarkedObjectMap::snapshot_type
229 PETSC_NODISCARD frame_type &frame() noexcept { return *this; } in frame() function in MarkedObjectMap::snapshot_type
234 …SELF, PETSC_ERR_ARG_WRONGSTATE, "Snapshot %s does not contain an event!", frame().to_string().c_st… in dctx_id()
313 …pe::snapshot_type(PetscDeviceContext dctx, frame_type frame) noexcept : frame_type(std::move(frame… in snapshot_type() argument
347 swap(lhs.frame(), rhs.frame()); in swap()
435 oss << "[dctx " << it->dctx_id() << ", " << mode << ' ' << it->frame() << ']'; in PetscDeviceContextSyncClearMap_Internal()
483 …->first << "), intent " << PetscMemoryAccessModeToString(mapit->second.mode) << ' ' << it->frame(); in PetscDeviceContextCheckNotOrphaned_Internal()
500 …PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, PETSC_UNUSED cons… in MarkFromID_CompatibleModes() argument
516 swap(it->frame(), frame); in MarkFromID_CompatibleModes()
529 …PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, PETSC_UNUSED cons… in MarkFromID_IncompatibleModes_UpdateLastWrite() argument
552 … but we have apparently recorded the last dependency %s!", id, last_write.frame().to_string().c_st… in MarkFromID_IncompatibleModes_UpdateLastWrite()
559 swap(last_dep.frame(), frame); in MarkFromID_IncompatibleModes_UpdateLastWrite()
573 …PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, const char *name,… in MarkFromID_IncompatibleModes() argument
585 …Call(MarkFromID_IncompatibleModes_UpdateLastWrite(marked, dctx, id, mode, frame, name, update_obje… in MarkFromID_IncompatibleModes()
594 …, PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> frame, const char *name) in PetscDeviceContextMarkIntentFromID_Private() argument
602 …PetscCall(MarkFromID_CompatibleModes(marked, dctx, id, mode, frame, name, &update_object_dependenc… in PetscDeviceContextMarkIntentFromID_Private()
604 …PetscCall(MarkFromID_IncompatibleModes(marked, dctx, id, mode, frame, name, &update_object_depende… in PetscDeviceContextMarkIntentFromID_Private()
609 PetscCallCXX(object_dependencies.emplace_back(dctx, std::move(frame))); in PetscDeviceContextMarkIntentFromID_Private()