Searched refs:get_attribute_ (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/objects/device/impls/host/ |
| H A D | hostdevice.hpp | 23 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
|
| H A D | hostdevice.cxx | 26 PetscErrorCode Device::get_attribute_(PetscInt, PetscDeviceAttribute attr, void *value) noexcept in get_attribute_() function in Petsc::device::host::Device
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | sycldevice.hpp | 47 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
|
| H A D | sycldevice.sycl.cxx | 210 PetscErrorCode Device::get_attribute_(PetscInt id, PetscDeviceAttribute attr, void *value) noexcept in get_attribute_() function in Petsc::device::sycl::Device
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmdevice.hpp | 54 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
|
| H A D | cupmdevice.cxx | 348 PetscErrorCode Device<T>::get_attribute_(PetscInt id, PetscDeviceAttribute attr, void *value) noexc… in get_attribute_() function in Petsc::device::cupm::Device
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | impldevicebase.hpp | 126 PetscCall(derived_type::get_attribute_(device->deviceId, attr, value)); in getAttribute()
|