/external/mesa3d/src/gallium/state_trackers/clover/api/ |
program.cpp | 28 PUBLIC cl_program 56 PUBLIC cl_program 115 clRetainProgram(cl_program prog) { 124 clReleaseProgram(cl_program prog) { 135 clBuildProgram(cl_program prog, cl_uint count, const cl_device_id *devs, 136 const char *opts, void (*pfn_notify)(cl_program, void *), 168 clGetProgramInfo(cl_program prog, cl_program_info param, 223 clGetProgramBuildInfo(cl_program prog, cl_device_id dev,
|
kernel.cpp | 30 clCreateKernel(cl_program prog, const char *name, 56 clCreateKernelsInProgram(cl_program prog, cl_uint count, 142 return scalar_property<cl_program>(buf, size, size_ret,
|
/external/ImageMagick/MagickCore/ |
opencl-private.h | 129 typedef CL_API_ENTRY cl_program 134 typedef CL_API_ENTRY cl_program 141 (CL_API_CALL *MAGICKpfn_clReleaseProgram)(cl_program program) 145 (CL_API_CALL *MAGICKpfn_clBuildProgram)(cl_program program, 147 void (CL_CALLBACK *pfn_notify)(cl_program program,void * user_data), 151 (CL_API_CALL *MAGICKpfn_clGetProgramBuildInfo)(cl_program program, 156 (CL_API_CALL *MAGICKpfn_clGetProgramInfo)(cl_program program, 163 (CL_API_CALL *MAGICKpfn_clCreateKernel)(cl_program program, 298 cl_program
|
opencl.c | [all...] |
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
opencl_core.hpp | 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*); 284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*); 292 extern CL_RUNTIME_EXPORT cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*); 293 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*); 294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*); 295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*); 296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*) [all...] |
opencl_core_wrappers.hpp | 11 inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, void (CL_CALLBACK*p4) (cl_program, void*), void* p5) { return clBuildProgram_pfn(p0, p1, p2, p3, p4, p5); } 14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompileProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); } 38 inline cl_kernel clCreateKernel(cl_program p0, const char* p1, cl_int* p2) { return clCreateKernel_pfn(p0, p1, p2); } 41 inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { return clCreateKernelsInProgram_pfn(p0, p1, p2, p3); } 44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, const size_t* p3, const unsigned char** p4, cl_int* p5, cl_int* p6) { return clCreateProgramWithBinary_pfn(p0, p1, p2, p3, p4, p5, p6); } 47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_int* p4) { return clCreateProgramWithBuiltInKernels_pfn(p0, p1, p2, p3, p4); } 50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_t* p3, cl_int* p4 (…) [all...] |
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
opencl_core_impl.hpp | 221 cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*) = 222 opencl_fn6<OPENCL_FN_clBuildProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn; 225 cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*) = 226 opencl_fn9<OPENCL_FN_clCompileProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl.h | 44 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program [all...] |
cl.hpp | [all...] |
/external/mesa3d/include/CL/ |
cl.h | 46 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program 634 extern CL_API_ENTRY cl_program CL_API_CALL 641 extern CL_API_ENTRY cl_program CL_API_CALL 651 clRetainProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0; 654 clReleaseProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0; 657 clBuildProgram(cl_program /* program */, 661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */), 668 clGetProgramInfo(cl_program /* program */ [all...] |
cl.hpp | [all...] |
/external/libchrome/base/ |
command_line_unittest.cc | 358 CommandLine cl_program(kProgram); 359 EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value()); 360 EXPECT_EQ(kProgram.value(), cl_program.GetCommandLineString());
|
/external/opencv3/modules/core/src/ |
ocl.cpp | 211 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program [all...] |