Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/host/
H A Dhostcontext.cxx20 …static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept { return PETS… in changeStreamType() function in Petsc::device::host::impl::DeviceContext
34 PetscDesignatedInitializer(changestreamtype, changeStreamType),
/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx53 …const struct _DeviceContextOps ops = {destroy, changeStreamType, setUp, query, waitForContext, syn…
156 …static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept { SETERRQ(PET… in changeStreamType() function in Petsc::device::sycl::impl::DeviceContext
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp199 static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept;
227 PetscDesignatedInitializer(changestreamtype, changeStreamType),
295 inline PetscErrorCode DeviceContext<T>::changeStreamType(PetscDeviceContext dctx, PETSC_UNUSED Pets… in changeStreamType() function in Petsc::device::cupm::impl::DeviceContext