HomeSort by: relevance | last modified time | path
    Searched refs:cl_program (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
invalid.cpp 88 clSetProgramReleaseCallback(cl_program d_prog,
89 void (CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
95 clSetProgramSpecializationConstant(cl_program program,
program.cpp 46 build_notifier(cl_program prog,
47 void (*notifer)(cl_program, void *), void *data) :
56 cl_program prog_;
57 void (*notifer)(cl_program, void *);
64 void (*pfn_notify)(cl_program, void *),
102 CLOVER_API cl_program
128 CLOVER_API cl_program
183 cl_program
217 CLOVER_API cl_program
225 CLOVER_API cl_program
    [all...]
dispatch.hpp 104 cl_program
kernel.cpp 30 clCreateKernel(cl_program d_prog, const char *name, cl_int *r_errcode) try {
51 clCreateKernelsInProgram(cl_program d_prog, cl_uint count,
134 buf.as_scalar<cl_program>() = desc(kern.program());
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
program.cpp 35 void (*pfn_notify)(cl_program, void *),
50 CLOVER_API cl_program
76 CLOVER_API cl_program
131 CLOVER_API cl_program
154 clRetainProgram(cl_program d_prog) try {
163 clReleaseProgram(cl_program d_prog) try {
174 clBuildProgram(cl_program d_prog, cl_uint num_devs,
176 void (*pfn_notify)(cl_program, void *),
205 clCompileProgram(cl_program d_prog, cl_uint num_devs,
207 cl_uint num_headers, const cl_program *d_header_progs
    [all...]
dispatch.hpp 203 CL_API_ENTRY cl_program (CL_API_CALL *clCreateProgramWithSource)(
210 CL_API_ENTRY cl_program (CL_API_CALL *clCreateProgramWithBinary)(
220 cl_program program);
223 cl_program program);
226 cl_program program,
230 void (CL_CALLBACK *pfn_notify)(cl_program, void *),
237 cl_program program,
244 cl_program program,
252 cl_program program,
257 cl_program program
    [all...]
kernel.cpp 30 clCreateKernel(cl_program d_prog, const char *name, cl_int *r_errcode) try {
51 clCreateKernelsInProgram(cl_program d_prog, cl_uint count,
134 buf.as_scalar<cl_program>() = desc(kern.program());
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl.h 46 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program
1103 extern CL_API_ENTRY cl_program CL_API_CALL
1110 extern CL_API_ENTRY cl_program CL_API_CALL
1121 extern CL_API_ENTRY cl_program CL_API_CALL
1132 extern CL_API_ENTRY cl_program CL_API_CALL
1141 clRetainProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0;
1144 clReleaseProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0;
1147 clBuildProgram(cl_program program,
1151 void (CL_CALLBACK * pfn_notify)(cl_program program,
1158 clCompileProgram(cl_program program
    [all...]
cl_ext.h 138 extern CL_API_ENTRY cl_program CL_API_CALL
144 typedef CL_API_ENTRY cl_program
cl2.hpp 1567 struct ReferenceHandler<cl_program>
1569 static cl_int retain(cl_program program)
1571 static cl_int release(cl_program program)
5987 * \brief Program interface that implements cl_program.
5989 class Program : public detail::Wrapper<cl_program>
6267 explicit Program(const cl_program& program, bool retainObject = false) :
6270 Program& operator = (const cl_program& rhs)
6307 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6331 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6349 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL
    [all...]
cl.hpp 1744 struct ReferenceHandler<cl_program>
1746 static cl_int retain(cl_program program)
1748 static cl_int release(cl_program program)
5019 * \brief Program interface that implements cl_program.
5021 class Program : public detail::Wrapper<cl_program>
5228 __CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) { }
5230 Program& operator = (const cl_program& rhs)
5269 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5292 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5309 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl.h 34 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program
1230 extern CL_API_ENTRY cl_program CL_API_CALL
1237 extern CL_API_ENTRY cl_program CL_API_CALL
1248 extern CL_API_ENTRY cl_program CL_API_CALL
1259 extern CL_API_ENTRY cl_program CL_API_CALL
1268 clRetainProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0;
1271 clReleaseProgram(cl_program program) CL_API_SUFFIX__VERSION_1_0;
1274 clBuildProgram(cl_program program,
1278 void (CL_CALLBACK * pfn_notify)(cl_program program,
1285 clCompileProgram(cl_program program
    [all...]
cl_icd.h 259 typedef CL_API_ENTRY cl_program(CL_API_CALL *cl_api_clCreateProgramWithSource)(
263 typedef CL_API_ENTRY 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...]
cl_ext.h 126 extern CL_API_ENTRY cl_program CL_API_CALL
132 typedef CL_API_ENTRY cl_program
cl2.hpp 1667 struct ReferenceHandler<cl_program>
1669 static cl_int retain(cl_program program)
1671 static cl_int release(cl_program program)
6155 * \brief Program interface that implements cl_program.
6157 class Program : public detail::Wrapper<cl_program>
6545 explicit Program(const cl_program& program, bool retainObject = false) :
6548 Program& operator = (const cl_program& rhs)
6585 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6609 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6627 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL
    [all...]
cl.hpp 1744 struct ReferenceHandler<cl_program>
1746 static cl_int retain(cl_program program)
1748 static cl_int release(cl_program program)
5019 * \brief Program interface that implements cl_program.
5021 class Program : public detail::Wrapper<cl_program>
5228 __CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) { }
5230 Program& operator = (const cl_program& rhs)
5269 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5292 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
5309 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL
    [all...]

Completed in 35 milliseconds