Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.hpp46 static PetscErrorCode view_device_(PetscDevice, PetscViewer) noexcept;
H A Dsycldevice.sycl.cxx203 PetscErrorCode Device::view_device_(PetscDevice device, PetscViewer viewer) noexcept in view_device_() function in Petsc::device::sycl::Device
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.hpp53 static PetscErrorCode view_device_(PetscDevice, PetscViewer) noexcept;
H A Dcupmdevice.cxx337 PetscErrorCode Device<T>::view_device_(PetscDevice device, PetscViewer viewer) noexcept in view_device_() function in Petsc::device::cupm::Device
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp90 …static constexpr PetscErrorCode view_device_(PetscDevice, PetscViewer) noexcept { return PETSC_SUC… in view_device_() function in Petsc::device::impl::DeviceBase
118 PetscCall(derived_type::view_device_(device, viewer)); in viewDevice()