Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:cl_uint4

1002   cl_uint4
1063 histogram=(cl_uint4 *) AcquireQuantumMemory(MaxMap+1UL, sizeof(*histogram));
1065 if (histogram == (cl_uint4 *) NULL)
1116 if (ALIGNED(histogram,cl_uint4))
1128 histogramBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clStatus);
1140 if (ALIGNED(histogram,cl_uint4))
1143 clEnv->library->clEnqueueMapBuffer(queue, histogramBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(cl_uint4), 0, NULL, NULL, &clStatus);
1148 clStatus = clEnv->library->clEnqueueReadBuffer(queue, histogramBuffer, CL_TRUE, 0, length * sizeof(cl_uint4), histogram, 0, NULL, NULL);
1157 if (ALIGNED(histogram,cl_uint4))
1523 histogram=(cl_uint4 *) RelinquishMagickMemory(histogram);
2362 cl_uint4
2420 histogram=(cl_uint4 *) AcquireQuantumMemory(MaxMap+1UL, sizeof(*histogram));
2421 if (histogram == (cl_uint4 *) NULL)
2461 if (ALIGNED(histogram,cl_uint4))
2473 histogramBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clStatus);
2485 if (ALIGNED(histogram,cl_uint4))
2488 clEnv->library->clEnqueueMapBuffer(queue, histogramBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(cl_uint4), 0, NULL, NULL, &clStatus);
2493 clStatus = clEnv->library->clEnqueueReadBuffer(queue, histogramBuffer, CL_TRUE, 0, length * sizeof(cl_uint4), histogram, 0, NULL, NULL);
2502 if (ALIGNED(histogram,cl_uint4))
2746 histogram=(cl_uint4 *) RelinquishMagickMemory(histogram);