Lines Matching refs:KernelProfileRecord
1564 (device->profile_records == (KernelProfileRecord *) NULL)) in DumpOpenCLProfileData()
1574 while (device->profile_records[j] != (KernelProfileRecord) NULL) in DumpOpenCLProfileData()
1576 KernelProfileRecord in DumpOpenCLProfileData()
2060 MagickExport const KernelProfileRecord *GetOpenCLKernelProfileRecords( in GetOpenCLKernelProfileRecords()
2064 (KernelProfileRecord *) NULL)) in GetOpenCLKernelProfileRecords()
2068 return((const KernelProfileRecord *) NULL); in GetOpenCLKernelProfileRecords()
2074 while (device->profile_records[*length] != (KernelProfileRecord) NULL) in GetOpenCLKernelProfileRecords()
2695 KernelProfileRecord in RecordProfileData()
2731 profile_record=(KernelProfileRecord) NULL; in RecordProfileData()
2732 if (device->profile_records != (KernelProfileRecord *) NULL) in RecordProfileData()
2734 while (device->profile_records[i] != (KernelProfileRecord) NULL) in RecordProfileData()
2744 if (profile_record != (KernelProfileRecord) NULL) in RecordProfileData()
2753 if (device->profile_records == (KernelProfileRecord *) NULL) in RecordProfileData()
2756 device->profile_records[i+1]=(KernelProfileRecord) NULL; in RecordProfileData()
3219 MagickExport const KernelProfileRecord *GetOpenCLKernelProfileRecords( in GetOpenCLKernelProfileRecords()
3225 return((const KernelProfileRecord *) NULL); in GetOpenCLKernelProfileRecords()