clAmdFftGetVersion  129 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* patch);
clAmdFftGetVersion 1620 modules/core/src/ocl.cpp                     CV_Assert(clAmdFftGetVersion(&major, &minor, &patch) == CLFFT_SUCCESS);
clAmdFftGetVersion  301 modules/core/src/opencl/runtime/autogenerated/opencl_clamdfft_impl.hpp clAmdFftStatus (*clAmdFftGetVersion)(cl_uint*, cl_uint*, cl_uint*) =
clAmdFftGetVersion  303 modules/core/src/opencl/runtime/autogenerated/opencl_clamdfft_impl.hpp static const struct DynamicFnEntry clAmdFftGetVersion_definition = { "clAmdFftGetVersion", (void**)&clAmdFftGetVersion};