Lines Matching refs:offsets
320 …estrictionGetOffsets_Hip(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Hip() argument
328 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->h_offsets_at_points : impl->h_offsets; in CeedElemRestrictionGetOffsets_Hip()
331 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->d_offsets_at_points : impl->d_offsets; in CeedElemRestrictionGetOffsets_Hip()
499 …nCreate_Hip(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orie… in CeedElemRestrictionCreate_Hip() argument
520 max_points = CeedIntMax(max_points, offsets[i + 1] - offsets[i]); in CeedElemRestrictionCreate_Hip()
553 CeedInt num_points = offsets[i + 1] - offsets[i]; in CeedElemRestrictionCreate_Hip()
560 offsets_padded[i * max_points + j] = offsets[offsets[i] + j] * num_comp; in CeedElemRestrictionCreate_Hip()
568 …CeedCallBackend(CeedSetHostCeedIntArray(offsets, copy_mode, at_points_size, &impl->h_offsets_at_po… in CeedElemRestrictionCreate_Hip()
576 offsets = (const CeedInt *)offsets_padded; in CeedElemRestrictionCreate_Hip()
593 …CeedCallBackend(CeedSetHostCeedIntArray(offsets, copy_mode, size, &impl->h_offsets_owned, &impl->h… in CeedElemRestrictionCreate_Hip()
597 … if (is_deterministic) CeedCallBackend(CeedElemRestrictionOffset_Hip(rstr, elem_size, offsets)); in CeedElemRestrictionCreate_Hip()
600 …CeedCallBackend(CeedSetDeviceCeedIntArray_Hip(ceed, offsets, copy_mode, size, &impl->d_offsets_own… in CeedElemRestrictionCreate_Hip()
605 … if (is_deterministic) CeedCallBackend(CeedElemRestrictionOffset_Hip(rstr, elem_size, offsets)); in CeedElemRestrictionCreate_Hip()