Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
Dcl_platform.h1153 }cl_ulong4; typedef
1156 typedef cl_ulong4 cl_ulong3;
1164 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/opencl-headers/CL/
Dcl_platform.h1153 }cl_ulong4; typedef
1156 typedef cl_ulong4 cl_ulong3;
1164 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h1225 }cl_ulong4; typedef
1228 typedef cl_ulong4 cl_ulong3;
1236 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_platform.h1173 }cl_ulong4; typedef
1176 typedef cl_ulong4 cl_ulong3;
1184 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/opencl-headers/tests/
Dtest_headers.c448 cl_ulong4 a4 = {{ 0, 1, 2, 3 }}; in test_ulong()
455 cl_ulong4 b4 = a4; in test_ulong()