Go to the source code of this file.
|
MagickPrivate cl_context | GetOpenCLContext (MagickCLEnv) |
|
MagickPrivate cl_kernel | AcquireOpenCLKernel (MagickCLEnv, MagickOpenCLProgram, const char *) |
|
MagickPrivate cl_command_queue | AcquireOpenCLCommandQueue (MagickCLEnv) |
|
MagickPrivate MagickBooleanType | OpenCLThrowMagickException (ExceptionInfo *, const char *, const char *, const size_t, const ExceptionType, const char *, const char *,...) |
|
MagickPrivate MagickBooleanType | RelinquishOpenCLCommandQueue (MagickCLEnv, cl_command_queue) |
|
MagickPrivate MagickBooleanType | RelinquishOpenCLKernel (MagickCLEnv, cl_kernel) |
|
MagickPrivate unsigned long | GetOpenCLDeviceLocalMemorySize (MagickCLEnv) |
|
MagickPrivate unsigned long | GetOpenCLDeviceMaxMemAllocSize (MagickCLEnv) |
|
MagickPrivate const char * | GetOpenCLCachedFilesDirectory () |
|
MagickPrivate void | UnlockRandSeedBuffer (MagickCLEnv) |
|
MagickPrivate void | OpenCLLog (const char *) |
|
MagickPrivate cl_mem | GetAndLockRandSeedBuffer (MagickCLEnv) |
|
MagickPrivate unsigned int | GetNumRandGenerators (MagickCLEnv) |
|
MagickPrivate float | GetRandNormalize (MagickCLEnv clEnv) |
|
void | startAccelerateTimer (AccelerateTimer *timer) |
|
void | stopAccelerateTimer (AccelerateTimer *timer) |
|
void | resetAccelerateTimer (AccelerateTimer *timer) |
|
void | initAccelerateTimer (AccelerateTimer *timer) |
|
double | readAccelerateTimer (AccelerateTimer *timer) |
|
static void | OpenCLLogException (const char *function, const unsigned int line, ExceptionInfo *exception) |
|
References AcquireMagickMemory(), ActivateSemaphoreInfo(), CopyMagickString(), DestroyString(), DirectorySeparator, FormatLocaleString(), GetEnvironmentValue(), GetPathAttributes(), LockSemaphoreInfo(), MagickFalse, MaxTextExtent, openclCachedFilesDirectory, and UnlockSemaphoreInfo().
Referenced by OpenCLLog().
static void OpenCLLogException |
( |
const char * |
function, |
|
|
const unsigned int |
line, |
|
|
ExceptionInfo * |
exception |
|
) |
| |
|
inlinestatic |