- da_clBuildProgram
alias da_clBuildProgram = cl_int function(cl_program, cl_uint, const(cl_device_id*), const(char*), void function(cl_program, void*), void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCloneKernel
alias da_clCloneKernel = cl_kernel function(cl_kernel, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCompileProgram
alias da_clCompileProgram = cl_int function(cl_program, cl_uint, const(cl_device_id*), const(char*), cl_uint, const(cl_program*), const(char*)*, void function(cl_program, void*), void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateBuffer
alias da_clCreateBuffer = cl_mem function(cl_context, cl_mem_flags, size_t, void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateCommandQueue
alias da_clCreateCommandQueue = cl_command_queue function(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateCommandQueueWithProperties
alias da_clCreateCommandQueueWithProperties = cl_command_queue function(cl_context, cl_device_id, const cl_queue_properties*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateContext
alias da_clCreateContext = cl_context function(const(cl_context_properties*), cl_uint, const(cl_device_id*), void function(const(char*), const(void*), size_t, void*), void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateContextFromType
alias da_clCreateContextFromType = cl_context function(const(cl_context_properties*), cl_device_type, void function(const(char*), const(void*), size_t, void*), void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateImage
alias da_clCreateImage = cl_mem function(cl_context, cl_mem_flags, const(cl_image_format*), const(cl_image_desc*), void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateImage2D
alias da_clCreateImage2D = cl_mem function(cl_context, cl_mem_flags, const(cl_image_format*), size_t, size_t, size_t, void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateImage3D
alias da_clCreateImage3D = cl_mem function(cl_context, cl_mem_flags, const(cl_image_format*), size_t, size_t, size_t, size_t, size_t, void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateKernel
alias da_clCreateKernel = cl_kernel function(cl_program, const(char*), cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateKernelsInProgram
alias da_clCreateKernelsInProgram = cl_int function(cl_program, cl_uint, cl_kernel*, cl_uint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreatePipe
alias da_clCreatePipe = cl_mem function(cl_context, cl_mem_flags, cl_uint, cl_uint, const cl_pipe_properties*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateProgramWithBinary
alias da_clCreateProgramWithBinary = cl_program function(cl_context, cl_uint, const(cl_device_id*), const(size_t*), const(ubyte*)*, cl_int*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateProgramWithBuiltInKernels
alias da_clCreateProgramWithBuiltInKernels = cl_program function(cl_context, cl_uint, const(cl_device_id*), const(char*), cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateProgramWithIL
alias da_clCreateProgramWithIL = cl_program function(cl_context, const void*, size_t, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateProgramWithSource
alias da_clCreateProgramWithSource = cl_program function(cl_context, cl_uint, const(char*)*, const(size_t*), cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateSampler
alias da_clCreateSampler = cl_sampler function(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateSamplerWithProperties
alias da_clCreateSamplerWithProperties = cl_sampler function(cl_context, const cl_sampler_properties*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateSubBuffer
alias da_clCreateSubBuffer = cl_mem function(cl_mem, cl_mem_flags, cl_buffer_create_type, const(void*), cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateSubDevices
alias da_clCreateSubDevices = cl_int function(cl_device_id, const(cl_device_partition_property*), cl_uint, cl_device_id*, cl_uint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateUserEvent
alias da_clCreateUserEvent = cl_event function(cl_context, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueBarrier
alias da_clEnqueueBarrier = cl_int function(cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueBarrierWithWaitList
alias da_clEnqueueBarrierWithWaitList = cl_int function(cl_command_queue, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueCopyBuffer
alias da_clEnqueueCopyBuffer = cl_int function(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueCopyBufferRect
alias da_clEnqueueCopyBufferRect = cl_int function(cl_command_queue, cl_mem, cl_mem, const(size_t*), const(size_t*), const(size_t*), size_t, size_t, size_t, size_t, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueCopyBufferToImage
alias da_clEnqueueCopyBufferToImage = cl_int function(cl_command_queue, cl_mem, cl_mem, size_t, const(size_t*), const(size_t*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueCopyImage
alias da_clEnqueueCopyImage = cl_int function(cl_command_queue, cl_mem, cl_mem, const(size_t*), const(size_t*), const(size_t*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueCopyImageToBuffer
alias da_clEnqueueCopyImageToBuffer = cl_int function(cl_command_queue, cl_mem, cl_mem, const(size_t*), const(size_t*), size_t, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueFillBuffer
alias da_clEnqueueFillBuffer = cl_int function(cl_command_queue, cl_mem, const(void*), size_t, size_t, size_t, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueFillImage
alias da_clEnqueueFillImage = cl_int function(cl_command_queue, cl_mem, const(void*), const(size_t*), const(size_t*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueMapBuffer
alias da_clEnqueueMapBuffer = void* function(cl_command_queue, cl_mem, cl_bool, cl_map_flags, size_t, size_t, cl_uint, const(cl_event*), cl_event*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueMapImage
alias da_clEnqueueMapImage = void* function(cl_command_queue, cl_mem, cl_bool, cl_map_flags, const(size_t*), const(size_t*), size_t*, size_t*, cl_uint, const(cl_event*), cl_event*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueMarker
alias da_clEnqueueMarker = cl_int function(cl_command_queue, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueMarkerWithWaitList
alias da_clEnqueueMarkerWithWaitList = cl_int function(cl_command_queue, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueMigrateMemObjects
alias da_clEnqueueMigrateMemObjects = cl_int function(cl_command_queue, cl_uint, const(cl_mem*), cl_mem_migration_flags, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueNDRangeKernel
alias da_clEnqueueNDRangeKernel = cl_int function(cl_command_queue, cl_kernel, cl_uint, const(size_t*), const(size_t*), const(size_t*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueNativeKernel
alias da_clEnqueueNativeKernel = cl_int function(cl_command_queue, void function(void*), void*, size_t, cl_uint, const(cl_mem*), const(void*)*, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueReadBuffer
alias da_clEnqueueReadBuffer = cl_int function(cl_command_queue, cl_mem, cl_bool, size_t, size_t, void*, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueReadBufferRect
alias da_clEnqueueReadBufferRect = cl_int function(cl_command_queue, cl_mem, cl_bool, const(size_t*), const(size_t*), const(size_t*), size_t, size_t, size_t, size_t, void*, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueReadImage
alias da_clEnqueueReadImage = cl_int function(cl_command_queue, cl_mem, cl_bool, const(size_t*), const(size_t*), size_t, size_t, void*, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMFree
alias da_clEnqueueSVMFree = cl_int function(cl_command_queue, cl_uint, void**, void function(cl_command_queue, cl_uint, void**, void*), void*, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMMap
alias da_clEnqueueSVMMap = cl_int function(cl_command_queue, cl_bool, cl_map_flags, void*, size_t, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMMemFill
alias da_clEnqueueSVMMemFill = cl_int function(cl_command_queue, void*, const void*, size_t, size_t, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMMemcpy
alias da_clEnqueueSVMMemcpy = cl_int function(cl_command_queue, cl_bool, void*, const void*, size_t, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMMigrateMem
alias da_clEnqueueSVMMigrateMem = cl_int function(cl_command_queue, cl_uint, const void**, const size_t*, cl_mem_migration_flags, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueSVMUnmap
alias da_clEnqueueSVMUnmap = cl_int function(cl_command_queue, void*, cl_uint, const cl_event*, cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueTask
alias da_clEnqueueTask = cl_int function(cl_command_queue, cl_kernel, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueUnmapMemObject
alias da_clEnqueueUnmapMemObject = cl_int function(cl_command_queue, cl_mem, void*, cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueWaitForEvents
alias da_clEnqueueWaitForEvents = cl_int function(cl_command_queue, cl_uint, const(cl_event*))
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueWriteBuffer
alias da_clEnqueueWriteBuffer = cl_int function(cl_command_queue, cl_mem, cl_bool, size_t, size_t, const(void*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueWriteBufferRect
alias da_clEnqueueWriteBufferRect = cl_int function(cl_command_queue, cl_mem, cl_bool, const(size_t*), const(size_t*), const(size_t*), size_t, size_t, size_t, size_t, const(void*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueWriteImage
alias da_clEnqueueWriteImage = cl_int function(cl_command_queue, cl_mem, cl_bool, const(size_t*), const(size_t*), size_t, size_t, const(void*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clFinish
alias da_clFinish = cl_int function(cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clFlush
alias da_clFlush = cl_int function(cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetCommandQueueInfo
alias da_clGetCommandQueueInfo = cl_int function(cl_command_queue, cl_command_queue_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetContextInfo
alias da_clGetContextInfo = cl_int function(cl_context, cl_context_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetDeviceAndHostTimer
alias da_clGetDeviceAndHostTimer = cl_int function(cl_device_id, cl_ulong*, cl_ulong*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetDeviceIDs
alias da_clGetDeviceIDs = cl_int function(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetDeviceInfo
alias da_clGetDeviceInfo = cl_int function(cl_device_id, cl_device_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetEventInfo
alias da_clGetEventInfo = cl_int function(cl_event, cl_event_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetEventProfilingInfo
alias da_clGetEventProfilingInfo = cl_int function(cl_event, cl_profiling_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetExtensionFunctionAddress
alias da_clGetExtensionFunctionAddress = void* function(const(char*))
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetExtensionFunctionAddressForPlatform
alias da_clGetExtensionFunctionAddressForPlatform = void* function(cl_platform_id, const(char*))
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetHostTimer
alias da_clGetHostTimer = cl_int function(cl_device_id, cl_ulong*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetImageInfo
alias da_clGetImageInfo = cl_int function(cl_mem, cl_image_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetKernelArgInfo
alias da_clGetKernelArgInfo = cl_int function(cl_kernel, cl_uint, cl_kernel_arg_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetKernelInfo
alias da_clGetKernelInfo = cl_int function(cl_kernel, cl_kernel_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetKernelSubGroupInfo
alias da_clGetKernelSubGroupInfo = cl_int function(cl_kernel, cl_device_id, cl_kernel_sub_group_info, size_t, const void*, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetKernelWorkGroupInfo
alias da_clGetKernelWorkGroupInfo = cl_int function(cl_kernel, cl_device_id, cl_kernel_work_group_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetMemObjectInfo
alias da_clGetMemObjectInfo = cl_int function(cl_mem, cl_mem_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetPipeInfo
alias da_clGetPipeInfo = cl_int function(cl_mem, cl_pipe_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetPlatformIDs
alias da_clGetPlatformIDs = cl_int function(cl_uint, cl_platform_id*, cl_uint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetPlatformInfo
alias da_clGetPlatformInfo = cl_int function(cl_platform_id, cl_platform_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetProgramBuildInfo
alias da_clGetProgramBuildInfo = cl_int function(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetProgramInfo
alias da_clGetProgramInfo = cl_int function(cl_program, cl_program_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetSamplerInfo
alias da_clGetSamplerInfo = cl_int function(cl_sampler, cl_sampler_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetSupportedImageFormats
alias da_clGetSupportedImageFormats = cl_int function(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clLinkProgram
alias da_clLinkProgram = cl_program function(cl_context, cl_uint, const(cl_device_id*), const(char*), cl_uint, const(cl_program*), void function(cl_program, void*), void*, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseCommandQueue
alias da_clReleaseCommandQueue = cl_int function(cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseContext
alias da_clReleaseContext = cl_int function(cl_context)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseDevice
alias da_clReleaseDevice = cl_int function(cl_device_id)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseEvent
alias da_clReleaseEvent = cl_int function(cl_event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseKernel
alias da_clReleaseKernel = cl_int function(cl_kernel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseMemObject
alias da_clReleaseMemObject = cl_int function(cl_mem)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseProgram
alias da_clReleaseProgram = cl_int function(cl_program)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clReleaseSampler
alias da_clReleaseSampler = cl_int function(cl_sampler)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainCommandQueue
alias da_clRetainCommandQueue = cl_int function(cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainContext
alias da_clRetainContext = cl_int function(cl_context)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainDevice
alias da_clRetainDevice = cl_int function(cl_device_id)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainEvent
alias da_clRetainEvent = cl_int function(cl_event)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainKernel
alias da_clRetainKernel = cl_int function(cl_kernel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainMemObject
alias da_clRetainMemObject = cl_int function(cl_mem)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainProgram
alias da_clRetainProgram = cl_int function(cl_program)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clRetainSampler
alias da_clRetainSampler = cl_int function(cl_sampler)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSVMAlloc
alias da_clSVMAlloc = void* function(cl_context, cl_svm_mem_flags, size_t, cl_uint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSVMFree
alias da_clSVMFree = void function(cl_context, void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetCommandQueueProperty
alias da_clSetCommandQueueProperty = cl_int function(cl_command_queue, cl_command_queue_properties, cl_bool, cl_command_queue_properties*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetDefaultDeviceCommandQueue
alias da_clSetDefaultDeviceCommandQueue = cl_int function(cl_context, cl_device_id, cl_command_queue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetEventCallback
alias da_clSetEventCallback = cl_int function(cl_event, cl_int, void function(cl_event, cl_int, void*), void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetKernelArg
alias da_clSetKernelArg = cl_int function(cl_kernel, cl_uint, size_t, const(void*))
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetKernelArgSVMPointer
alias da_clSetKernelArgSVMPointer = cl_int function(cl_kernel, cl_uint, void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetKernelExecInfo
alias da_clSetKernelExecInfo = cl_int function(cl_kernel, cl_kernel_exec_info, size_t, const void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetMemObjectDestructorCallback
alias da_clSetMemObjectDestructorCallback = cl_int function(cl_mem, void function(cl_mem, void*), void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetProgramReleaseCallback
alias da_clSetProgramReleaseCallback = cl_int function(cl_program, void function(cl_program, void*), void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetProgramSpecializationConstant
alias da_clSetProgramSpecializationConstant = cl_int function(cl_program, cl_uint, size_t, const void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clSetUserEventStatus
alias da_clSetUserEventStatus = cl_int function(cl_event, cl_int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clUnloadCompiler
alias da_clUnloadCompiler = cl_int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clUnloadPlatformCompiler
alias da_clUnloadPlatformCompiler = cl_int function(cl_platform_id)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clWaitForEvents
alias da_clWaitForEvents = cl_int function(cl_uint, const(cl_event*))
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.