Home
last modified time | relevance | path

Searched refs:clCreateKernelsInProgram (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list11 clCreateKernelsInProgram
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp19 #define clCreateKernelsInProgram clCreateKernelsInProgram_ macro
125 #undef clCreateKernelsInProgram
126 #define clCreateKernelsInProgram clCreateKernelsInProgram_pfn macro
293 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kern…
Dopencl_core_wrappers.hpp39 #undef clCreateKernelsInProgram
40 #define clCreateKernelsInProgram clCreateKernelsInProgram_fn macro
41 inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { ret… in clCreateKernelsInProgram() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dkernel.cpp56 clCreateKernelsInProgram(cl_program prog, cl_uint count, in clCreateKernelsInProgram() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp261 cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*) =
263 …eateKernelsInProgram_definition = { "clCreateKernelsInProgram", (void**)&clCreateKernelsInProgram};
/external/mesa3d/include/CL/
Dcl.h689 clCreateKernelsInProgram(cl_program /* program */,
Dcl.hpp290 #define __CREATE_KERNELS_IN_PROGRAM_ERR __ERR_STR(clCreateKernelsInProgram)
2524 cl_int err = ::clCreateKernelsInProgram(object_, 0, NULL, &numKernels); in createKernels()
2530 err = ::clCreateKernelsInProgram( in createKernels()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h822 clCreateKernelsInProgram(cl_program /* program */,
Dcl.hpp393 #define __CREATE_KERNELS_IN_PROGRAM_ERR __ERR_STR(clCreateKernelsInProgram)
4936 cl_int err = ::clCreateKernelsInProgram(object_, 0, NULL, &numKernels); in createKernels()
4942 err = ::clCreateKernelsInProgram( in createKernels()