OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_uint
(Results
26 - 29
of
29
) sorted by null
1
2
/external/mesa3d/include/CL/
cl_platform.h
128
typedef unsigned __int32
cl_uint
;
typedef
219
typedef uint32_t
cl_uint
__attribute__((aligned(4)));
typedef
376
typedef
cl_uint
__cl_uint4 __attribute__((vector_size(16)));
410
typedef
cl_uint
__cl_uint2 __attribute__((vector_size(8)));
873
cl_uint
CL_ALIGNED(8) s[2];
875
__CL_ANON_STRUCT__ struct{
cl_uint
x, y; };
876
__CL_ANON_STRUCT__ struct{
cl_uint
s0, s1; };
877
__CL_ANON_STRUCT__ struct{
cl_uint
lo, hi; };
886
cl_uint
CL_ALIGNED(16) s[4];
888
__CL_ANON_STRUCT__ struct{
cl_uint
x, y, z, w; }
[
all
...]
/external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp
90
buf.as_scalar<
cl_uint
>() = q.ref_count();
sampler.cpp
73
buf.as_scalar<
cl_uint
>() = s.ref_count();
/external/ImageMagick/MagickCore/
opencl.c
122
cl_uint
463
MagickPrivate cl_int SetOpenCLKernelArg(cl_kernel kernel,
cl_uint
arg_index,
[
all
...]
Completed in 169 milliseconds
1
2