Lines Matching refs:cl_uint4
958 cl_uint4 in ComputeContrastStretchImage()
1019 histogram=(cl_uint4 *) AcquireQuantumMemory(MaxMap+1UL, sizeof(*histogram)); in ComputeContrastStretchImage()
1021 if (histogram == (cl_uint4 *) NULL) in ComputeContrastStretchImage()
1072 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1084 …nv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clSta… in ComputeContrastStretchImage()
1096 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1099 … histogramBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(cl_uint4), 0, NULL, NULL, … in ComputeContrastStretchImage()
1104 …clEnqueueReadBuffer(queue, histogramBuffer, CL_TRUE, 0, length * sizeof(cl_uint4), histogram, 0, N… in ComputeContrastStretchImage()
1113 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1440 histogram=(cl_uint4 *) RelinquishMagickMemory(histogram); in ComputeContrastStretchImage()
2279 cl_uint4 in ComputeEqualizeImage()
2337 histogram=(cl_uint4 *) AcquireQuantumMemory(MaxMap+1UL, sizeof(*histogram)); in ComputeEqualizeImage()
2338 if (histogram == (cl_uint4 *) NULL) in ComputeEqualizeImage()
2378 if (ALIGNED(histogram,cl_uint4)) in ComputeEqualizeImage()
2390 …nv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clSta… in ComputeEqualizeImage()
2402 if (ALIGNED(histogram,cl_uint4)) in ComputeEqualizeImage()
2405 … histogramBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(cl_uint4), 0, NULL, NULL, … in ComputeEqualizeImage()
2410 …clEnqueueReadBuffer(queue, histogramBuffer, CL_TRUE, 0, length * sizeof(cl_uint4), histogram, 0, N… in ComputeEqualizeImage()
2419 if (ALIGNED(histogram,cl_uint4)) in ComputeEqualizeImage()
2648 histogram=(cl_uint4 *) RelinquishMagickMemory(histogram); in ComputeEqualizeImage()