derelict.opencl.functions

Undocumented in source.

Members

Aliases

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.

Static variables

clBuildProgram
da_clBuildProgram clBuildProgram;
Undocumented in source.
clCloneKernel
da_clCloneKernel clCloneKernel;
Undocumented in source.
clCompileProgram
da_clCompileProgram clCompileProgram;
Undocumented in source.
clCreateBuffer
da_clCreateBuffer clCreateBuffer;
Undocumented in source.
clCreateCommandQueue
da_clCreateCommandQueue clCreateCommandQueue;
Undocumented in source.
clCreateCommandQueueWithProperties
da_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties;
Undocumented in source.
clCreateContext
da_clCreateContext clCreateContext;
Undocumented in source.
clCreateContextFromType
da_clCreateContextFromType clCreateContextFromType;
Undocumented in source.
clCreateImage
da_clCreateImage clCreateImage;
Undocumented in source.
clCreateImage2D
da_clCreateImage2D clCreateImage2D;
Undocumented in source.
clCreateImage3D
da_clCreateImage3D clCreateImage3D;
Undocumented in source.
clCreateKernel
da_clCreateKernel clCreateKernel;
Undocumented in source.
clCreateKernelsInProgram
da_clCreateKernelsInProgram clCreateKernelsInProgram;
Undocumented in source.
clCreatePipe
da_clCreatePipe clCreatePipe;
Undocumented in source.
clCreateProgramWithBinary
da_clCreateProgramWithBinary clCreateProgramWithBinary;
Undocumented in source.
clCreateProgramWithBuiltInKernels
da_clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels;
Undocumented in source.
clCreateProgramWithIL
da_clCreateProgramWithIL clCreateProgramWithIL;
Undocumented in source.
clCreateProgramWithSource
da_clCreateProgramWithSource clCreateProgramWithSource;
Undocumented in source.
clCreateSampler
da_clCreateSampler clCreateSampler;
Undocumented in source.
clCreateSamplerWithProperties
da_clCreateSamplerWithProperties clCreateSamplerWithProperties;
Undocumented in source.
clCreateSubBuffer
da_clCreateSubBuffer clCreateSubBuffer;
Undocumented in source.
clCreateSubDevices
da_clCreateSubDevices clCreateSubDevices;
Undocumented in source.
clCreateUserEvent
da_clCreateUserEvent clCreateUserEvent;
Undocumented in source.
clEnqueueBarrier
da_clEnqueueBarrier clEnqueueBarrier;
Undocumented in source.
clEnqueueBarrierWithWaitList
da_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList;
Undocumented in source.
clEnqueueCopyBuffer
da_clEnqueueCopyBuffer clEnqueueCopyBuffer;
Undocumented in source.
clEnqueueCopyBufferRect
da_clEnqueueCopyBufferRect clEnqueueCopyBufferRect;
Undocumented in source.
clEnqueueCopyBufferToImage
da_clEnqueueCopyBufferToImage clEnqueueCopyBufferToImage;
Undocumented in source.
clEnqueueCopyImage
da_clEnqueueCopyImage clEnqueueCopyImage;
Undocumented in source.
clEnqueueCopyImageToBuffer
da_clEnqueueCopyImageToBuffer clEnqueueCopyImageToBuffer;
Undocumented in source.
clEnqueueFillBuffer
da_clEnqueueFillBuffer clEnqueueFillBuffer;
Undocumented in source.
clEnqueueFillImage
da_clEnqueueFillImage clEnqueueFillImage;
Undocumented in source.
clEnqueueMapBuffer
da_clEnqueueMapBuffer clEnqueueMapBuffer;
Undocumented in source.
clEnqueueMapImage
da_clEnqueueMapImage clEnqueueMapImage;
Undocumented in source.
clEnqueueMarker
da_clEnqueueMarker clEnqueueMarker;
Undocumented in source.
clEnqueueMarkerWithWaitList
da_clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList;
Undocumented in source.
clEnqueueMigrateMemObjects
da_clEnqueueMigrateMemObjects clEnqueueMigrateMemObjects;
Undocumented in source.
clEnqueueNDRangeKernel
da_clEnqueueNDRangeKernel clEnqueueNDRangeKernel;
Undocumented in source.
clEnqueueNativeKernel
da_clEnqueueNativeKernel clEnqueueNativeKernel;
Undocumented in source.
clEnqueueReadBuffer
da_clEnqueueReadBuffer clEnqueueReadBuffer;
Undocumented in source.
clEnqueueReadBufferRect
da_clEnqueueReadBufferRect clEnqueueReadBufferRect;
Undocumented in source.
clEnqueueReadImage
da_clEnqueueReadImage clEnqueueReadImage;
Undocumented in source.
clEnqueueSVMFree
da_clEnqueueSVMFree clEnqueueSVMFree;
Undocumented in source.
clEnqueueSVMMap
da_clEnqueueSVMMap clEnqueueSVMMap;
Undocumented in source.
clEnqueueSVMMemFill
da_clEnqueueSVMMemFill clEnqueueSVMMemFill;
Undocumented in source.
clEnqueueSVMMemcpy
da_clEnqueueSVMMemcpy clEnqueueSVMMemcpy;
Undocumented in source.
clEnqueueSVMMigrateMem
da_clEnqueueSVMMigrateMem clEnqueueSVMMigrateMem;
Undocumented in source.
clEnqueueSVMUnmap
da_clEnqueueSVMUnmap clEnqueueSVMUnmap;
Undocumented in source.
clEnqueueTask
da_clEnqueueTask clEnqueueTask;
Undocumented in source.
clEnqueueUnmapMemObject
da_clEnqueueUnmapMemObject clEnqueueUnmapMemObject;
Undocumented in source.
clEnqueueWaitForEvents
da_clEnqueueWaitForEvents clEnqueueWaitForEvents;
Undocumented in source.
clEnqueueWriteBuffer
da_clEnqueueWriteBuffer clEnqueueWriteBuffer;
Undocumented in source.
clEnqueueWriteBufferRect
da_clEnqueueWriteBufferRect clEnqueueWriteBufferRect;
Undocumented in source.
clEnqueueWriteImage
da_clEnqueueWriteImage clEnqueueWriteImage;
Undocumented in source.
clFinish
da_clFinish clFinish;
Undocumented in source.
clFlush
da_clFlush clFlush;
Undocumented in source.
clGetCommandQueueInfo
da_clGetCommandQueueInfo clGetCommandQueueInfo;
Undocumented in source.
clGetContextInfo
da_clGetContextInfo clGetContextInfo;
Undocumented in source.
clGetDeviceAndHostTimer
da_clGetDeviceAndHostTimer clGetDeviceAndHostTimer;
Undocumented in source.
clGetDeviceIDs
da_clGetDeviceIDs clGetDeviceIDs;
Undocumented in source.
clGetDeviceInfo
da_clGetDeviceInfo clGetDeviceInfo;
Undocumented in source.
clGetEventInfo
da_clGetEventInfo clGetEventInfo;
Undocumented in source.
clGetEventProfilingInfo
da_clGetEventProfilingInfo clGetEventProfilingInfo;
Undocumented in source.
clGetExtensionFunctionAddress
da_clGetExtensionFunctionAddress clGetExtensionFunctionAddress;
Undocumented in source.
clGetExtensionFunctionAddressForPlatform
da_clGetExtensionFunctionAddressForPlatform clGetExtensionFunctionAddressForPlatform;
Undocumented in source.
clGetHostTimer
da_clGetHostTimer clGetHostTimer;
Undocumented in source.
clGetImageInfo
da_clGetImageInfo clGetImageInfo;
Undocumented in source.
clGetKernelArgInfo
da_clGetKernelArgInfo clGetKernelArgInfo;
Undocumented in source.
clGetKernelInfo
da_clGetKernelInfo clGetKernelInfo;
Undocumented in source.
clGetKernelSubGroupInfo
da_clGetKernelSubGroupInfo clGetKernelSubGroupInfo;
Undocumented in source.
clGetKernelWorkGroupInfo
da_clGetKernelWorkGroupInfo clGetKernelWorkGroupInfo;
Undocumented in source.
clGetMemObjectInfo
da_clGetMemObjectInfo clGetMemObjectInfo;
Undocumented in source.
clGetPipeInfo
da_clGetPipeInfo clGetPipeInfo;
Undocumented in source.
clGetPlatformIDs
da_clGetPlatformIDs clGetPlatformIDs;
Undocumented in source.
clGetPlatformInfo
da_clGetPlatformInfo clGetPlatformInfo;
Undocumented in source.
clGetProgramBuildInfo
da_clGetProgramBuildInfo clGetProgramBuildInfo;
Undocumented in source.
clGetProgramInfo
da_clGetProgramInfo clGetProgramInfo;
Undocumented in source.
clGetSamplerInfo
da_clGetSamplerInfo clGetSamplerInfo;
Undocumented in source.
clGetSupportedImageFormats
da_clGetSupportedImageFormats clGetSupportedImageFormats;
Undocumented in source.
clLinkProgram
da_clLinkProgram clLinkProgram;
Undocumented in source.
clReleaseCommandQueue
da_clReleaseCommandQueue clReleaseCommandQueue;
Undocumented in source.
clReleaseContext
da_clReleaseContext clReleaseContext;
Undocumented in source.
clReleaseDevice
da_clReleaseDevice clReleaseDevice;
Undocumented in source.
clReleaseEvent
da_clReleaseEvent clReleaseEvent;
Undocumented in source.
clReleaseKernel
da_clReleaseKernel clReleaseKernel;
Undocumented in source.
clReleaseMemObject
da_clReleaseMemObject clReleaseMemObject;
Undocumented in source.
clReleaseProgram
da_clReleaseProgram clReleaseProgram;
Undocumented in source.
clReleaseSampler
da_clReleaseSampler clReleaseSampler;
Undocumented in source.
clRetainCommandQueue
da_clRetainCommandQueue clRetainCommandQueue;
Undocumented in source.
clRetainContext
da_clRetainContext clRetainContext;
Undocumented in source.
clRetainDevice
da_clRetainDevice clRetainDevice;
Undocumented in source.
clRetainEvent
da_clRetainEvent clRetainEvent;
Undocumented in source.
clRetainKernel
da_clRetainKernel clRetainKernel;
Undocumented in source.
clRetainMemObject
da_clRetainMemObject clRetainMemObject;
Undocumented in source.
clRetainProgram
da_clRetainProgram clRetainProgram;
Undocumented in source.
clRetainSampler
da_clRetainSampler clRetainSampler;
Undocumented in source.
clSVMAlloc
da_clSVMAlloc clSVMAlloc;
Undocumented in source.
clSVMFree
da_clSVMFree clSVMFree;
Undocumented in source.
clSetCommandQueueProperty
da_clSetCommandQueueProperty clSetCommandQueueProperty;
Undocumented in source.
clSetDefaultDeviceCommandQueue
da_clSetDefaultDeviceCommandQueue clSetDefaultDeviceCommandQueue;
Undocumented in source.
clSetEventCallback
da_clSetEventCallback clSetEventCallback;
Undocumented in source.
clSetKernelArg
da_clSetKernelArg clSetKernelArg;
Undocumented in source.
clSetKernelArgSVMPointer
da_clSetKernelArgSVMPointer clSetKernelArgSVMPointer;
Undocumented in source.
clSetKernelExecInfo
da_clSetKernelExecInfo clSetKernelExecInfo;
Undocumented in source.
clSetMemObjectDestructorCallback
da_clSetMemObjectDestructorCallback clSetMemObjectDestructorCallback;
Undocumented in source.
clSetProgramReleaseCallback
da_clSetProgramReleaseCallback clSetProgramReleaseCallback;
Undocumented in source.
clSetProgramSpecializationConstant
da_clSetProgramSpecializationConstant clSetProgramSpecializationConstant;
Undocumented in source.
clSetUserEventStatus
da_clSetUserEventStatus clSetUserEventStatus;
Undocumented in source.
clUnloadCompiler
da_clUnloadCompiler clUnloadCompiler;
Undocumented in source.
clUnloadPlatformCompiler
da_clUnloadPlatformCompiler clUnloadPlatformCompiler;
Undocumented in source.
clWaitForEvents
da_clWaitForEvents clWaitForEvents;
Undocumented in source.

Structs

OpenCLFunc
struct OpenCLFunc
Undocumented in source.

Meta