/external/angle/include/ |
D | angle_cl.h | 28 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/ |
D | validationCL_autogen.h | 41 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 …]
|
D | validationCL.cpp | 684 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/ |
D | cl_stubs_autogen.h | 51 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 …]
|
D | entry_points_cl_autogen.h | 41 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 …]
|
D | cl_stubs.cpp | 133 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/ |
D | opencl_wrapper.h | 59 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/ |
D | context.cpp | 32 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()
|
D | dispatch.hpp | 54 void (CL_CALLBACK *pfn_free_func) (
|
/external/mesa3d/include/CL/ |
D | cl.h | 1011 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 …]
|
D | cl_icd.h | 87 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/ |
D | libOpenCL_autogen.cpp | 55 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/ |
D | cl_icd.h | 87 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 …]
|
D | cl.h | 1013 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/ |
D | cl.h | 1013 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/ |
D | opencl-private.h | 92 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/ |
D | CLEventCL.h | 40 static void CL_CALLBACK Callback(cl_event event, cl_int commandStatus, void *userData);
|
D | CLProgramCL.h | 56 static void CL_CALLBACK Callback(cl_program program, void *userData);
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_context_destructor_callback.cpp | 20 void CL_CALLBACK context_destructor_callback(cl_context context, void *userData) in context_destructor_callback()
|
D | test_mem_objects.cpp | 20 void CL_CALLBACK mem_destructor_callback(cl_mem memObject, void *userData) in mem_destructor_callback()
|
D | test_native_kernel.cpp | 24 static void CL_CALLBACK test_native_kernel_fn( void *userData ) in test_native_kernel_fn()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_async_build.cpp | 58 void CL_CALLBACK test_notify_build_complete(cl_program program, void *userData) in test_notify_build_complete()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_callbacks.cpp | 52 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/ |
D | test_conversions.cpp | 834 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/ |
D | testHarness.h | 151 extern void CL_CALLBACK notify_callback(const char *errinfo,
|