Lines Matching refs:offsets
68 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
70 CeedCallBackend(CeedElemRestrictionGetOffsets(rstr, CEED_MEM_HOST, &offsets)); in CeedOperatorSetupFields_Blocked()
72 … CEED_COPY_VALUES, offsets, &block_rstr[i + start_e])); in CeedOperatorSetupFields_Blocked()
73 CeedCallBackend(CeedElemRestrictionRestoreOffsets(rstr, &offsets)); in CeedOperatorSetupFields_Blocked()
77 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
79 CeedCallBackend(CeedElemRestrictionGetOffsets(rstr, CEED_MEM_HOST, &offsets)); in CeedOperatorSetupFields_Blocked()
82 … CEED_MEM_HOST, CEED_COPY_VALUES, offsets, orients, &block_rstr[i + start_e])); in CeedOperatorSetupFields_Blocked()
83 CeedCallBackend(CeedElemRestrictionRestoreOffsets(rstr, &offsets)); in CeedOperatorSetupFields_Blocked()
88 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
90 CeedCallBackend(CeedElemRestrictionGetOffsets(rstr, CEED_MEM_HOST, &offsets)); in CeedOperatorSetupFields_Blocked()
93 … CEED_MEM_HOST, CEED_COPY_VALUES, offsets, curl_orients, in CeedOperatorSetupFields_Blocked()
95 CeedCallBackend(CeedElemRestrictionRestoreOffsets(rstr, &offsets)); in CeedOperatorSetupFields_Blocked()