Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h361 typedef __vector unsigned char __cl_uchar16; typedef
398 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); typedef
408 typedef __m128i __cl_uchar16; typedef
672 __cl_uchar16 v16;
/third_party/opencl-headers/CL/
H A Dcl_platform.h390 typedef __vector unsigned char __cl_uchar16; typedef
427 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); typedef
437 typedef __m128i __cl_uchar16; typedef
699 __cl_uchar16 v16;
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h381 typedef __vector unsigned char __cl_uchar16; typedef
418 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); typedef
428 typedef __m128i __cl_uchar16; typedef
692 __cl_uchar16 v16;
/third_party/opencl-headers/tests/
H A Dtest_headers.c131 __cl_uchar16 v16 = b16.v16; in test_uchar()
132 printf("__cl_uchar16: %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d \n", ((cl_uchar*)&v16)[0], ((cl_uchar*)&v16)[1], ((cl_uchar*)&v16)[2], ((cl_uchar*)&v16)[3], ((cl_uchar*)&v16)[4], ((cl_uchar*)&v16)[5], ((cl_uchar*)&v16)[6], ((cl_uchar*)&v16)[7], in test_uchar()
135 printf( "__cl_uchar16 SIMD vectors not supported on this architecture.\n" ); in test_uchar()

Completed in 14 milliseconds