Home
last modified time | relevance | path

Searched refs:__cl_char8 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/include/CL/
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/
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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h505 typedef cl_char __cl_char8 __attribute__((vector_size(8))); typedef
515 typedef __m64 __cl_char8; typedef
647 __cl_char8 v8;
666 __cl_char8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
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/
Dtest_headers.c64 __cl_char8 v8 = b8.v8; in test_char()