Lines Matching refs:inputPixels

989     *inputPixels;  in ComputeContrastStretchImage()  local
993 inputPixels = NULL; in ComputeContrastStretchImage()
1042 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeContrastStretchImage()
1044 if (inputPixels == (void *) NULL) in ComputeContrastStretchImage()
1052 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1062 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1335 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1345 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1408 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1416 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeContrastStretchImage()
1519 *inputPixels; in ComputeConvolveImage() local
1570 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeConvolveImage()
1571 if (inputPixels == (const void *) NULL) in ComputeConvolveImage()
1582 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeConvolveImage()
1592 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeConvolveImage()
1884 *inputPixels; in ComputeDespeckleImage() local
1914 inputPixels = NULL; in ComputeDespeckleImage()
1929 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeDespeckleImage()
1930 if (inputPixels == (void *) NULL) in ComputeDespeckleImage()
1936 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeDespeckleImage()
1946 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeDespeckleImage()
2309 *inputPixels; in ComputeEqualizeImage() local
2314 inputPixels = NULL; in ComputeEqualizeImage()
2348 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeEqualizeImage()
2350 if (inputPixels == (void *) NULL) in ComputeEqualizeImage()
2358 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2368 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeEqualizeImage()
2542 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2552 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeEqualizeImage()
2615 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeEqualizeImage()
2623 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeEqualizeImage()
3004 *inputPixels; in ComputeLocalContrastImage() local
3045 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeLocalContrastImage()
3046 if (inputPixels == (const void *) NULL) in ComputeLocalContrastImage()
3055 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeLocalContrastImage()
3065 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeLocalContrastImage()
3369 *inputPixels; in ComputeModulateImage() local
3371 inputPixels = NULL; in ComputeModulateImage()
3393 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeModulateImage()
3394 if (inputPixels == (void *) NULL) in ComputeModulateImage()
3404 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeModulateImage()
3414 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeModulateImage()
3459 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeModulateImage()
3467 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeModulateImage()
3568 *inputPixels; in ComputeMotionBlurImage() local
3619 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeMotionBlurImage()
3620 if (inputPixels == (const void *) NULL) in ComputeMotionBlurImage()
3632 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeMotionBlurImage()
3645 length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeMotionBlurImage()