OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_uint4
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/include/CL/
cl_platform.h
824
}
cl_uint4
;
typedef in typeref:union:__anon20249
826
/* cl_uint3 is identical in size, alignment and behavior to
cl_uint4
. See section 6.1.5. */
827
typedef
cl_uint4
cl_uint3;
835
__extension__ struct{
cl_uint4
lo, hi; };
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_platform.h
880
}
cl_uint4
;
typedef in typeref:union:__anon21561
882
/* cl_uint3 is identical in size, alignment and behavior to
cl_uint4
. See section 6.1.5. */
883
typedef
cl_uint4
cl_uint3;
891
__extension__ struct{
cl_uint4
lo, hi; };
[
all
...]
Completed in 149 milliseconds