Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h362 typedef __vector signed char __cl_char16; typedef
399 typedef cl_char __cl_char16 __attribute__((vector_size(16))); typedef
409 typedef __m128i __cl_char16; typedef
597 __cl_char16 v16;
/third_party/opencl-headers/CL/
H A Dcl_platform.h391 typedef __vector signed char __cl_char16; typedef
428 typedef cl_char __cl_char16 __attribute__((vector_size(16))); typedef
438 typedef __m128i __cl_char16; typedef
624 __cl_char16 v16;
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h382 typedef __vector signed char __cl_char16; typedef
419 typedef cl_char __cl_char16 __attribute__((vector_size(16))); typedef
429 typedef __m128i __cl_char16; typedef
617 __cl_char16 v16;
/third_party/opencl-headers/tests/
H A Dtest_headers.c71 __cl_char16 v16 = b16.v16; in test_char()
72 printf("__cl_char16: %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d \n", ((cl_char*)&v16)[0], ((cl_char*)&v16)[1], ((cl_char*)&v16)[2], ((cl_char*)&v16)[3], ((cl_char*)&v16)[4], ((cl_char*)&v16)[5], ((cl_char*)&v16)[6], ((cl_char*)&v16)[7], in test_char()
75 printf( "__cl_char16 SIMD vectors not supported on this architecture.\n" ); in test_char()

Completed in 18 milliseconds