Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
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/
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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h437 typedef vector unsigned int __cl_uint4; typedef
474 typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); typedef
484 typedef __m128i __cl_uint4; typedef
1074 __cl_uint4 v4;
1093 __cl_uint4 v4[2];
1112 __cl_uint4 v4[4];
/third_party/skia/third_party/externals/angle2/include/CL/
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/
Dtest_headers.c357 __cl_uint4 v4 = b4.v4; in test_uint()