Searched refs:cl_uint4 (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 1004 }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 D | cl2.hpp | 7904 cl_uint4 fillColor, in enqueueFillImage()
|
H A D | cl.hpp | 6101 cl_uint4 fillColor, in enqueueFillImage()
|
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 1031 }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 D | cl_platform.h | 1024 }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 D | test_headers.c | 328 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 D | transfer.cpp | 712 std::string data = std::string((char *)fill_color, sizeof(cl_uint4));
|
Completed in 40 milliseconds