Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h434 typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8))); typedef
444 typedef __m64 __cl_ushort4; typedef
778 __cl_ushort4 v4;
797 __cl_ushort4 v4[2];
816 __cl_ushort4 v4[4];
/third_party/opencl-headers/CL/
H A Dcl_platform.h463 typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8))); typedef
473 typedef __m64 __cl_ushort4; typedef
805 __cl_ushort4 v4;
824 __cl_ushort4 v4[2];
843 __cl_ushort4 v4[4];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h454 typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8))); typedef
464 typedef __m64 __cl_ushort4; typedef
798 __cl_ushort4 v4;
817 __cl_ushort4 v4[2];
836 __cl_ushort4 v4[4];
/third_party/opencl-headers/tests/
H A Dtest_headers.c237 __cl_ushort4 v4 = b4.v4; in test_ushort()
238 printf("__cl_ushort4: %d %d %d %d \n", ((unsigned short*)&v4)[0], ((unsigned short*)&v4)[1], ((unsigned short*)&v4)[2], ((unsigned short*)&v4)[3] ); in test_ushort()
240 printf( "__cl_ushort4 SIMD vectors not supported on this architecture.\n" ); in test_ushort()

Completed in 13 milliseconds