Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h363 typedef __vector unsigned short __cl_ushort8; typedef
400 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); typedef
410 typedef __m128i __cl_ushort8; typedef
800 __cl_ushort8 v8;
819 __cl_ushort8 v8[2];
/third_party/opencl-headers/CL/
H A Dcl_platform.h392 typedef __vector unsigned short __cl_ushort8; typedef
429 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); typedef
439 typedef __m128i __cl_ushort8; typedef
827 __cl_ushort8 v8;
846 __cl_ushort8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h383 typedef __vector unsigned short __cl_ushort8; typedef
420 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); typedef
430 typedef __m128i __cl_ushort8; typedef
820 __cl_ushort8 v8;
839 __cl_ushort8 v8[2];
/third_party/opencl-headers/tests/
H A Dtest_headers.c244 __cl_ushort8 v8 = b8.v8; in test_ushort()
245 printf("__cl_ushort8: %d %d %d %d %d %d %d %d \n", ((unsigned short*)&v8)[0], ((unsigned short*)&v8)[1], ((unsigned short*)&v8)[2], ((unsigned short*)&v8)[3], ((unsigned short*)&v8)[4], ((unsigned short*)&v8)[5], ((unsigned short*)&v8)[6], ((unsigned short*)&v8)[7] ); in test_ushort()
247 printf( "__cl_ushort8 SIMD vectors not supported on this architecture.\n" ); in test_ushort()

Completed in 13 milliseconds