reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
454 Any |= convertArg(AI.PrivateSegmentBuffer, ArgInfo.PrivateSegmentBuffer); 455 Any |= convertArg(AI.DispatchPtr, ArgInfo.DispatchPtr); 456 Any |= convertArg(AI.QueuePtr, ArgInfo.QueuePtr); 457 Any |= convertArg(AI.KernargSegmentPtr, ArgInfo.KernargSegmentPtr); 458 Any |= convertArg(AI.DispatchID, ArgInfo.DispatchID); 459 Any |= convertArg(AI.FlatScratchInit, ArgInfo.FlatScratchInit); 460 Any |= convertArg(AI.PrivateSegmentSize, ArgInfo.PrivateSegmentSize); 461 Any |= convertArg(AI.WorkGroupIDX, ArgInfo.WorkGroupIDX); 462 Any |= convertArg(AI.WorkGroupIDY, ArgInfo.WorkGroupIDY); 463 Any |= convertArg(AI.WorkGroupIDZ, ArgInfo.WorkGroupIDZ); 464 Any |= convertArg(AI.WorkGroupInfo, ArgInfo.WorkGroupInfo); 465 Any |= convertArg(AI.PrivateSegmentWaveByteOffset, 467 Any |= convertArg(AI.ImplicitArgPtr, ArgInfo.ImplicitArgPtr); 468 Any |= convertArg(AI.ImplicitBufferPtr, ArgInfo.ImplicitBufferPtr); 469 Any |= convertArg(AI.WorkItemIDX, ArgInfo.WorkItemIDX); 470 Any |= convertArg(AI.WorkItemIDY, ArgInfo.WorkItemIDY); 471 Any |= convertArg(AI.WorkItemIDZ, ArgInfo.WorkItemIDZ); 474 return AI;