Home
last modified time | relevance | path

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

/third_party/mesa3d/include/CL/
H A Dcl_platform.h630 }cl_uchar4; typedef
632 /* cl_uchar3 is identical in size, alignment and behavior to cl_uchar4. See section 6.1.5. */
633 typedef cl_uchar4 cl_uchar3;
641 __CL_ANON_STRUCT__ struct{ cl_uchar4 lo, hi; };
/third_party/opencl-headers/CL/
H A Dcl_platform.h657 }cl_uchar4; typedef
659 /* cl_uchar3 is identical in size, alignment and behavior to cl_uchar4. See section 6.1.5. */
660 typedef cl_uchar4 cl_uchar3;
668 __CL_ANON_STRUCT__ struct{ cl_uchar4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h650 }cl_uchar4; typedef
652 /* cl_uchar3 is identical in size, alignment and behavior to cl_uchar4. See section 6.1.5. */
653 typedef cl_uchar4 cl_uchar3;
661 __CL_ANON_STRUCT__ struct{ cl_uchar4 lo, hi; };
/third_party/opencl-headers/tests/
H A Dtest_headers.c88 cl_uchar4 a4 = {{ 0, 1, 2, 3 }}; in test_uchar()
95 cl_uchar4 b4 = a4; in test_uchar()

Completed in 13 milliseconds