Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h432 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); typedef
442 typedef __m64 __cl_uchar8; typedef
650 __cl_uchar8 v8;
669 __cl_uchar8 v8[2];
/third_party/opencl-headers/CL/
H A Dcl_platform.h461 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); typedef
471 typedef __m64 __cl_uchar8; typedef
677 __cl_uchar8 v8;
696 __cl_uchar8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h452 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); typedef
462 typedef __m64 __cl_uchar8; typedef
670 __cl_uchar8 v8;
689 __cl_uchar8 v8[2];
/third_party/opencl-headers/tests/
H A Dtest_headers.c124 __cl_uchar8 v8 = b8.v8; in test_uchar()
125 printf("__cl_uchar8: %d %d %d %d %d %d %d %d \n", ((cl_uchar*)&v8)[0], ((cl_uchar*)&v8)[1], ((cl_uchar*)&v8)[2], ((cl_uchar*)&v8)[3], ((cl_uchar*)&v8)[4], ((cl_uchar*)&v8)[5], ((cl_uchar*)&v8)[6], ((cl_uchar*)&v8)[7] ); in test_uchar()
127 printf( "__cl_uchar8 SIMD vectors not supported on this architecture.\n" ); in test_uchar()

Completed in 14 milliseconds