Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h365 typedef __vector unsigned int __cl_uint4; typedef
402 typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); typedef
412 typedef __m128i __cl_uint4; typedef
1002 __cl_uint4 v4;
1021 __cl_uint4 v4[2];
1040 __cl_uint4 v4[4];
/third_party/opencl-headers/CL/
H A Dcl_platform.h394 typedef __vector unsigned int __cl_uint4; typedef
431 typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); typedef
441 typedef __m128i __cl_uint4; typedef
1029 __cl_uint4 v4;
1048 __cl_uint4 v4[2];
1067 __cl_uint4 v4[4];
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h385 typedef __vector unsigned int __cl_uint4; typedef
422 typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); typedef
432 typedef __m128i __cl_uint4; typedef
1022 __cl_uint4 v4;
1041 __cl_uint4 v4[2];
1060 __cl_uint4 v4[4];
/third_party/opencl-headers/tests/
H A Dtest_headers.c357 __cl_uint4 v4 = b4.v4; in test_uint()
358 printf("__cl_uint4: %d %d %d %d \n", ((cl_uint*)&v4)[0], ((cl_uint*)&v4)[1], ((cl_uint*)&v4)[2], ((cl_uint*)&v4)[3] ); in test_uint()
360 printf( "__cl_uint4 SIMD vectors not supported on this architecture.\n" ); in test_uint()

Completed in 13 milliseconds