Lines Matching refs:CeedDestroy
206 CeedCall(CeedDestroy((Ceed *)ceed)); in CeedDestroy_Object()
815 CeedCall(CeedDestroy(&delegate)); in CeedGetWorkVectorMemoryUsage()
849 CeedCall(CeedDestroy(&delegate)); in CeedClearWorkVectors()
899 CeedCall(CeedDestroy(&delegate)); in CeedGetWorkVector()
957 CeedCall(CeedDestroy(&delegate)); in CeedRestoreWorkVector()
996 CeedCall(CeedDestroy(&ceed_parent)); in CeedGetJitSourceRoots()
1020 CeedCall(CeedDestroy(&ceed_parent)); in CeedGetRustSourceRoots()
1040 CeedCall(CeedDestroy(&ceed_parent)); in CeedRestoreJitSourceRoots()
1060 CeedCall(CeedDestroy(&ceed_parent)); in CeedRestoreRustSourceRoots()
1084 CeedCall(CeedDestroy(&ceed_parent)); in CeedGetJitDefines()
1104 CeedCall(CeedDestroy(&ceed_parent)); in CeedRestoreJitDefines()
1399 CeedCall(CeedDestroy(&delegate)); in CeedSetStream()
1421 CeedCall(CeedDestroy(ceed_copy)); in CeedReferenceCopy()
1463 CeedCall(CeedDestroy(&delegate)); in CeedGetPreferredMemType()
1510 CeedCall(CeedDestroy(&ceed_parent)); in CeedAddJitSourceRoot()
1543 CeedCall(CeedDestroy(&ceed_parent)); in CeedAddRustSourceRoot()
1574 CeedCall(CeedDestroy(&ceed_parent)); in CeedAddJitDefine()
1649 int CeedDestroy(Ceed *ceed) { in CeedDestroy() function
1659 if ((*ceed)->delegate) CeedCall(CeedDestroy(&(*ceed)->delegate)); in CeedDestroy()
1663 CeedCall(CeedDestroy(&((*ceed)->obj_delegates[i].delegate))); in CeedDestroy()
1688 CeedCall(CeedDestroy(&(*ceed)->op_fallback_ceed)); in CeedDestroy()