Home
last modified time | relevance | path

Searched refs:cl_float4 (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_colorkey_opencl.c39 cl_float4 colorkey_rgba_float;
137 CL_SET_KERNEL_ARG(colorkey_ctx->kernel_colorkey, 2, cl_float4, &colorkey_ctx->colorkey_rgba_float); in filter_frame()
H A Dvf_remap_opencl.c40 cl_float4 cl_fill_color;
177 cl_float4 cl_fill_color; in remap_opencl_process_frame()
201 CL_SET_KERNEL_ARG(ctx->kernel, kernel_arg, cl_float4, &cl_fill_color); in remap_opencl_process_frame()
H A Dvf_pad_opencl.c77 cl_float4 pad_color_float;
169 cl_float4 pad_color_float; in filter_frame()
195 CL_SET_KERNEL_ARG(pad_ctx->kernel_pad, 2, cl_float4, &pad_color_float); in filter_frame()
/third_party/mesa3d/include/CL/
H A Dcl_platform.h350 * in order for a cl_float4 to be 16 byte aligned in a struct,
1229 }cl_float4; typedef
1231 /* cl_float3 is identical in size, alignment and behavior to cl_float4. See section 6.1.5. */
1232 typedef cl_float4 cl_float3;
1240 __CL_ANON_STRUCT__ struct{ cl_float4 lo, hi; };
H A Dcl2.hpp7836 cl_float4 fillColor, in enqueueFillImage()
H A Dcl.hpp6033 cl_float4 fillColor, in enqueueFillImage()
/third_party/opencl-headers/CL/
H A Dcl_platform.h379 * in order for a cl_float4 to be 16 byte aligned in a struct,
1256 }cl_float4; typedef
1258 /* cl_float3 is identical in size, alignment and behavior to cl_float4. See section 6.1.5. */
1259 typedef cl_float4 cl_float3;
1267 __CL_ANON_STRUCT__ struct{ cl_float4 lo, hi; };
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h370 * in order for a cl_float4 to be 16 byte aligned in a struct,
1249 }cl_float4; typedef
1251 /* cl_float3 is identical in size, alignment and behavior to cl_float4. See section 6.1.5. */
1252 typedef cl_float4 cl_float3;
1260 __CL_ANON_STRUCT__ struct{ cl_float4 lo, hi; };
/third_party/opencl-headers/tests/
H A Dtest_headers.c508 cl_float4 a4 = {{ 0.0f, 1.0f, 2.0f, 3.0f }}; in test_float()
515 cl_float4 b4 = a4; in test_float()

Completed in 44 milliseconds