Home
last modified time | relevance | path

Searched refs:__cl_short8 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/include/CL/
H A Dcl_platform.h364 typedef __vector signed short __cl_short8; typedef
401 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
411 typedef __m128i __cl_short8; typedef
725 __cl_short8 v8;
744 __cl_short8 v8[2];
/third_party/opencl-headers/CL/
H A Dcl_platform.h393 typedef __vector signed short __cl_short8; typedef
430 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
440 typedef __m128i __cl_short8; typedef
752 __cl_short8 v8;
771 __cl_short8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h384 typedef __vector signed short __cl_short8; typedef
421 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
431 typedef __m128i __cl_short8; typedef
745 __cl_short8 v8;
764 __cl_short8 v8[2];
/third_party/opencl-headers/tests/
H A Dtest_headers.c184 __cl_short8 v8 = b8.v8; in test_short()
185 printf("__cl_short8: %d %d %d %d %d %d %d %d \n", ((cl_short*)&v8)[0], ((cl_short*)&v8)[1], ((cl_short*)&v8)[2], ((cl_short*)&v8)[3], ((cl_short*)&v8)[4], ((cl_short*)&v8)[5], ((cl_short*)&v8)[6], ((cl_short*)&v8)[7] ); in test_short()
187 printf( "__cl_short8 SIMD vectors not supported on this architecture.\n" ); in test_short()

Completed in 23 milliseconds