Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h433 typedef cl_char __cl_char8 __attribute__((vector_size(8))); typedef
443 typedef __m64 __cl_char8; typedef
575 __cl_char8 v8;
594 __cl_char8 v8[2];
/third_party/opencl-headers/CL/
H A Dcl_platform.h462 typedef cl_char __cl_char8 __attribute__((vector_size(8))); typedef
472 typedef __m64 __cl_char8; typedef
602 __cl_char8 v8;
621 __cl_char8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h453 typedef cl_char __cl_char8 __attribute__((vector_size(8))); typedef
463 typedef __m64 __cl_char8; typedef
595 __cl_char8 v8;
614 __cl_char8 v8[2];
/third_party/opencl-headers/tests/
H A Dtest_headers.c64 __cl_char8 v8 = b8.v8; in test_char()
65 printf("__cl_char8: %d %d %d %d %d %d %d %d \n", ((cl_char*)&v8)[0], ((cl_char*)&v8)[1], ((cl_char*)&v8)[2], ((cl_char*)&v8)[3], ((cl_char*)&v8)[4], ((cl_char*)&v8)[5], ((cl_char*)&v8)[6], ((cl_char*)&v8)[7] ); in test_char()
67 printf( "__cl_char8 SIMD vectors not supported on this architecture.\n" ); in test_char()

Completed in 18 milliseconds