Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
707 % void AcquireOpenCLKernel(MagickCLEnv clEnv,ExceptionInfo *exception)
713 % o exception: return any errors or warnings in this structure.
890 ExceptionInfo *exception)
923 options=GetConfigureOptions(filename,exception);
935 static void AutoSelectOpenCLDevices(MagickCLEnv clEnv,ExceptionInfo *exception)
964 if (LoadOpenCLBenchmarks(clEnv,exception) == MagickFalse)
1012 % void BenchmarkOpenCLDevices(MagickCLEnv clEnv,ExceptionInfo *exception)
1018 % o exception: return any errors or warnings
1027 *exception;
1038 exception=AcquireExceptionInfo();
1042 inputImage=ReadImage(imageInfo,exception);
1056 bluredImage=BlurImage(inputImage,10.0f,3.5f,exception);
1058 exception);
1060 exception);
1225 % ExceptionInfo *exception)
1237 % o exception: return any errors or warnings in this structure.
1242 ExceptionInfo *exception)
1262 (void) BlobToFile(filename,binaryProgram,binaryProgramSize,exception);
1274 *exception;
1282 exception=AcquireExceptionInfo();
1283 binaryProgram=(unsigned char *) FileToBlob(filename,~0UL,&length,exception);
1284 exception=DestroyExceptionInfo(exception);
1296 ExceptionInfo *exception)
1309 (void) BlobToFile(filename,kernel,strlen(kernel),exception);
1321 (void) BlobToFile(filename,log,logSize,exception);
1326 ExceptionInfo *exception)
1372 (void) ThrowMagickException(exception,GetMagickModule(),DelegateWarning,
1374 LogOpenCLBuildFailure(device,kernel,exception);
1380 CacheOpenCLKernel(device,filename,exception);
1540 % const Image *output_image,ExceptionInfo *exception)
1565 % o exception: return any errors or warnings in this structure.
1590 ExceptionInfo *exception)
1644 (void) OpenCLThrowMagickException(input_info->opencl->device,exception,
1811 % ExceptionInfo *exception)
1817 % o exception: return any errors or warnings in this structure.
1822 ExceptionInfo *exception)
1834 InitializeOpenCL(clEnv,exception);
1995 % ExceptionInfo exception)
2001 % o exception: return any errors or warnings in this structure.
2006 ExceptionInfo *exception)
2081 device_signature,exception);
2106 % MagickBooleanType InitializeOpenCL(ExceptionInfo exception)
2110 % o exception: return any errors or warnings in this structure.
2284 ExceptionInfo *exception)
2290 return(HasOpenCLDevices(clEnv,exception));
2297 AutoSelectOpenCLDevices(clEnv,exception);
2301 return(HasOpenCLDevices(clEnv,exception));
2458 % OpenCLThrowMagickException logs an OpenCL exception as determined by the log
2464 % MagickBooleanType ThrowFileException(ExceptionInfo *exception,
2470 % o exception: the exception info.
2487 MagickCLDevice device,ExceptionInfo *exception,const char *module,
2495 assert(exception != (ExceptionInfo *) NULL);
2496 assert(exception->signature == MagickCoreSignature);
2515 status=ThrowMagickExceptionList(exception,module,function,line,severity,tag,
3069 ExceptionInfo *magick_unused(exception))
3071 magick_unreferenced(exception);