Lines Matching defs:TgtPtrBase
473 void *TgtPtrBase = (void *)((uintptr_t)TgtPtrBegin - Delta);
474 DP("Returning device pointer " DPxMOD "\n", DPxPTR(TgtPtrBase));
475 ArgsBase[I] = TgtPtrBase;
489 void *&TgtPtrBase = AsyncInfo.getVoidPtrLocation();
490 TgtPtrBase = ExpectedTgtPtrBase;
493 Device.submitData(PointerTgtPtrBegin, &TgtPtrBase, sizeof(void *),
1067 void *TgtPtrBase = (void *)((intptr_t)TgtPtr + ArgOffset);
1072 DPxPTR(HstPtr), DPxPTR(TgtPtrBase));
1241 void *TgtPtrBase =
1243 DP("Parent lambda base " DPxMOD "\n", DPxPTR(TgtPtrBase));
1245 void *TgtPtrBegin = (void *)((uintptr_t)TgtPtrBase + Delta);
1313 void *TgtPtrBase = (void *)((intptr_t)TgtPtrBegin + TgtBaseOffset);
1315 DPxPTR(TgtPtrBase), DPxPTR(HstPtrBegin));