Home
last modified time | relevance | path

Searched refs:cl_uint4 (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/include/CL/
H A Dcl_platform.h1004 }cl_uint4; typedef
1006 /* cl_uint3 is identical in size, alignment and behavior to cl_uint4. See section 6.1.5. */
1007 typedef cl_uint4 cl_uint3;
1015 __CL_ANON_STRUCT__ struct{ cl_uint4 lo, hi; };
H A Dcl2.hpp7904 cl_uint4 fillColor, in enqueueFillImage()
H A Dcl.hpp6101 cl_uint4 fillColor, in enqueueFillImage()
/third_party/opencl-headers/CL/
H A Dcl_platform.h1031 }cl_uint4; typedef
1033 /* cl_uint3 is identical in size, alignment and behavior to cl_uint4. See section 6.1.5. */
1034 typedef cl_uint4 cl_uint3;
1042 __CL_ANON_STRUCT__ struct{ cl_uint4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h1024 }cl_uint4; typedef
1026 /* cl_uint3 is identical in size, alignment and behavior to cl_uint4. See section 6.1.5. */
1027 typedef cl_uint4 cl_uint3;
1035 __CL_ANON_STRUCT__ struct{ cl_uint4 lo, hi; };
/third_party/opencl-headers/tests/
H A Dtest_headers.c328 cl_uint4 a4 = {{ 0, 1, 2, 3 }}; in test_uint()
335 cl_uint4 b4 = a4; in test_uint()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp712 std::string data = std::string((char *)fill_color, sizeof(cl_uint4));

Completed in 40 milliseconds