OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLPixelPacket
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
opencl-private.h
363
#define
CLPixelPacket
cl_float4
371
#define
CLPixelPacket
cl_uchar4
379
#define
CLPixelPacket
cl_ushort4
387
#define
CLPixelPacket
cl_uint4
395
#define
CLPixelPacket
cl_ulong4
accelerate.c
853
/* If the host pointer is aligned to the size of
CLPixelPacket
,
856
if (ALIGNED(inputPixels,
CLPixelPacket
))
866
imageBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(
CLPixelPacket
), (void*)inputPixels, &clStatus);
903
if (ALIGNED(inputPixels,
CLPixelPacket
))
906
clEnv->library->clEnqueueMapBuffer(queue, imageBuffer, CL_TRUE, CL_MAP_READ|CL_MAP_WRITE, 0, length * sizeof(
CLPixelPacket
), 0, NULL, NULL, &clStatus);
911
clStatus = clEnv->library->clEnqueueReadBuffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(
CLPixelPacket
), inputPixels, 0, NULL, NULL);
[
all
...]
Completed in 124 milliseconds