Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
Dcl_platform.h555 }cl_char4; typedef
558 typedef cl_char4 cl_char3;
566 __CL_ANON_STRUCT__ struct{ cl_char4 lo, hi; };
/third_party/opencl-headers/CL/
Dcl_platform.h555 }cl_char4; typedef
558 typedef cl_char4 cl_char3;
566 __CL_ANON_STRUCT__ struct{ cl_char4 lo, hi; };
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_platform.h627 }cl_char4; typedef
630 typedef cl_char4 cl_char3;
638 __CL_ANON_STRUCT__ struct{ cl_char4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_platform.h575 }cl_char4; typedef
578 typedef cl_char4 cl_char3;
586 __CL_ANON_STRUCT__ struct{ cl_char4 lo, hi; };
/third_party/opencl-headers/tests/
Dtest_headers.c28 cl_char4 a4 = {{ 0, 1, 2, 3 }}; in test_char()
35 cl_char4 b4 = a4; in test_char()