![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <dlopencl.h>
Collaboration diagram for dt_dlopencl_symbols_t:Definition at line 149 of file dlopencl.h.
| dt_clBuildProgram_t dt_dlopencl_symbols_t::dt_clBuildProgram |
Definition at line 183 of file dlopencl.h.
Referenced by dt_opencl_build_program().
| dt_clCreateBuffer_t dt_dlopencl_symbols_t::dt_clCreateBuffer |
Definition at line 165 of file dlopencl.h.
Referenced by dt_opencl_alloc_device_buffer_with_flags(), and dt_opencl_copy_host_to_device_constant().
| dt_clCreateCommandQueue_t dt_dlopencl_symbols_t::dt_clCreateCommandQueue |
Definition at line 160 of file dlopencl.h.
Referenced by dt_opencl_device_init().
| dt_clCreateContext_t dt_dlopencl_symbols_t::dt_clCreateContext |
Definition at line 155 of file dlopencl.h.
Referenced by dt_opencl_device_init().
| dt_clCreateContextFromType_t dt_dlopencl_symbols_t::dt_clCreateContextFromType |
Definition at line 156 of file dlopencl.h.
| dt_clCreateImage2D_t dt_dlopencl_symbols_t::dt_clCreateImage2D |
Definition at line 167 of file dlopencl.h.
Referenced by _dt_opencl_alloc_image2d(), and dt_opencl_copy_host_to_device_rowpitch().
| dt_clCreateImage3D_t dt_dlopencl_symbols_t::dt_clCreateImage3D |
Definition at line 168 of file dlopencl.h.
| dt_clCreateKernel_t dt_dlopencl_symbols_t::dt_clCreateKernel |
Definition at line 187 of file dlopencl.h.
Referenced by dt_opencl_create_kernel().
| dt_clCreateKernelsInProgram_t dt_dlopencl_symbols_t::dt_clCreateKernelsInProgram |
Definition at line 188 of file dlopencl.h.
| dt_clCreateProgramWithBinary_t dt_dlopencl_symbols_t::dt_clCreateProgramWithBinary |
Definition at line 180 of file dlopencl.h.
Referenced by dt_opencl_load_program().
| dt_clCreateProgramWithSource_t dt_dlopencl_symbols_t::dt_clCreateProgramWithSource |
Definition at line 179 of file dlopencl.h.
Referenced by dt_opencl_load_program().
| dt_clCreateSampler_t dt_dlopencl_symbols_t::dt_clCreateSampler |
Definition at line 175 of file dlopencl.h.
| dt_clCreateSubBuffer_t dt_dlopencl_symbols_t::dt_clCreateSubBuffer |
Definition at line 166 of file dlopencl.h.
| dt_clCreateUserEvent_t dt_dlopencl_symbols_t::dt_clCreateUserEvent |
Definition at line 196 of file dlopencl.h.
| dt_clEnqueueBarrier_t dt_dlopencl_symbols_t::dt_clEnqueueBarrier |
Definition at line 223 of file dlopencl.h.
Referenced by dt_opencl_enqueue_barrier().
| dt_clEnqueueCopyBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBuffer |
Definition at line 208 of file dlopencl.h.
Referenced by dt_opencl_enqueue_copy_buffer_to_buffer().
| dt_clEnqueueCopyBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBufferRect |
Definition at line 209 of file dlopencl.h.
| dt_clEnqueueCopyBufferToImage_t dt_dlopencl_symbols_t::dt_clEnqueueCopyBufferToImage |
Definition at line 214 of file dlopencl.h.
Referenced by dt_opencl_enqueue_copy_buffer_to_image().
| dt_clEnqueueCopyImage_t dt_dlopencl_symbols_t::dt_clEnqueueCopyImage |
Definition at line 212 of file dlopencl.h.
Referenced by dt_opencl_enqueue_copy_image().
| dt_clEnqueueCopyImageToBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueCopyImageToBuffer |
Definition at line 213 of file dlopencl.h.
Referenced by dt_opencl_enqueue_copy_image_to_buffer().
| dt_clEnqueueMapBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueMapBuffer |
Definition at line 215 of file dlopencl.h.
Referenced by dt_opencl_map_buffer().
| dt_clEnqueueMapImage_t dt_dlopencl_symbols_t::dt_clEnqueueMapImage |
Definition at line 216 of file dlopencl.h.
Referenced by dt_opencl_map_image().
| dt_clEnqueueMarker_t dt_dlopencl_symbols_t::dt_clEnqueueMarker |
Definition at line 221 of file dlopencl.h.
| dt_clEnqueueNativeKernel_t dt_dlopencl_symbols_t::dt_clEnqueueNativeKernel |
Definition at line 220 of file dlopencl.h.
| dt_clEnqueueNDRangeKernel_t dt_dlopencl_symbols_t::dt_clEnqueueNDRangeKernel |
Definition at line 218 of file dlopencl.h.
Referenced by dt_opencl_enqueue_kernel_2d_with_local().
| dt_clEnqueueReadBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueReadBuffer |
Definition at line 204 of file dlopencl.h.
Referenced by dt_opencl_read_buffer_from_device().
| dt_clEnqueueReadBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueReadBufferRect |
Definition at line 205 of file dlopencl.h.
| dt_clEnqueueReadImage_t dt_dlopencl_symbols_t::dt_clEnqueueReadImage |
Definition at line 210 of file dlopencl.h.
Referenced by dt_opencl_read_host_from_device_raw().
| dt_clEnqueueTask_t dt_dlopencl_symbols_t::dt_clEnqueueTask |
Definition at line 219 of file dlopencl.h.
| dt_clEnqueueUnmapMemObject_t dt_dlopencl_symbols_t::dt_clEnqueueUnmapMemObject |
Definition at line 217 of file dlopencl.h.
Referenced by dt_opencl_unmap_mem_object().
| dt_clEnqueueWaitForEvents_t dt_dlopencl_symbols_t::dt_clEnqueueWaitForEvents |
Definition at line 222 of file dlopencl.h.
| dt_clEnqueueWriteBuffer_t dt_dlopencl_symbols_t::dt_clEnqueueWriteBuffer |
Definition at line 206 of file dlopencl.h.
Referenced by dt_opencl_write_buffer_to_device().
| dt_clEnqueueWriteBufferRect_t dt_dlopencl_symbols_t::dt_clEnqueueWriteBufferRect |
Definition at line 207 of file dlopencl.h.
| dt_clEnqueueWriteImage_t dt_dlopencl_symbols_t::dt_clEnqueueWriteImage |
Definition at line 211 of file dlopencl.h.
Referenced by dt_opencl_write_host_to_device_raw().
| dt_clFinish_t dt_dlopencl_symbols_t::dt_clFinish |
Definition at line 203 of file dlopencl.h.
Referenced by dt_opencl_finish().
| dt_clFlush_t dt_dlopencl_symbols_t::dt_clFlush |
Definition at line 202 of file dlopencl.h.
| dt_clGetCommandQueueInfo_t dt_dlopencl_symbols_t::dt_clGetCommandQueueInfo |
Definition at line 163 of file dlopencl.h.
| dt_clGetContextInfo_t dt_dlopencl_symbols_t::dt_clGetContextInfo |
Definition at line 159 of file dlopencl.h.
| dt_clGetDeviceIDs_t dt_dlopencl_symbols_t::dt_clGetDeviceIDs |
Definition at line 153 of file dlopencl.h.
Referenced by dt_opencl_init().
| dt_clGetDeviceInfo_t dt_dlopencl_symbols_t::dt_clGetDeviceInfo |
Definition at line 154 of file dlopencl.h.
Referenced by dt_opencl_device_init(), dt_opencl_get_device_info(), dt_opencl_get_max_work_item_sizes(), dt_opencl_get_work_group_limits(), and dt_opencl_load_program().
| dt_clGetEventInfo_t dt_dlopencl_symbols_t::dt_clGetEventInfo |
Definition at line 195 of file dlopencl.h.
Referenced by dt_opencl_events_flush().
| dt_clGetEventProfilingInfo_t dt_dlopencl_symbols_t::dt_clGetEventProfilingInfo |
Definition at line 201 of file dlopencl.h.
Referenced by dt_opencl_events_flush().
| dt_clGetImageInfo_t dt_dlopencl_symbols_t::dt_clGetImageInfo |
Definition at line 173 of file dlopencl.h.
Referenced by dt_opencl_get_image_element_size(), dt_opencl_get_image_height(), and dt_opencl_get_image_width().
| dt_clGetKernelInfo_t dt_dlopencl_symbols_t::dt_clGetKernelInfo |
Definition at line 192 of file dlopencl.h.
Referenced by dt_opencl_enqueue_kernel_2d_with_local().
| dt_clGetKernelWorkGroupInfo_t dt_dlopencl_symbols_t::dt_clGetKernelWorkGroupInfo |
Definition at line 193 of file dlopencl.h.
Referenced by dt_opencl_get_kernel_work_group_size().
| dt_clGetMemObjectInfo_t dt_dlopencl_symbols_t::dt_clGetMemObjectInfo |
Definition at line 172 of file dlopencl.h.
Referenced by dt_opencl_get_mem_context_id(), dt_opencl_get_mem_flags(), and dt_opencl_get_mem_object_size().
| dt_clGetPlatformIDs_t dt_dlopencl_symbols_t::dt_clGetPlatformIDs |
Definition at line 151 of file dlopencl.h.
Referenced by dt_opencl_init().
| dt_clGetPlatformInfo_t dt_dlopencl_symbols_t::dt_clGetPlatformInfo |
Definition at line 152 of file dlopencl.h.
Referenced by dt_opencl_device_init(), dt_opencl_init(), and dt_opencl_load_program().
| dt_clGetProgramBuildInfo_t dt_dlopencl_symbols_t::dt_clGetProgramBuildInfo |
Definition at line 186 of file dlopencl.h.
Referenced by dt_opencl_build_program().
| dt_clGetProgramInfo_t dt_dlopencl_symbols_t::dt_clGetProgramInfo |
Definition at line 185 of file dlopencl.h.
Referenced by dt_opencl_build_program().
| dt_clGetSamplerInfo_t dt_dlopencl_symbols_t::dt_clGetSamplerInfo |
Definition at line 178 of file dlopencl.h.
| dt_clGetSupportedImageFormats_t dt_dlopencl_symbols_t::dt_clGetSupportedImageFormats |
Definition at line 171 of file dlopencl.h.
| dt_clReleaseCommandQueue_t dt_dlopencl_symbols_t::dt_clReleaseCommandQueue |
Definition at line 162 of file dlopencl.h.
Referenced by dt_opencl_cleanup_device(), and dt_opencl_device_init().
| dt_clReleaseContext_t dt_dlopencl_symbols_t::dt_clReleaseContext |
Definition at line 158 of file dlopencl.h.
Referenced by dt_opencl_cleanup_device(), and dt_opencl_device_init().
| dt_clReleaseEvent_t dt_dlopencl_symbols_t::dt_clReleaseEvent |
Definition at line 198 of file dlopencl.h.
Referenced by dt_opencl_events_flush(), and dt_opencl_events_reset().
| dt_clReleaseKernel_t dt_dlopencl_symbols_t::dt_clReleaseKernel |
Definition at line 190 of file dlopencl.h.
Referenced by dt_opencl_cleanup_device(), dt_opencl_device_init(), and dt_opencl_free_kernel().
| dt_clReleaseMemObject_t dt_dlopencl_symbols_t::dt_clReleaseMemObject |
Definition at line 170 of file dlopencl.h.
Referenced by dt_opencl_release_mem_object().
| dt_clReleaseProgram_t dt_dlopencl_symbols_t::dt_clReleaseProgram |
Definition at line 182 of file dlopencl.h.
Referenced by dt_opencl_cleanup_device(), and dt_opencl_device_init().
| dt_clReleaseSampler_t dt_dlopencl_symbols_t::dt_clReleaseSampler |
Definition at line 177 of file dlopencl.h.
| dt_clRetainCommandQueue_t dt_dlopencl_symbols_t::dt_clRetainCommandQueue |
Definition at line 161 of file dlopencl.h.
| dt_clRetainContext_t dt_dlopencl_symbols_t::dt_clRetainContext |
Definition at line 157 of file dlopencl.h.
| dt_clRetainEvent_t dt_dlopencl_symbols_t::dt_clRetainEvent |
Definition at line 197 of file dlopencl.h.
| dt_clRetainKernel_t dt_dlopencl_symbols_t::dt_clRetainKernel |
Definition at line 189 of file dlopencl.h.
| dt_clRetainMemObject_t dt_dlopencl_symbols_t::dt_clRetainMemObject |
Definition at line 169 of file dlopencl.h.
| dt_clRetainProgram_t dt_dlopencl_symbols_t::dt_clRetainProgram |
Definition at line 181 of file dlopencl.h.
| dt_clRetainSampler_t dt_dlopencl_symbols_t::dt_clRetainSampler |
Definition at line 176 of file dlopencl.h.
| dt_clSetCommandQueueProperty_t dt_dlopencl_symbols_t::dt_clSetCommandQueueProperty |
Definition at line 164 of file dlopencl.h.
| dt_clSetEventCallback_t dt_dlopencl_symbols_t::dt_clSetEventCallback |
Definition at line 200 of file dlopencl.h.
| dt_clSetKernelArg_t dt_dlopencl_symbols_t::dt_clSetKernelArg |
Definition at line 191 of file dlopencl.h.
Referenced by dt_opencl_set_kernel_arg().
| dt_clSetMemObjectDestructorCallback_t dt_dlopencl_symbols_t::dt_clSetMemObjectDestructorCallback |
Definition at line 174 of file dlopencl.h.
| dt_clSetUserEventStatus_t dt_dlopencl_symbols_t::dt_clSetUserEventStatus |
Definition at line 199 of file dlopencl.h.
| dt_clUnloadCompiler_t dt_dlopencl_symbols_t::dt_clUnloadCompiler |
Definition at line 184 of file dlopencl.h.
| dt_clWaitForEvents_t dt_dlopencl_symbols_t::dt_clWaitForEvents |
Definition at line 194 of file dlopencl.h.
Referenced by dt_opencl_events_wait_for().