Searched refs:clCreateProgramWithBuiltInKernels (Results 1 – 6 of 6) sorted by relevance
13 clCreateProgramWithBuiltInKernels
21 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_ macro129 #undef clCreateProgramWithBuiltInKernels130 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_pfn macro295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_…
45 #undef clCreateProgramWithBuiltInKernels46 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_fn macro47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels() function
269 cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*…271 …ls_definition = { "clCreateProgramWithBuiltInKernels", (void**)&clCreateProgramWithBuiltInKernels};
754 clCreateProgramWithBuiltInKernels(cl_context /* context */,
386 #define __CREATE_PROGRAM_WITH_BUILT_IN_KERNELS_ERR __ERR_STR(clCreateProgramWithBuiltInKernels)4794 object_ = ::clCreateProgramWithBuiltInKernels( in Program()