Searched refs:cl_char (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl_platform.h | 67 typedef signed __int8 cl_char; typedef 158 typedef int8_t cl_char; 317 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 351 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 425 cl_char CL_ALIGNED(2) s[2]; 427 __extension__ struct{ cl_char x, y; }; 428 __extension__ struct{ cl_char s0, s1; }; 429 __extension__ struct{ cl_char lo, hi; }; 438 cl_char CL_ALIGNED(4) s[4]; 440 __extension__ struct{ cl_char x, y, z, w; }; [all …]
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl_platform.h | 123 typedef signed __int8 cl_char; typedef 214 typedef int8_t cl_char; 373 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 407 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 481 cl_char CL_ALIGNED(2) s[2]; 483 __extension__ struct{ cl_char x, y; }; 484 __extension__ struct{ cl_char s0, s1; }; 485 __extension__ struct{ cl_char lo, hi; }; 494 cl_char CL_ALIGNED(4) s[4]; 496 __extension__ struct{ cl_char x, y, z, w; }; [all …]
|