Searched refs:cl_int4 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_opencl.c | 233 CL_SET_KERNEL_ARG(ctx->horiz_kernel, 4, cl_int4, dx_cur); in nlmeans_plane() 234 CL_SET_KERNEL_ARG(ctx->horiz_kernel, 5, cl_int4, dy_cur); in nlmeans_plane() 259 CL_SET_KERNEL_ARG(ctx->accum_kernel, 8, cl_int4, dx_cur); in nlmeans_plane() 260 CL_SET_KERNEL_ARG(ctx->accum_kernel, 9, cl_int4, dy_cur); in nlmeans_plane()
|
/third_party/mesa3d/include/CL/ |
D | cl_platform.h | 929 }cl_int4; typedef 932 typedef cl_int4 cl_int3; 940 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
D | cl2.hpp | 7870 cl_int4 fillColor,
|
D | cl.hpp | 6067 cl_int4 fillColor, in enqueueFillImage()
|
/third_party/opencl-headers/CL/ |
D | cl_platform.h | 929 }cl_int4; typedef 932 typedef cl_int4 cl_int3; 940 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl_platform.h | 1001 }cl_int4; typedef 1004 typedef cl_int4 cl_int3; 1012 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
D | cl2.hpp | 7405 cl_int4 fillColor, in enqueueFillImage()
|
D | cl.hpp | 6048 cl_int4 fillColor, in enqueueFillImage()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_platform.h | 949 }cl_int4; typedef 952 typedef cl_int4 cl_int3; 960 __CL_ANON_STRUCT__ struct{ cl_int4 lo, hi; };
|
/third_party/opencl-headers/tests/ |
D | test_headers.c | 268 cl_int4 a4 = {{ 0, 1, 2, 3 }}; in test_int() 275 cl_int4 b4 = a4; in test_int()
|