Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
Dcl_platform.h1078 }cl_long4; typedef
1081 typedef cl_long4 cl_long3;
1089 __CL_ANON_STRUCT__ struct{ cl_long4 lo, hi; };
/third_party/opencl-headers/CL/
Dcl_platform.h1078 }cl_long4; typedef
1081 typedef cl_long4 cl_long3;
1089 __CL_ANON_STRUCT__ struct{ cl_long4 lo, hi; };
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h1150 }cl_long4; typedef
1153 typedef cl_long4 cl_long3;
1161 __CL_ANON_STRUCT__ struct{ cl_long4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_platform.h1098 }cl_long4; typedef
1101 typedef cl_long4 cl_long3;
1109 __CL_ANON_STRUCT__ struct{ cl_long4 lo, hi; };
/third_party/opencl-headers/tests/
Dtest_headers.c388 cl_long4 a4 = {{ 0, 1, 2, 3 }}; in test_long()
395 cl_long4 b4 = a4; in test_long()