Home
last modified time | relevance | path

Searched refs:CL_CALLBACK (Results 1 – 25 of 53) sorted by relevance

123

/external/angle/include/
Dangle_cl.h28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo,
33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data);
34 using ProgramCB = void(CL_CALLBACK *)(cl_program program, void *user_data);
35 using EventCB = void(CL_CALLBACK *)(cl_event event, cl_int event_command_status, void *user_data);
36 using UserFunc = void(CL_CALLBACK *)(void *args);
/external/angle/src/libANGLE/
DvalidationCL_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
48 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
112 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
274 void(CL_CALLBACK *user_func)(void *),
329 void(CL_CALLBACK *pfn_notify)(cl_mem memobj,
336 void(CL_CALLBACK *pfn_notify)(cl_event event,
406 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
414 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
487 void(CL_CALLBACK *pfn_free_func)(cl_command_queue queue,
554 void(CL_CALLBACK *pfn_notify)(cl_program program,
[all …]
DvalidationCL.cpp684 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContext()
715 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContextFromType()
1097 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in ValidateBuildProgram()
2100 void(CL_CALLBACK *user_func)(void *), in ValidateEnqueueNativeKernel()
2456 void(CL_CALLBACK *pfn_notify)(cl_mem memobj, in ValidateSetMemObjectDestructorCallback()
2513 void(CL_CALLBACK *pfn_notify)(cl_event event, in ValidateSetEventCallback()
2919 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in ValidateCompileProgram()
2987 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in ValidateLinkProgram()
3427 void(CL_CALLBACK *pfn_free_func)(cl_command_queue queue, in ValidateEnqueueSVMFree()
3559 void(CL_CALLBACK *pfn_notify)(cl_program program, in ValidateSetProgramReleaseCallback()
[all …]
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h51 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
59 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
73 void(CL_CALLBACK *pfn_notify)(cl_context context,
146 void(CL_CALLBACK *pfn_notify)(cl_mem memobj, void *user_data),
187 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
196 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
204 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
208 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
277 void(CL_CALLBACK *pfn_notify)(cl_event event,
467 void(CL_CALLBACK *user_func)(void *),
[all …]
Dentry_points_cl_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
50 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
118 void(CL_CALLBACK *pfn_notify)(cl_program program,
285 void(CL_CALLBACK *user_func)(void *),
345 void(CL_CALLBACK *pfn_notify)(cl_mem memobj,
352 void(CL_CALLBACK *pfn_notify)(cl_event event,
424 void(CL_CALLBACK *pfn_notify)(cl_program program,
433 void(CL_CALLBACK *pfn_notify)(cl_program program,
515 void(CL_CALLBACK *pfn_free_func)(cl_command_queue queue,
585 void(CL_CALLBACK *pfn_notify)(cl_program program,
[all …]
Dcl_stubs.cpp133 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContext()
146 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContextFromType()
184 void(CL_CALLBACK *pfn_notify)(cl_context context, in SetContextDestructorCallback()
347 void(CL_CALLBACK *pfn_notify)(cl_mem memobj, void *user_data), in SetMemObjectDestructorCallback()
453 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in BuildProgram()
466 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in CompileProgram()
480 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in LinkProgram()
490 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), in SetProgramReleaseCallback()
675 void(CL_CALLBACK *pfn_notify)(cl_event event, in SetEventCallback()
987 void(CL_CALLBACK *user_func)(void *), in EnqueueNativeKernel()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.h59 void(CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t,
66 void(CL_CALLBACK * /* pfn_notify*/)(const char *, const void *, size_t,
133 void(CL_CALLBACK * /*pfn_notify*/)(cl_mem /* memobj */,
174 void(CL_CALLBACK * /* pfn_notify */)(cl_program /* program */,
182 void(CL_CALLBACK * /* pfn_notify */)(cl_program /* program */,
189 void(CL_CALLBACK * /* pfn_notify */)(cl_program /* program */,
258 void(CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
397 void(CL_CALLBACK * /*user_func*/)(void *), void * /* args */,
414 void(CL_CALLBACK * /*pfn_free_func*/)(cl_command_queue /* queue */,
/external/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp32 void (CL_CALLBACK *pfn_notify)(const char *, const void *, in clCreateContext()
64 void (CL_CALLBACK *pfn_notify)( in clCreateContextFromType()
148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback()
Ddispatch.hpp54 void (CL_CALLBACK *pfn_free_func) (
/external/mesa3d/include/CL/
Dcl.h1011 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1021 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1045 void (CL_CALLBACK* pfn_notify)(cl_context context,
1183 void (CL_CALLBACK * pfn_notify)(cl_mem memobj,
1278 void (CL_CALLBACK * pfn_notify)(cl_program program,
1292 void (CL_CALLBACK * pfn_notify)(cl_program program,
1303 void (CL_CALLBACK * pfn_notify)(cl_program program,
1314 void (CL_CALLBACK * pfn_notify)(cl_program program,
1471 void (CL_CALLBACK * pfn_notify)(cl_event event,
1734 void (CL_CALLBACK * user_func)(void *),
[all …]
Dcl_icd.h87 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
92 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
168 void(CL_CALLBACK* pfn_notify)(cl_context context, void* user_data),
290 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
299 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
306 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
325 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
620 cl_command_queue command_queue, void(CL_CALLBACK *user_func)(void *),
658 void(CL_CALLBACK *pfn_free_func)(cl_command_queue /* queue */,
992 void(CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
[all …]
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.cpp55 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContext()
69 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContextFromType()
226 void(CL_CALLBACK *pfn_notify)(cl_program program, in clBuildProgram()
540 void(CL_CALLBACK *user_func)(void *), in clEnqueueNativeKernel()
660 void(CL_CALLBACK *pfn_notify)(cl_mem memobj, in clSetMemObjectDestructorCallback()
679 void(CL_CALLBACK *pfn_notify)(cl_event event, in clSetEventCallback()
799 void(CL_CALLBACK *pfn_notify)(cl_program program, in clCompileProgram()
814 void(CL_CALLBACK *pfn_notify)(cl_program program, in clLinkProgram()
977 void(CL_CALLBACK *pfn_free_func)(cl_command_queue queue, in clEnqueueSVMFree()
1105 void(CL_CALLBACK *pfn_notify)(cl_program program, in clSetProgramReleaseCallback()
[all …]
/external/angle/include/CL/
Dcl_icd.h87 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
92 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
168 void(CL_CALLBACK* pfn_notify)(cl_context context, void* user_data),
290 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
299 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
306 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
325 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data),
620 cl_command_queue command_queue, void(CL_CALLBACK *user_func)(void *),
658 void(CL_CALLBACK *pfn_free_func)(cl_command_queue /* queue */,
992 void(CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
[all …]
Dcl.h1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1047 void (CL_CALLBACK* pfn_notify)(cl_context context,
1185 void (CL_CALLBACK * pfn_notify)(cl_mem memobj,
1280 void (CL_CALLBACK * pfn_notify)(cl_program program,
1294 void (CL_CALLBACK * pfn_notify)(cl_program program,
1305 void (CL_CALLBACK * pfn_notify)(cl_program program,
1316 void (CL_CALLBACK * pfn_notify)(cl_program program,
1473 void (CL_CALLBACK * pfn_notify)(cl_event event,
1736 void (CL_CALLBACK * user_func)(void *),
[all …]
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1047 void (CL_CALLBACK* pfn_notify)(cl_context context,
1185 void (CL_CALLBACK * pfn_notify)(cl_mem memobj,
1280 void (CL_CALLBACK * pfn_notify)(cl_program program,
1294 void (CL_CALLBACK * pfn_notify)(cl_program program,
1305 void (CL_CALLBACK * pfn_notify)(cl_program program,
1316 void (CL_CALLBACK * pfn_notify)(cl_program program,
1473 void (CL_CALLBACK * pfn_notify)(cl_event event,
1736 void (CL_CALLBACK * user_func)(void *),
[all …]
/external/ImageMagick/MagickCore/
Dopencl-private.h92 const cl_device_id *devices,void (CL_CALLBACK *pfn_notify)(const char *,
154 void (CL_CALLBACK *pfn_notify)(cl_program program,void * user_data),
235 cl_int command_exec_callback_type,void (CL_CALLBACK *MAGICKpfn_notify)(
/external/angle/src/libANGLE/renderer/cl/
DCLEventCL.h40 static void CL_CALLBACK Callback(cl_event event, cl_int commandStatus, void *userData);
DCLProgramCL.h56 static void CL_CALLBACK Callback(cl_program program, void *userData);
/external/OpenCL-CTS/test_conformance/api/
Dtest_context_destructor_callback.cpp20 void CL_CALLBACK context_destructor_callback(cl_context context, void *userData) in context_destructor_callback()
Dtest_mem_objects.cpp20 void CL_CALLBACK mem_destructor_callback(cl_mem memObject, void *userData) in mem_destructor_callback()
Dtest_native_kernel.cpp24 static void CL_CALLBACK test_native_kernel_fn( void *userData ) in test_native_kernel_fn()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp58 void CL_CALLBACK test_notify_build_complete(cl_program program, void *userData) in test_notify_build_complete()
/external/OpenCL-CTS/test_conformance/events/
Dtest_callbacks.cpp52 void CL_CALLBACK single_event_callback_function_flags( cl_event event, cl_int commandStatus, void *… in single_event_callback_function_flags()
193 void CL_CALLBACK simultaneous_event_callback_function( cl_event event, cl_int commandStatus, void *… in simultaneous_event_callback_function()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp834 void CL_CALLBACK WriteInputBufferComplete( cl_event, cl_int, void * );
1340 void CL_CALLBACK MapResultValuesComplete( cl_event e, cl_int status, void *data );
1343 void CL_CALLBACK WriteInputBufferComplete( cl_event e, cl_int status, void *data ) in WriteInputBufferComplete()
1408 void CL_CALLBACK CalcReferenceValuesComplete( cl_event e, cl_int status, void *data );
1411 void CL_CALLBACK MapResultValuesComplete( cl_event e, cl_int status, void *data ) in MapResultValuesComplete()
1444 void CL_CALLBACK CalcReferenceValuesComplete( cl_event e, cl_int status, void *data ) in CalcReferenceValuesComplete()
/external/OpenCL-CTS/test_common/harness/
DtestHarness.h151 extern void CL_CALLBACK notify_callback(const char *errinfo,

123