Searched refs:cl_uint4 (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 1002 cl_uint4 in ComputeContrastStretchImage() 1063 histogram=(cl_uint4 *) AcquireQuantumMemory(MaxMap+1UL, sizeof(*histogram)); in ComputeContrastStretchImage() 1065 if (histogram == (cl_uint4 *) NULL) in ComputeContrastStretchImage() 1116 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1128 …nv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clSta… in ComputeContrastStretchImage() 1140 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1143 … histogramBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(cl_uint4), 0, NULL, NULL, … in ComputeContrastStretchImage() 1148 …clEnqueueReadBuffer(queue, histogramBuffer, CL_TRUE, 0, length * sizeof(cl_uint4), histogram, 0, N… in ComputeContrastStretchImage() 1157 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1523 histogram=(cl_uint4 *) RelinquishMagickMemory(histogram); in ComputeContrastStretchImage() [all …]
|
D | opencl-private.h | 387 #define CLPixelPacket cl_uint4
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 824 }cl_uint4; typedef 827 typedef cl_uint4 cl_uint3; 835 __extension__ struct{ cl_uint4 lo, hi; };
|