Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
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/
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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h504 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8))); typedef
514 typedef __m64 __cl_uchar8; typedef
722 __cl_uchar8 v8;
741 __cl_uchar8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
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/
Dtest_headers.c124 __cl_uchar8 v8 = b8.v8; in test_uchar()