Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Daccelerate.c3993 gammaAccumulatorLocalMemorySize, in resizeHorizontalFilter() local
4059 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeHorizontalFilter()
4061 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeHorizontalFilter()
4062 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeHorizontalFilter()
4116 status|=SetOpenCLKernelArg(horizontalKernel,i++,gammaAccumulatorLocalMemorySize,NULL); in resizeHorizontalFilter()
4177 gammaAccumulatorLocalMemorySize, in resizeVerticalFilter() local
4243 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeVerticalFilter()
4245 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeVerticalFilter()
4246 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeVerticalFilter()
4300 status|=SetOpenCLKernelArg(verticalKernel,i++,gammaAccumulatorLocalMemorySize, NULL); in resizeVerticalFilter()