Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h435 typedef cl_short __cl_short4 __attribute__((vector_size(8))); typedef
445 typedef __m64 __cl_short4; typedef
703 __cl_short4 v4;
722 __cl_short4 v4[2];
741 __cl_short4 v4[4];
/third_party/opencl-headers/CL/
H A Dcl_platform.h464 typedef cl_short __cl_short4 __attribute__((vector_size(8))); typedef
474 typedef __m64 __cl_short4; typedef
730 __cl_short4 v4;
749 __cl_short4 v4[2];
768 __cl_short4 v4[4];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h455 typedef cl_short __cl_short4 __attribute__((vector_size(8))); typedef
465 typedef __m64 __cl_short4; typedef
723 __cl_short4 v4;
742 __cl_short4 v4[2];
761 __cl_short4 v4[4];
/third_party/opencl-headers/tests/
H A Dtest_headers.c177 __cl_short4 v4 = b4.v4; in test_short()
178 printf("__cl_short4: %d %d %d %d \n", ((cl_short*)&v4)[0], ((cl_short*)&v4)[1], ((cl_short*)&v4)[2], ((cl_short*)&v4)[3] ); in test_short()
180 printf( "__cl_short4 SIMD vectors not supported on this architecture.\n" ); in test_short()

Completed in 13 milliseconds