Searched refs:cl_ulong8 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 1175 }cl_ulong8; typedef 1183 __CL_ANON_STRUCT__ struct{ cl_ulong8 lo, hi; };
|
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 1202 }cl_ulong8; typedef 1210 __CL_ANON_STRUCT__ struct{ cl_ulong8 lo, hi; };
|
/third_party/opencl-headers/tests/ |
H A D | test_headers.c | 449 cl_ulong8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_ulong() 456 cl_ulong8 b8 = a8; in test_ulong()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_platform.h | 1195 }cl_ulong8; typedef 1203 __CL_ANON_STRUCT__ struct{ cl_ulong8 lo, hi; };
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 1121 cl_ulong8 zeroed_ulong8; in deshake_opencl_init() 1162 memset(&zeroed_ulong8, 0, sizeof(cl_ulong8)); in deshake_opencl_init()
|
Completed in 19 milliseconds