Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h437 typedef cl_int __cl_int2 __attribute__((vector_size(8))); typedef
447 typedef __m64 __cl_int2; typedef
911 __cl_int2 v2;
924 __cl_int2 v2[2];
943 __cl_int2 v2[4];
962 __cl_int2 v2[8];
/third_party/opencl-headers/CL/
H A Dcl_platform.h466 typedef cl_int __cl_int2 __attribute__((vector_size(8))); typedef
476 typedef __m64 __cl_int2; typedef
938 __cl_int2 v2;
951 __cl_int2 v2[2];
970 __cl_int2 v2[4];
989 __cl_int2 v2[8];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h457 typedef cl_int __cl_int2 __attribute__((vector_size(8))); typedef
467 typedef __m64 __cl_int2; typedef
931 __cl_int2 v2;
944 __cl_int2 v2[2];
963 __cl_int2 v2[4];
982 __cl_int2 v2[8];
/third_party/opencl-headers/tests/
H A Dtest_headers.c290 __cl_int2 v2 = b2.v2; in test_int()
291 printf("__cl_int2: %d %d \n", ((cl_int*)&v2)[0], ((cl_int*)&v2)[1] ); in test_int()
293 printf( "__cl_int2 SIMD vectors not supported on this architecture.\n" ); in test_int()

Completed in 14 milliseconds