Home
last modified time | relevance | path

Searched refs:gammaAccumulatorLocalMemorySize (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Daccelerate.c4028 gammaAccumulatorLocalMemorySize, in resizeHorizontalFilter() local
4094 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeHorizontalFilter()
4096 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeHorizontalFilter()
4097 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeHorizontalFilter()
4151 status|=SetOpenCLKernelArg(horizontalKernel,i++,gammaAccumulatorLocalMemorySize,NULL); in resizeHorizontalFilter()
4210 gammaAccumulatorLocalMemorySize, in resizeVerticalFilter() local
4276 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeVerticalFilter()
4278 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeVerticalFilter()
4279 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeVerticalFilter()
4333 status|=SetOpenCLKernelArg(verticalKernel,i++,gammaAccumulatorLocalMemorySize, NULL); in resizeVerticalFilter()