Searched refs:cl_program (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.h | 34 typedef struct _cl_program * cl_program; typedef 1239 extern CL_API_ENTRY cl_program CL_API_CALL 1246 extern CL_API_ENTRY cl_program CL_API_CALL 1257 extern CL_API_ENTRY cl_program CL_API_CALL 1268 extern CL_API_ENTRY cl_program CL_API_CALL 1277 clRetainProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0; 1280 clReleaseProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0; 1283 clBuildProgram(cl_program program, 1287 void (CL_CALLBACK * pfn_notify)(cl_program program, 1294 clCompileProgram(cl_program program, [all …]
|
D | cl_icd.h | 259 typedef cl_program(CL_API_CALL *cl_api_clCreateProgramWithSource)( 263 typedef cl_program(CL_API_CALL *cl_api_clCreateProgramWithBinary)( 271 cl_program(CL_API_CALL *cl_api_clCreateProgramWithBuiltInKernels)( 282 cl_program program) CL_API_SUFFIX__VERSION_1_0; 285 cl_program program) CL_API_SUFFIX__VERSION_1_0; 288 cl_program program, cl_uint num_devices, const cl_device_id *device_list, 290 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), 296 cl_program program, cl_uint num_devices, const cl_device_id *device_list, 298 const cl_program *input_headers, const char **header_include_names, 299 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), [all …]
|
D | opencl.hpp | 1783 struct ReferenceHandler<cl_program> 1785 static cl_int retain(cl_program program) in retain() 1787 static cl_int release(cl_program program) in release() 6284 class Program : public detail::Wrapper<cl_program> 6670 explicit Program(const cl_program& program, bool retainObject = false) : in Program() 6673 Program& operator = (const cl_program& rhs) in operator =() 6710 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6735 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6755 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6772 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile() argument [all …]
|
D | cl.hpp | 1735 struct ReferenceHandler<cl_program> 1737 static cl_int retain(cl_program program) in retain() 1739 static cl_int release(cl_program program) in release() 5016 class Program : public detail::Wrapper<cl_program> 5223 …__CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) … in Program() 5225 Program& operator = (const cl_program& rhs) in operator =() 5264 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 5287 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 5304 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile() argument 5391 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in linkProgram() argument [all …]
|
D | cl_ext.h | 614 extern CL_API_ENTRY cl_program CL_API_CALL 620 typedef cl_program
|