Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:opencl

891       if (cache_info->opencl != (MagickCLCacheInfo) NULL)
893 cache_info->opencl=RelinquishMagickCLCacheInfo(cache_info->opencl,
1151 % GetAuthenticOpenCLBuffer() returns an OpenCL buffer used to execute OpenCL
1184 if ((cache_info->opencl != (MagickCLCacheInfo) NULL) &&
1185 (cache_info->opencl->device->context != device->context))
1186 cache_info->opencl=CopyMagickCLCacheInfo(cache_info->opencl);
1187 if (cache_info->opencl == (MagickCLCacheInfo) NULL)
1190 cache_info->opencl=AcquireMagickCLCacheInfo(device,cache_info->pixels,
1192 if (cache_info->opencl == (MagickCLCacheInfo) NULL)
1195 assert(cache_info->opencl->pixels == cache_info->pixels);
1196 return(cache_info->opencl->buffer);
4978 % SyncAuthenticOpenCLBuffer() makes sure that all the OpenCL operations have
4995 (cache_info->opencl == (MagickCLCacheInfo) NULL))
4998 Ensure single threaded access to OpenCL environment.
5001 cache_info->opencl=(MagickCLCacheInfo) CopyMagickCLCacheInfo(
5002 cache_info->opencl);