Searched refs:cl_short (Results 1 - 4 of 4) sorted by relevance
/third_party/opencl-headers/tests/ |
H A D | test_headers.c | 146 cl_short a = 0; in test_short() 153 cl_short b = a; in test_short() 171 printf("__cl_short2: %d %d \n", ((cl_short*)&v2)[0], ((cl_short*)&v2)[1] ); in test_short() 178 printf("__cl_short4: %d %d %d %d \n", ((cl_short*)&v4)[0], ((cl_short*)&v4)[1], ((cl_short*)&v4)[2], ((cl_short*)&v4)[3] ); in test_short() 185 printf("__cl_short8: %d %d %d %d %d %d %d %d \n", ((cl_short*)&v8)[0], ((cl_short*) in test_short() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 127 typedef signed __int16 cl_short; typedef 229 typedef int16_t cl_short; typedef 401 typedef cl_short __cl_short8 __attribute__((vector_size(16))); 435 typedef cl_short __cl_short4 __attribute__((vector_size(8))); 680 cl_short CL_ALIGNED(4) s[2]; 682 __CL_ANON_STRUCT__ struct{ cl_short x, y; }; 683 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; }; 684 __CL_ANON_STRUCT__ struct{ cl_short lo, hi; }; 693 cl_short CL_ALIGNED(8) s[4]; 695 __CL_ANON_STRUCT__ struct{ cl_short [all...] |
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 152 typedef signed __int16 cl_short; typedef 258 typedef int16_t cl_short; typedef 430 typedef cl_short __cl_short8 __attribute__((vector_size(16))); 464 typedef cl_short __cl_short4 __attribute__((vector_size(8))); 707 cl_short CL_ALIGNED(4) s[2]; 709 __CL_ANON_STRUCT__ struct{ cl_short x, y; }; 710 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; }; 711 __CL_ANON_STRUCT__ struct{ cl_short lo, hi; }; 720 cl_short CL_ALIGNED(8) s[4]; 722 __CL_ANON_STRUCT__ struct{ cl_short [all...] |
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_platform.h | 147 typedef signed __int16 cl_short; typedef 249 typedef int16_t cl_short; typedef 421 typedef cl_short __cl_short8 __attribute__((vector_size(16))); 455 typedef cl_short __cl_short4 __attribute__((vector_size(8))); 700 cl_short CL_ALIGNED(4) s[2]; 702 __CL_ANON_STRUCT__ struct{ cl_short x, y; }; 703 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; }; 704 __CL_ANON_STRUCT__ struct{ cl_short lo, hi; }; 713 cl_short CL_ALIGNED(8) s[4]; 715 __CL_ANON_STRUCT__ struct{ cl_short [all...] |
Completed in 12 milliseconds