Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h1304 }cl_double4; typedef
1306 /* cl_double3 is identical in size, alignment and behavior to cl_double4. See section 6.1.5. */
1307 typedef cl_double4 cl_double3;
1315 __CL_ANON_STRUCT__ struct{ cl_double4 lo, hi; };
/third_party/opencl-headers/CL/
H A Dcl_platform.h1331 }cl_double4; typedef
1333 /* cl_double3 is identical in size, alignment and behavior to cl_double4. See section 6.1.5. */
1334 typedef cl_double4 cl_double3;
1342 __CL_ANON_STRUCT__ struct{ cl_double4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h1324 }cl_double4; typedef
1326 /* cl_double3 is identical in size, alignment and behavior to cl_double4. See section 6.1.5. */
1327 typedef cl_double4 cl_double3;
1335 __CL_ANON_STRUCT__ struct{ cl_double4 lo, hi; };
/third_party/opencl-headers/tests/
H A Dtest_headers.c570 cl_double4 a4 = {{ 0.0f, 1.0f, 2.0f, 3.0f }}; in test_double()
577 cl_double4 b4 = a4; in test_double()

Completed in 24 milliseconds