Searched refs:cl_float4 (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorkey_opencl.c | 39 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 D | vf_remap_opencl.c | 40 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 D | vf_pad_opencl.c | 77 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 D | cl_platform.h | 350 * 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 D | cl2.hpp | 7836 cl_float4 fillColor, in enqueueFillImage()
|
H A D | cl.hpp | 6033 cl_float4 fillColor, in enqueueFillImage()
|
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 379 * 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 D | cl_platform.h | 370 * 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 D | test_headers.c | 508 cl_float4 a4 = {{ 0.0f, 1.0f, 2.0f, 3.0f }}; in test_float() 515 cl_float4 b4 = a4; in test_float()
|
Completed in 42 milliseconds