Searched refs:cl_uint4 (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 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() [all …]
|
D | opencl-private.h | 406 #define CLPixelPacket cl_uint4
|
/external/skia/src/compute/skc/ |
D | types.h | 84 typedef cl_uint4 skc_uint4;
|
/external/skqp/src/compute/skc/ |
D | types.h | 84 typedef cl_uint4 skc_uint4;
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 898 }cl_uint4; typedef 901 typedef cl_uint4 cl_uint3; 909 __CL_ANON_STRUCT__ struct{ cl_uint4 lo, hi; };
|