Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h1153 }cl_ulong4; typedef
1155 /* cl_ulong3 is identical in size, alignment and behavior to cl_ulong4. See section 6.1.5. */
1156 typedef cl_ulong4 cl_ulong3;
1164 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/opencl-headers/CL/
H A Dcl_platform.h1180 }cl_ulong4; typedef
1182 /* cl_ulong3 is identical in size, alignment and behavior to cl_ulong4. See section 6.1.5. */
1183 typedef cl_ulong4 cl_ulong3;
1191 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h1173 }cl_ulong4; typedef
1175 /* cl_ulong3 is identical in size, alignment and behavior to cl_ulong4. See section 6.1.5. */
1176 typedef cl_ulong4 cl_ulong3;
1184 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
/third_party/opencl-headers/tests/
H A Dtest_headers.c448 cl_ulong4 a4 = {{ 0, 1, 2, 3 }}; in test_ulong()
455 cl_ulong4 b4 = a4; in test_ulong()

Completed in 13 milliseconds