Lines Matching refs:target_array
60 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetDeviceGenericArray_Hip() argument
63 if (!*(void **)target_array) { in CeedSetDeviceGenericArray_Hip()
65 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Hip()
68 *(void **)target_array = *(void **)target_array_owned; in CeedSetDeviceGenericArray_Hip()
71 …if (source_array) CeedCallHip(ceed, hipMemcpy(*(void **)target_array, source_array, size_unit * nu… in CeedSetDeviceGenericArray_Hip()
77 *(void **)target_array = *(void **)target_array_owned; in CeedSetDeviceGenericArray_Hip()
83 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Hip()
89 const bool **target_array_borrowed, const bool **target_array) { in CeedSetDeviceBoolArray_Hip()
91 target_array)); in CeedSetDeviceBoolArray_Hip()
96 …Int8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetDeviceCeedInt8Array_Hip() argument
98 target_array_borrowed, target_array)); in CeedSetDeviceCeedInt8Array_Hip()
103 …eedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetDeviceCeedIntArray_Hip() argument
105 target_array)); in CeedSetDeviceCeedIntArray_Hip()
111 const CeedScalar **target_array) { in CeedSetDeviceCeedScalarArray_Hip() argument
113 target_array_borrowed, target_array)); in CeedSetDeviceCeedScalarArray_Hip()