Searched refs:cl_program_info (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp168 clGetProgramInfo(cl_program prog, cl_program_info param,
/external/mesa3d/include/CL/
H A Dcl.h76 typedef cl_uint cl_program_info; typedef
365 /* cl_program_info */
669 cl_program_info /* param_name */,
H A Dcl.hpp872 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
873 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
874 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \
876 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \
877 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
878 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
2478 cl_int getInfo(cl_program_info name, T* param) const
2486 detail::param_traits<detail::cl_program_info, name>::param_type
2490 detail::cl_program_info, nam
[all...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h77 typedef cl_uint cl_program_info; typedef
448 /* cl_program_info */
802 cl_program_info /* param_name */,
H A Dcl.hpp1325 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
1326 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
1327 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
1328 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \
1329 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \
1330 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
1331 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
1382 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, ::size_t) \
1383 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, STRING_CLASS) \
4890 cl_int getInfo(cl_program_info nam
[all...]
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp344 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*);
H A Dopencl_core_wrappers.hpp194 inline cl_int clGetProgramInfo(cl_program p0, cl_program_info p1, size_t p2, void* p3, size_t* p4) { return clGetProgramInfo_pfn(p0, p1, p2, p3, p4); }
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp465 cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*) =
466 opencl_fn5<OPENCL_FN_clGetProgramInfo, cl_int, cl_program, cl_program_info, size_t, void*, size_t*>::switch_fn;
/external/opencv3/modules/core/src/
H A Docl.cpp254 typedef cl_uint cl_program_info; typedef
1141 cl_program_info param_name,

Completed in 88 milliseconds