OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_uint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h
72
typedef unsigned __int32
cl_uint
;
typedef
163
typedef uint32_t
cl_uint
__attribute__((aligned(4)));
typedef
320
typedef
cl_uint
__cl_uint4 __attribute__((vector_size(16)));
354
typedef
cl_uint
__cl_uint2 __attribute__((vector_size(8)));
799
cl_uint
CL_ALIGNED(8) s[2];
801
__extension__ struct{
cl_uint
x, y; };
802
__extension__ struct{
cl_uint
s0, s1; };
803
__extension__ struct{
cl_uint
lo, hi; };
812
cl_uint
CL_ALIGNED(16) s[4];
814
__extension__ struct{
cl_uint
x, y, z, w; }
[
all
...]
/external/mesa3d/include/CL/
cl_platform.h
72
typedef unsigned __int32
cl_uint
;
typedef
163
typedef uint32_t
cl_uint
__attribute__((aligned(4)));
typedef
320
typedef
cl_uint
__cl_uint4 __attribute__((vector_size(16)));
354
typedef
cl_uint
__cl_uint2 __attribute__((vector_size(8)));
799
cl_uint
CL_ALIGNED(8) s[2];
801
__extension__ struct{
cl_uint
x, y; };
802
__extension__ struct{
cl_uint
s0, s1; };
803
__extension__ struct{
cl_uint
lo, hi; };
812
cl_uint
CL_ALIGNED(16) s[4];
814
__extension__ struct{
cl_uint
x, y, z, w; }
[
all
...]
Completed in 202 milliseconds