Lines Matching refs:inputPixels
1011 *inputPixels; in ComputeContrastStretchImage() local
1020 inputPixels = NULL; in ComputeContrastStretchImage()
1063 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeContrastStretchImage()
1065 if (inputPixels == (void *) NULL) in ComputeContrastStretchImage()
1073 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1083 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1356 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1366 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1429 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1437 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeContrastStretchImage()
1542 *inputPixels; in ComputeConvolveImage() local
1593 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeConvolveImage()
1594 if (inputPixels == (const void *) NULL) in ComputeConvolveImage()
1605 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeConvolveImage()
1615 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeConvolveImage()
1907 *inputPixels; in ComputeDespeckleImage() local
1937 inputPixels = NULL; in ComputeDespeckleImage()
1952 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeDespeckleImage()
1953 if (inputPixels == (void *) NULL) in ComputeDespeckleImage()
1959 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeDespeckleImage()
1969 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeDespeckleImage()
2332 *inputPixels; in ComputeEqualizeImage() local
2342 inputPixels = NULL; in ComputeEqualizeImage()
2371 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeEqualizeImage()
2373 if (inputPixels == (void *) NULL) in ComputeEqualizeImage()
2381 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2391 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeEqualizeImage()
2565 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2575 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeEqualizeImage()
2638 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2646 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeEqualizeImage()
3040 *inputPixels; in ComputeLocalContrastImage() local
3081 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeLocalContrastImage()
3082 if (inputPixels == (const void *) NULL) in ComputeLocalContrastImage()
3091 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeLocalContrastImage()
3101 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeLocalContrastImage()
3405 *inputPixels; in ComputeModulateImage() local
3412 inputPixels = NULL; in ComputeModulateImage()
3429 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeModulateImage()
3430 if (inputPixels == (void *) NULL) in ComputeModulateImage()
3440 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeModulateImage()
3450 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeModulateImage()
3495 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeModulateImage()
3503 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeModulateImage()
3606 *inputPixels; in ComputeMotionBlurImage() local
3662 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns, in ComputeMotionBlurImage()
3664 if (inputPixels == (const void *) NULL) in ComputeMotionBlurImage()
3676 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeMotionBlurImage()
3689 length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeMotionBlurImage()