Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
Dcl_platform.h364 typedef __vector signed short __cl_short8; typedef
401 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
411 typedef __m128i __cl_short8; typedef
725 __cl_short8 v8;
744 __cl_short8 v8[2];
/third_party/opencl-headers/CL/
Dcl_platform.h364 typedef __vector signed short __cl_short8; typedef
401 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
411 typedef __m128i __cl_short8; typedef
725 __cl_short8 v8;
744 __cl_short8 v8[2];
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h436 typedef vector signed short __cl_short8; typedef
473 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
483 typedef __m128i __cl_short8; typedef
797 __cl_short8 v8;
816 __cl_short8 v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_platform.h384 typedef __vector signed short __cl_short8; typedef
421 typedef cl_short __cl_short8 __attribute__((vector_size(16))); typedef
431 typedef __m128i __cl_short8; typedef
745 __cl_short8 v8;
764 __cl_short8 v8[2];
/third_party/opencl-headers/tests/
Dtest_headers.c184 __cl_short8 v8 = b8.v8; in test_short()