Lines Matching refs:CL_API_CALL
44 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)(
48 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)(
54 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)(
58 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)(
64 typedef cl_int(CL_API_CALL *cl_api_clCreateSubDevices)(
69 typedef cl_int(CL_API_CALL *cl_api_clRetainDevice)(
72 typedef cl_int(CL_API_CALL *cl_api_clReleaseDevice)(
84 typedef cl_context(CL_API_CALL *cl_api_clCreateContext)(
90 typedef cl_context(CL_API_CALL *cl_api_clCreateContextFromType)(
95 typedef cl_int(CL_API_CALL *cl_api_clRetainContext)(
98 typedef cl_int(CL_API_CALL *cl_api_clReleaseContext)(
101 typedef cl_int(CL_API_CALL *cl_api_clGetContextInfo)(
106 typedef cl_command_queue(CL_API_CALL *cl_api_clCreateCommandQueue)(
114 cl_command_queue(CL_API_CALL *cl_api_clCreateCommandQueueWithProperties)(
125 typedef cl_int(CL_API_CALL *cl_api_clRetainCommandQueue)(
128 typedef cl_int(CL_API_CALL *cl_api_clReleaseCommandQueue)(
131 typedef cl_int(CL_API_CALL *cl_api_clGetCommandQueueInfo)(
137 typedef cl_mem(CL_API_CALL *cl_api_clCreateBuffer)(
143 typedef cl_mem(CL_API_CALL *cl_api_clCreateImage)(
156 typedef cl_mem(CL_API_CALL *cl_api_clCreateBufferWithProperties)(
161 typedef cl_mem(CL_API_CALL *cl_api_clCreateImageWithProperties)(
166 typedef cl_int(CL_API_CALL* cl_api_clSetContextDestructorCallback)(
179 typedef cl_int(CL_API_CALL *cl_api_clRetainMemObject)(
182 typedef cl_int(CL_API_CALL *cl_api_clReleaseMemObject)(
185 typedef cl_int(CL_API_CALL *cl_api_clGetSupportedImageFormats)(
190 typedef cl_int(CL_API_CALL *cl_api_clGetMemObjectInfo)(
194 typedef cl_int(CL_API_CALL *cl_api_clGetImageInfo)(
200 typedef cl_mem(CL_API_CALL *cl_api_clCreatePipe)(
206 typedef cl_int(CL_API_CALL *cl_api_clGetPipeInfo)(
211 typedef void *(CL_API_CALL *cl_api_clSVMAlloc)(
215 typedef void(CL_API_CALL *cl_api_clSVMFree)(
229 typedef cl_sampler(CL_API_CALL *cl_api_clCreateSampler)(
234 typedef cl_int(CL_API_CALL *cl_api_clRetainSampler)(
237 typedef cl_int(CL_API_CALL *cl_api_clReleaseSampler)(
240 typedef cl_int(CL_API_CALL *cl_api_clGetSamplerInfo)(
247 cl_sampler(CL_API_CALL *cl_api_clCreateSamplerWithProperties)(
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)(
281 typedef cl_int(CL_API_CALL *cl_api_clRetainProgram)(
284 typedef cl_int(CL_API_CALL *cl_api_clReleaseProgram)(
287 typedef cl_int(CL_API_CALL *cl_api_clBuildProgram)(
295 typedef cl_int(CL_API_CALL *cl_api_clCompileProgram)(
302 typedef cl_program(CL_API_CALL *cl_api_clLinkProgram)(
319 cl_int(CL_API_CALL *cl_api_clSetProgramSpecializationConstant)(
323 typedef cl_int(CL_API_CALL *cl_api_clSetProgramReleaseCallback)(
337 typedef cl_int(CL_API_CALL *cl_api_clUnloadPlatformCompiler)(
346 typedef cl_int(CL_API_CALL *cl_api_clGetProgramInfo)(
350 typedef cl_int(CL_API_CALL *cl_api_clGetProgramBuildInfo)(
356 typedef cl_kernel(CL_API_CALL *cl_api_clCreateKernel)(
360 typedef cl_int(CL_API_CALL *cl_api_clCreateKernelsInProgram)(
364 typedef cl_int(CL_API_CALL *cl_api_clRetainKernel)(
367 typedef cl_int(CL_API_CALL *cl_api_clReleaseKernel)(
370 typedef cl_int(CL_API_CALL *cl_api_clSetKernelArg)(
374 typedef cl_int(CL_API_CALL *cl_api_clGetKernelInfo)(
380 typedef cl_int(CL_API_CALL *cl_api_clGetKernelArgInfo)(
391 typedef cl_int(CL_API_CALL *cl_api_clGetKernelWorkGroupInfo)(
398 typedef cl_int(CL_API_CALL *cl_api_clSetKernelArgSVMPointer)(
402 typedef cl_int(CL_API_CALL *cl_api_clSetKernelExecInfo)(
407 typedef cl_int(CL_API_CALL *cl_api_clGetKernelSubGroupInfoKHR)(
423 typedef cl_int(CL_API_CALL *cl_api_clWaitForEvents)(
426 typedef cl_int(CL_API_CALL *cl_api_clGetEventInfo)(
430 typedef cl_int(CL_API_CALL *cl_api_clRetainEvent)(cl_event event)
433 typedef cl_int(CL_API_CALL *cl_api_clReleaseEvent)(cl_event event)
437 typedef cl_int(CL_API_CALL *cl_api_clGetEventProfilingInfo)(
442 typedef cl_int(CL_API_CALL *cl_api_clFlush)(
445 typedef cl_int(CL_API_CALL *cl_api_clFinish)(
449 typedef cl_int(CL_API_CALL *cl_api_clEnqueueReadBuffer)(
457 typedef cl_int(CL_API_CALL *cl_api_clEnqueueReadBufferRect)(
471 typedef cl_int(CL_API_CALL *cl_api_clEnqueueWriteBuffer)(
479 typedef cl_int(CL_API_CALL *cl_api_clEnqueueWriteBufferRect)(
495 typedef cl_int(CL_API_CALL *cl_api_clEnqueueFillBuffer)(
507 typedef cl_int(CL_API_CALL *cl_api_clEnqueueCopyBuffer)(
515 typedef cl_int(CL_API_CALL *cl_api_clEnqueueCopyBufferRect)(
529 typedef cl_int(CL_API_CALL *cl_api_clEnqueueReadImage)(
536 typedef cl_int(CL_API_CALL *cl_api_clEnqueueWriteImage)(
545 typedef cl_int(CL_API_CALL *cl_api_clEnqueueFillImage)(
557 typedef cl_int(CL_API_CALL *cl_api_clEnqueueCopyImage)(
563 typedef cl_int(CL_API_CALL *cl_api_clEnqueueCopyImageToBuffer)(
569 typedef cl_int(CL_API_CALL *cl_api_clEnqueueCopyBufferToImage)(
575 typedef void *(CL_API_CALL *cl_api_clEnqueueMapBuffer)(
581 typedef void *(CL_API_CALL *cl_api_clEnqueueMapImage)(
588 typedef cl_int(CL_API_CALL *cl_api_clEnqueueUnmapMemObject)(
595 typedef cl_int(CL_API_CALL *cl_api_clEnqueueMigrateMemObjects)(
607 typedef cl_int(CL_API_CALL *cl_api_clEnqueueNDRangeKernel)(
614 typedef cl_int(CL_API_CALL *cl_api_clEnqueueTask)(
619 typedef cl_int(CL_API_CALL *cl_api_clEnqueueNativeKernel)(
628 typedef cl_int(CL_API_CALL *cl_api_clEnqueueMarkerWithWaitList)(
633 typedef cl_int(CL_API_CALL *cl_api_clEnqueueBarrierWithWaitList)(
639 CL_API_CALL *cl_api_clGetExtensionFunctionAddressForPlatform)(
655 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMFree)(
666 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMMemcpy)(
673 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMMemFill)(
680 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMMap)(
687 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMUnmap)(
704 typedef cl_int(CL_API_CALL *cl_api_clSetCommandQueueProperty)(
709 typedef cl_mem(CL_API_CALL *cl_api_clCreateImage2D)(
714 typedef cl_mem(CL_API_CALL *cl_api_clCreateImage3D)(
720 typedef cl_int(CL_API_CALL *cl_api_clUnloadCompiler)(void)
723 typedef cl_int(CL_API_CALL *cl_api_clEnqueueMarker)(
727 typedef cl_int(CL_API_CALL *cl_api_clEnqueueWaitForEvents)(
731 typedef cl_int(CL_API_CALL *cl_api_clEnqueueBarrier)(
734 typedef void *(CL_API_CALL *cl_api_clGetExtensionFunctionAddress)(
738 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromGLBuffer)(
742 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture)(
746 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture2D)(
750 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture3D)(
754 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromGLRenderbuffer)(
758 typedef cl_int(CL_API_CALL *cl_api_clGetGLObjectInfo)(
762 typedef cl_int(CL_API_CALL *cl_api_clGetGLTextureInfo)(
766 typedef cl_int(CL_API_CALL *cl_api_clEnqueueAcquireGLObjects)(
772 typedef cl_int(CL_API_CALL *cl_api_clEnqueueReleaseGLObjects)(
779 typedef cl_int(CL_API_CALL *cl_api_clGetGLContextInfoKHR)(
784 typedef cl_event(CL_API_CALL *cl_api_clCreateEventFromGLsyncKHR)(
791 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceIDsFromD3D10KHR)(
797 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10BufferKHR)(
801 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture2DKHR)(
805 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture3DKHR)(
810 cl_int(CL_API_CALL *cl_api_clEnqueueAcquireD3D10ObjectsKHR)(
817 cl_int(CL_API_CALL *cl_api_clEnqueueReleaseD3D10ObjectsKHR)(
823 extern CL_API_ENTRY cl_int CL_API_CALL clGetDeviceIDsFromD3D10KHR(
828 extern CL_API_ENTRY cl_mem CL_API_CALL
832 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D10Texture2DKHR(
836 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D10Texture3DKHR(
840 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueAcquireD3D10ObjectsKHR(
845 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueReleaseD3D10ObjectsKHR(
851 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceIDsFromD3D11KHR)(
857 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11BufferKHR)(
861 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture2DKHR)(
865 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture3DKHR)(
870 cl_int(CL_API_CALL *cl_api_clEnqueueAcquireD3D11ObjectsKHR)(
877 cl_int(CL_API_CALL *cl_api_clEnqueueReleaseD3D11ObjectsKHR)(
885 cl_int(CL_API_CALL *cl_api_clGetDeviceIDsFromDX9MediaAdapterKHR)(
891 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromDX9MediaSurfaceKHR)(
897 cl_int(CL_API_CALL *cl_api_clEnqueueAcquireDX9MediaSurfacesKHR)(
904 cl_int(CL_API_CALL *cl_api_clEnqueueReleaseDX9MediaSurfacesKHR)(
911 extern CL_API_ENTRY cl_int CL_API_CALL clGetDeviceIDsFromD3D11KHR(
916 extern CL_API_ENTRY cl_mem CL_API_CALL
920 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D11Texture2DKHR(
924 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D11Texture3DKHR(
928 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueAcquireD3D11ObjectsKHR(
933 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueReleaseD3D11ObjectsKHR(
939 extern CL_API_ENTRY cl_int CL_API_CALL clGetDeviceIDsFromDX9MediaAdapterKHR(
945 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromDX9MediaSurfaceKHR(
950 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueAcquireDX9MediaSurfacesKHR(
955 extern CL_API_ENTRY cl_int CL_API_CALL clEnqueueReleaseDX9MediaSurfacesKHR(
990 typedef cl_int(CL_API_CALL *cl_api_clSetEventCallback)(
995 typedef cl_mem(CL_API_CALL *cl_api_clCreateSubBuffer)(
1002 cl_int(CL_API_CALL *cl_api_clSetMemObjectDestructorCallback)(
1008 typedef cl_event(CL_API_CALL *cl_api_clCreateUserEvent)(
1012 typedef cl_int(CL_API_CALL *cl_api_clSetUserEventStatus)(
1026 typedef cl_int(CL_API_CALL *cl_api_clCreateSubDevicesEXT)(
1031 typedef cl_int(CL_API_CALL *cl_api_clRetainDeviceEXT)(
1034 typedef cl_int(CL_API_CALL *cl_api_clReleaseDeviceEXT)(
1038 typedef cl_mem(CL_API_CALL *cl_api_clCreateFromEGLImageKHR)(
1043 typedef cl_int(CL_API_CALL *cl_api_clEnqueueAcquireEGLObjectsKHR)(
1048 typedef cl_int(CL_API_CALL *cl_api_clEnqueueReleaseEGLObjectsKHR)(
1054 typedef cl_event(CL_API_CALL *cl_api_clCreateEventFromEGLSyncKHR)(
1060 typedef cl_int(CL_API_CALL *cl_api_clSetDefaultDeviceCommandQueue)(
1064 typedef cl_program(CL_API_CALL *cl_api_clCreateProgramWithIL)(
1068 typedef cl_int(CL_API_CALL *cl_api_clGetKernelSubGroupInfo)(
1073 typedef cl_kernel(CL_API_CALL *cl_api_clCloneKernel)(
1076 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMMigrateMem)(
1083 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceAndHostTimer)(
1087 typedef cl_int(CL_API_CALL *cl_api_clGetHostTimer)(