Lines Matching refs:input_info
1594 *input_info;
1607 input_info=(CacheInfo *) input_image->cache;
1608 assert(input_info != (CacheInfo *) NULL);
1609 assert(input_info->opencl != (MagickCLCacheInfo) NULL);
1610 event_count=input_info->opencl->event_count;
1611 events=input_info->opencl->events;
1629 if (i < (ssize_t) input_info->opencl->event_count)
1630 events[i]=input_info->opencl->events[i];
1633 input_info->opencl->event_count];
1644 (void) OpenCLThrowMagickException(input_info->opencl->device,exception,
1649 if (RecordProfileData(input_info->opencl->device,kernel,event) == MagickFalse)
1651 RegisterCacheEvent(input_info->opencl,event);