Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_dlopencl_symbols_t Struct Reference

#include <dlopencl.h>

+ Collaboration diagram for dt_dlopencl_symbols_t:

Data Fields

dt_clGetPlatformIDs_t dt_clGetPlatformIDs
 
dt_clGetPlatformInfo_t dt_clGetPlatformInfo
 
dt_clGetDeviceIDs_t dt_clGetDeviceIDs
 
dt_clGetDeviceInfo_t dt_clGetDeviceInfo
 
dt_clCreateContext_t dt_clCreateContext
 
dt_clCreateContextFromType_t dt_clCreateContextFromType
 
dt_clRetainContext_t dt_clRetainContext
 
dt_clReleaseContext_t dt_clReleaseContext
 
dt_clGetContextInfo_t dt_clGetContextInfo
 
dt_clCreateCommandQueue_t dt_clCreateCommandQueue
 
dt_clRetainCommandQueue_t dt_clRetainCommandQueue
 
dt_clReleaseCommandQueue_t dt_clReleaseCommandQueue
 
dt_clGetCommandQueueInfo_t dt_clGetCommandQueueInfo
 
dt_clSetCommandQueueProperty_t dt_clSetCommandQueueProperty
 
dt_clCreateBuffer_t dt_clCreateBuffer
 
dt_clCreateSubBuffer_t dt_clCreateSubBuffer
 
dt_clCreateImage2D_t dt_clCreateImage2D
 
dt_clCreateImage3D_t dt_clCreateImage3D
 
dt_clRetainMemObject_t dt_clRetainMemObject
 
dt_clReleaseMemObject_t dt_clReleaseMemObject
 
dt_clGetSupportedImageFormats_t dt_clGetSupportedImageFormats
 
dt_clGetMemObjectInfo_t dt_clGetMemObjectInfo
 
dt_clGetImageInfo_t dt_clGetImageInfo
 
dt_clSetMemObjectDestructorCallback_t dt_clSetMemObjectDestructorCallback
 
dt_clCreateSampler_t dt_clCreateSampler
 
dt_clRetainSampler_t dt_clRetainSampler
 
dt_clReleaseSampler_t dt_clReleaseSampler
 
dt_clGetSamplerInfo_t dt_clGetSamplerInfo
 
dt_clCreateProgramWithSource_t dt_clCreateProgramWithSource
 
dt_clCreateProgramWithBinary_t dt_clCreateProgramWithBinary
 
dt_clRetainProgram_t dt_clRetainProgram
 
dt_clReleaseProgram_t dt_clReleaseProgram
 
dt_clBuildProgram_t dt_clBuildProgram
 
dt_clUnloadCompiler_t dt_clUnloadCompiler
 
dt_clGetProgramInfo_t dt_clGetProgramInfo
 
dt_clGetProgramBuildInfo_t dt_clGetProgramBuildInfo
 
dt_clCreateKernel_t dt_clCreateKernel
 
dt_clCreateKernelsInProgram_t dt_clCreateKernelsInProgram
 
dt_clRetainKernel_t dt_clRetainKernel
 
dt_clReleaseKernel_t dt_clReleaseKernel
 
dt_clSetKernelArg_t dt_clSetKernelArg
 
dt_clGetKernelInfo_t dt_clGetKernelInfo
 
dt_clGetKernelWorkGroupInfo_t dt_clGetKernelWorkGroupInfo
 
dt_clWaitForEvents_t dt_clWaitForEvents
 
dt_clGetEventInfo_t dt_clGetEventInfo
 
dt_clCreateUserEvent_t dt_clCreateUserEvent
 
dt_clRetainEvent_t dt_clRetainEvent
 
dt_clReleaseEvent_t dt_clReleaseEvent
 
dt_clSetUserEventStatus_t dt_clSetUserEventStatus
 
dt_clSetEventCallback_t dt_clSetEventCallback
 
dt_clGetEventProfilingInfo_t dt_clGetEventProfilingInfo
 
dt_clFlush_t dt_clFlush
 
dt_clFinish_t dt_clFinish
 
dt_clEnqueueReadBuffer_t dt_clEnqueueReadBuffer
 
dt_clEnqueueReadBufferRect_t dt_clEnqueueReadBufferRect
 
dt_clEnqueueWriteBuffer_t dt_clEnqueueWriteBuffer
 
dt_clEnqueueWriteBufferRect_t dt_clEnqueueWriteBufferRect
 
dt_clEnqueueCopyBuffer_t dt_clEnqueueCopyBuffer
 
dt_clEnqueueCopyBufferRect_t dt_clEnqueueCopyBufferRect
 
dt_clEnqueueReadImage_t dt_clEnqueueReadImage
 
dt_clEnqueueWriteImage_t dt_clEnqueueWriteImage
 
dt_clEnqueueCopyImage_t dt_clEnqueueCopyImage
 
dt_clEnqueueCopyImageToBuffer_t dt_clEnqueueCopyImageToBuffer
 
dt_clEnqueueCopyBufferToImage_t dt_clEnqueueCopyBufferToImage
 
dt_clEnqueueMapBuffer_t dt_clEnqueueMapBuffer
 
dt_clEnqueueMapImage_t dt_clEnqueueMapImage
 
dt_clEnqueueUnmapMemObject_t dt_clEnqueueUnmapMemObject
 
dt_clEnqueueNDRangeKernel_t dt_clEnqueueNDRangeKernel
 
dt_clEnqueueTask_t dt_clEnqueueTask
 
dt_clEnqueueNativeKernel_t dt_clEnqueueNativeKernel
 
dt_clEnqueueMarker_t dt_clEnqueueMarker
 
dt_clEnqueueWaitForEvents_t dt_clEnqueueWaitForEvents
 
dt_clEnqueueBarrier_t dt_clEnqueueBarrier
 

Field Documentation

◆ dt_clBuildProgram

dt_clBuildProgram_t dt_dlopencl_symbols_t::dt_clBuildProgram

Referenced by dt_opencl_build_program().

◆ dt_clCreateBuffer

◆ dt_clCreateCommandQueue

dt_clCreateCommandQueue_t dt_dlopencl_symbols_t::dt_clCreateCommandQueue

Referenced by dt_opencl_device_init().

◆ dt_clCreateContext

dt_clCreateContext_t dt_dlopencl_symbols_t::dt_clCreateContext

Referenced by dt_opencl_device_init().

◆ dt_clCreateContextFromType

dt_clCreateContextFromType_t dt_dlopencl_symbols_t::dt_clCreateContextFromType

◆ dt_clCreateImage2D

dt_clCreateImage2D_t dt_dlopencl_symbols_t::dt_clCreateImage2D

◆ dt_clCreateImage3D

dt_clCreateImage3D_t dt_dlopencl_symbols_t::dt_clCreateImage3D

◆ dt_clCreateKernel

dt_clCreateKernel_t dt_dlopencl_symbols_t::dt_clCreateKernel

Referenced by dt_opencl_create_kernel().

◆ dt_clCreateKernelsInProgram

dt_clCreateKernelsInProgram_t dt_dlopencl_symbols_t::dt_clCreateKernelsInProgram

◆ dt_clCreateProgramWithBinary

dt_clCreateProgramWithBinary_t dt_dlopencl_symbols_t::dt_clCreateProgramWithBinary

Referenced by dt_opencl_load_program().

◆ dt_clCreateProgramWithSource

dt_clCreateProgramWithSource_t dt_dlopencl_symbols_t::dt_clCreateProgramWithSource

Referenced by dt_opencl_load_program().

◆ dt_clCreateSampler

dt_clCreateSampler_t dt_dlopencl_symbols_t::dt_clCreateSampler

◆ dt_clCreateSubBuffer

dt_clCreateSubBuffer_t dt_dlopencl_symbols_t::dt_clCreateSubBuffer

◆ dt_clCreateUserEvent

dt_clCreateUserEvent_t dt_dlopencl_symbols_t::dt_clCreateUserEvent

◆ dt_clEnqueueBarrier

dt_clEnqueueBarrier_t dt_dlopencl_symbols_t::dt_clEnqueueBarrier

◆ dt_clEnqueueCopyBuffer

dt_clEnqueueCopyBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBuffer

◆ dt_clEnqueueCopyBufferRect

dt_clEnqueueCopyBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBufferRect

◆ dt_clEnqueueCopyBufferToImage

dt_clEnqueueCopyBufferToImage_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBufferToImage

◆ dt_clEnqueueCopyImage

dt_clEnqueueCopyImage_t dt_dlopencl_symbols_t::dt_clEnqueueCopyImage

◆ dt_clEnqueueCopyImageToBuffer

dt_clEnqueueCopyImageToBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueCopyImageToBuffer

◆ dt_clEnqueueMapBuffer

dt_clEnqueueMapBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueMapBuffer

Referenced by dt_opencl_map_buffer().

◆ dt_clEnqueueMapImage

dt_clEnqueueMapImage_t dt_dlopencl_symbols_t::dt_clEnqueueMapImage

Referenced by dt_opencl_map_image().

◆ dt_clEnqueueMarker

dt_clEnqueueMarker_t dt_dlopencl_symbols_t::dt_clEnqueueMarker

◆ dt_clEnqueueNativeKernel

dt_clEnqueueNativeKernel_t dt_dlopencl_symbols_t::dt_clEnqueueNativeKernel

◆ dt_clEnqueueNDRangeKernel

dt_clEnqueueNDRangeKernel_t dt_dlopencl_symbols_t::dt_clEnqueueNDRangeKernel

◆ dt_clEnqueueReadBuffer

dt_clEnqueueReadBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueReadBuffer

◆ dt_clEnqueueReadBufferRect

dt_clEnqueueReadBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueReadBufferRect

◆ dt_clEnqueueReadImage

dt_clEnqueueReadImage_t dt_dlopencl_symbols_t::dt_clEnqueueReadImage

◆ dt_clEnqueueTask

dt_clEnqueueTask_t dt_dlopencl_symbols_t::dt_clEnqueueTask

◆ dt_clEnqueueUnmapMemObject

dt_clEnqueueUnmapMemObject_t dt_dlopencl_symbols_t::dt_clEnqueueUnmapMemObject

◆ dt_clEnqueueWaitForEvents

dt_clEnqueueWaitForEvents_t dt_dlopencl_symbols_t::dt_clEnqueueWaitForEvents

◆ dt_clEnqueueWriteBuffer

dt_clEnqueueWriteBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueWriteBuffer

◆ dt_clEnqueueWriteBufferRect

dt_clEnqueueWriteBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueWriteBufferRect

◆ dt_clEnqueueWriteImage

dt_clEnqueueWriteImage_t dt_dlopencl_symbols_t::dt_clEnqueueWriteImage

◆ dt_clFinish

dt_clFinish_t dt_dlopencl_symbols_t::dt_clFinish

Referenced by dt_opencl_finish().

◆ dt_clFlush

dt_clFlush_t dt_dlopencl_symbols_t::dt_clFlush

◆ dt_clGetCommandQueueInfo

dt_clGetCommandQueueInfo_t dt_dlopencl_symbols_t::dt_clGetCommandQueueInfo

◆ dt_clGetContextInfo

dt_clGetContextInfo_t dt_dlopencl_symbols_t::dt_clGetContextInfo

◆ dt_clGetDeviceIDs

dt_clGetDeviceIDs_t dt_dlopencl_symbols_t::dt_clGetDeviceIDs

Referenced by dt_opencl_init().

◆ dt_clGetDeviceInfo

◆ dt_clGetEventInfo

dt_clGetEventInfo_t dt_dlopencl_symbols_t::dt_clGetEventInfo

Referenced by dt_opencl_events_flush().

◆ dt_clGetEventProfilingInfo

dt_clGetEventProfilingInfo_t dt_dlopencl_symbols_t::dt_clGetEventProfilingInfo

Referenced by dt_opencl_events_flush().

◆ dt_clGetImageInfo

◆ dt_clGetKernelInfo

dt_clGetKernelInfo_t dt_dlopencl_symbols_t::dt_clGetKernelInfo

◆ dt_clGetKernelWorkGroupInfo

dt_clGetKernelWorkGroupInfo_t dt_dlopencl_symbols_t::dt_clGetKernelWorkGroupInfo

◆ dt_clGetMemObjectInfo

◆ dt_clGetPlatformIDs

dt_clGetPlatformIDs_t dt_dlopencl_symbols_t::dt_clGetPlatformIDs

Referenced by dt_opencl_init().

◆ dt_clGetPlatformInfo

dt_clGetPlatformInfo_t dt_dlopencl_symbols_t::dt_clGetPlatformInfo

◆ dt_clGetProgramBuildInfo

dt_clGetProgramBuildInfo_t dt_dlopencl_symbols_t::dt_clGetProgramBuildInfo

Referenced by dt_opencl_build_program().

◆ dt_clGetProgramInfo

dt_clGetProgramInfo_t dt_dlopencl_symbols_t::dt_clGetProgramInfo

Referenced by dt_opencl_build_program().

◆ dt_clGetSamplerInfo

dt_clGetSamplerInfo_t dt_dlopencl_symbols_t::dt_clGetSamplerInfo

◆ dt_clGetSupportedImageFormats

dt_clGetSupportedImageFormats_t dt_dlopencl_symbols_t::dt_clGetSupportedImageFormats

◆ dt_clReleaseCommandQueue

dt_clReleaseCommandQueue_t dt_dlopencl_symbols_t::dt_clReleaseCommandQueue

◆ dt_clReleaseContext

dt_clReleaseContext_t dt_dlopencl_symbols_t::dt_clReleaseContext

◆ dt_clReleaseEvent

dt_clReleaseEvent_t dt_dlopencl_symbols_t::dt_clReleaseEvent

◆ dt_clReleaseKernel

dt_clReleaseKernel_t dt_dlopencl_symbols_t::dt_clReleaseKernel

◆ dt_clReleaseMemObject

dt_clReleaseMemObject_t dt_dlopencl_symbols_t::dt_clReleaseMemObject

◆ dt_clReleaseProgram

dt_clReleaseProgram_t dt_dlopencl_symbols_t::dt_clReleaseProgram

◆ dt_clReleaseSampler

dt_clReleaseSampler_t dt_dlopencl_symbols_t::dt_clReleaseSampler

◆ dt_clRetainCommandQueue

dt_clRetainCommandQueue_t dt_dlopencl_symbols_t::dt_clRetainCommandQueue

◆ dt_clRetainContext

dt_clRetainContext_t dt_dlopencl_symbols_t::dt_clRetainContext

◆ dt_clRetainEvent

dt_clRetainEvent_t dt_dlopencl_symbols_t::dt_clRetainEvent

◆ dt_clRetainKernel

dt_clRetainKernel_t dt_dlopencl_symbols_t::dt_clRetainKernel

◆ dt_clRetainMemObject

dt_clRetainMemObject_t dt_dlopencl_symbols_t::dt_clRetainMemObject

◆ dt_clRetainProgram

dt_clRetainProgram_t dt_dlopencl_symbols_t::dt_clRetainProgram

◆ dt_clRetainSampler

dt_clRetainSampler_t dt_dlopencl_symbols_t::dt_clRetainSampler

◆ dt_clSetCommandQueueProperty

dt_clSetCommandQueueProperty_t dt_dlopencl_symbols_t::dt_clSetCommandQueueProperty

◆ dt_clSetEventCallback

dt_clSetEventCallback_t dt_dlopencl_symbols_t::dt_clSetEventCallback

◆ dt_clSetKernelArg

dt_clSetKernelArg_t dt_dlopencl_symbols_t::dt_clSetKernelArg

◆ dt_clSetMemObjectDestructorCallback

dt_clSetMemObjectDestructorCallback_t dt_dlopencl_symbols_t::dt_clSetMemObjectDestructorCallback

◆ dt_clSetUserEventStatus

dt_clSetUserEventStatus_t dt_dlopencl_symbols_t::dt_clSetUserEventStatus

◆ dt_clUnloadCompiler

dt_clUnloadCompiler_t dt_dlopencl_symbols_t::dt_clUnloadCompiler

◆ dt_clWaitForEvents

dt_clWaitForEvents_t dt_dlopencl_symbols_t::dt_clWaitForEvents

The documentation for this struct was generated from the following file: