Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Daccelerate.c3949 gammaAccumulatorLocalMemorySize, in resizeHorizontalFilter() local
4015 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeHorizontalFilter()
4017 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeHorizontalFilter()
4018 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeHorizontalFilter()
4072 status|=SetOpenCLKernelArg(horizontalKernel,i++,gammaAccumulatorLocalMemorySize,NULL); in resizeHorizontalFilter()
4133 gammaAccumulatorLocalMemorySize, in resizeVerticalFilter() local
4199 gammaAccumulatorLocalMemorySize=chunkSize*sizeof(float); in resizeVerticalFilter()
4201 gammaAccumulatorLocalMemorySize=sizeof(float); in resizeVerticalFilter()
4202 totalLocalMemorySize+=gammaAccumulatorLocalMemorySize; in resizeVerticalFilter()
4256 status|=SetOpenCLKernelArg(verticalKernel,i++,gammaAccumulatorLocalMemorySize, NULL); in resizeVerticalFilter()