HomeSort by relevance Sort by last modified time
    Searched defs:clAmdFftGetVersion (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_clamdfft.hpp 27 #define clAmdFftGetVersion clAmdFftGetVersion_
81 #undef clAmdFftGetVersion
82 #define clAmdFftGetVersion clAmdFftGetVersion_pfn
129 extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* patch);
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_clamdfft_impl.hpp 301 clAmdFftStatus (*clAmdFftGetVersion)(cl_uint*, cl_uint*, cl_uint*) =
303 static const struct DynamicFnEntry clAmdFftGetVersion_definition = { "clAmdFftGetVersion", (void**)&clAmdFftGetVersion};

Completed in 313 milliseconds