Lines Matching refs:cl_int
15 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs()
22 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo()
32 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs()
42 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device, in clGetDeviceInfo()
60 cl_int *errcode_ret) in clCreateContext()
74 cl_int *errcode_ret) in clCreateContextFromType()
80 cl_int CL_API_CALL clRetainContext(cl_context context) in clRetainContext()
85 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext()
90 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo()
100 cl_int CL_API_CALL clRetainCommandQueue(cl_command_queue command_queue) in clRetainCommandQueue()
105 cl_int CL_API_CALL clReleaseCommandQueue(cl_command_queue command_queue) in clReleaseCommandQueue()
110 cl_int CL_API_CALL clGetCommandQueueInfo(cl_command_queue command_queue, in clGetCommandQueueInfo()
124 cl_int *errcode_ret) in clCreateBuffer()
129 cl_int CL_API_CALL clRetainMemObject(cl_mem memobj) in clRetainMemObject()
134 cl_int CL_API_CALL clReleaseMemObject(cl_mem memobj) in clReleaseMemObject()
139 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context, in clGetSupportedImageFormats()
150 cl_int CL_API_CALL clGetMemObjectInfo(cl_mem memobj, in clGetMemObjectInfo()
160 cl_int CL_API_CALL clGetImageInfo(cl_mem image, in clGetImageInfo()
170 cl_int CL_API_CALL clRetainSampler(cl_sampler sampler) in clRetainSampler()
175 cl_int CL_API_CALL clReleaseSampler(cl_sampler sampler) in clReleaseSampler()
180 cl_int CL_API_CALL clGetSamplerInfo(cl_sampler sampler, in clGetSamplerInfo()
194 cl_int *errcode_ret) in clCreateProgramWithSource()
205 cl_int *binary_status, in clCreateProgramWithBinary()
206 cl_int *errcode_ret) in clCreateProgramWithBinary()
212 cl_int CL_API_CALL clRetainProgram(cl_program program) in clRetainProgram()
217 cl_int CL_API_CALL clReleaseProgram(cl_program program) in clReleaseProgram()
222 cl_int CL_API_CALL clBuildProgram(cl_program program, in clBuildProgram()
234 cl_int CL_API_CALL clGetProgramInfo(cl_program program, in clGetProgramInfo()
244 cl_int CL_API_CALL clGetProgramBuildInfo(cl_program program, in clGetProgramBuildInfo()
257 cl_int *errcode_ret) in clCreateKernel()
262 cl_int CL_API_CALL clCreateKernelsInProgram(cl_program program, in clCreateKernelsInProgram()
271 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel) in clRetainKernel()
276 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel) in clReleaseKernel()
281 cl_int CL_API_CALL clSetKernelArg(cl_kernel kernel, in clSetKernelArg()
289 cl_int CL_API_CALL clGetKernelInfo(cl_kernel kernel, in clGetKernelInfo()
299 cl_int CL_API_CALL clGetKernelWorkGroupInfo(cl_kernel kernel, in clGetKernelWorkGroupInfo()
310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents()
315 cl_int CL_API_CALL clGetEventInfo(cl_event event, in clGetEventInfo()
325 cl_int CL_API_CALL clRetainEvent(cl_event event) in clRetainEvent()
330 cl_int CL_API_CALL clReleaseEvent(cl_event event) in clReleaseEvent()
335 cl_int CL_API_CALL clGetEventProfilingInfo(cl_event event, in clGetEventProfilingInfo()
345 cl_int CL_API_CALL clFlush(cl_command_queue command_queue) in clFlush()
350 cl_int CL_API_CALL clFinish(cl_command_queue command_queue) in clFinish()
355 cl_int CL_API_CALL clEnqueueReadBuffer(cl_command_queue command_queue, in clEnqueueReadBuffer()
370 cl_int CL_API_CALL clEnqueueWriteBuffer(cl_command_queue command_queue, in clEnqueueWriteBuffer()
385 cl_int CL_API_CALL clEnqueueCopyBuffer(cl_command_queue command_queue, in clEnqueueCopyBuffer()
400 cl_int CL_API_CALL clEnqueueReadImage(cl_command_queue command_queue, in clEnqueueReadImage()
417 cl_int CL_API_CALL clEnqueueWriteImage(cl_command_queue command_queue, in clEnqueueWriteImage()
434 cl_int CL_API_CALL clEnqueueCopyImage(cl_command_queue command_queue, in clEnqueueCopyImage()
449 cl_int CL_API_CALL clEnqueueCopyImageToBuffer(cl_command_queue command_queue, in clEnqueueCopyImageToBuffer()
464 cl_int CL_API_CALL clEnqueueCopyBufferToImage(cl_command_queue command_queue, in clEnqueueCopyBufferToImage()
488 cl_int *errcode_ret) in clEnqueueMapBuffer()
506 cl_int *errcode_ret) in clEnqueueMapImage()
513 cl_int CL_API_CALL clEnqueueUnmapMemObject(cl_command_queue command_queue, in clEnqueueUnmapMemObject()
524 cl_int CL_API_CALL clEnqueueNDRangeKernel(cl_command_queue command_queue, in clEnqueueNDRangeKernel()
539 cl_int CL_API_CALL clEnqueueNativeKernel(cl_command_queue command_queue, in clEnqueueNativeKernel()
555 cl_int CL_API_CALL clSetCommandQueueProperty(cl_command_queue command_queue, in clSetCommandQueueProperty()
571 cl_int *errcode_ret) in clCreateImage2D()
586 cl_int *errcode_ret) in clCreateImage3D()
593 cl_int CL_API_CALL clEnqueueMarker(cl_command_queue command_queue, cl_event *event) in clEnqueueMarker()
598 cl_int CL_API_CALL clEnqueueWaitForEvents(cl_command_queue command_queue, in clEnqueueWaitForEvents()
605 cl_int CL_API_CALL clEnqueueBarrier(cl_command_queue command_queue) in clEnqueueBarrier()
610 cl_int CL_API_CALL clUnloadCompiler() in clUnloadCompiler()
623 cl_int *errcode_ret) in clCreateCommandQueue()
632 cl_int *errcode_ret) in clCreateSampler()
638 cl_int CL_API_CALL clEnqueueTask(cl_command_queue command_queue, in clEnqueueTask()
653 cl_int *errcode_ret) in clCreateSubBuffer()
659 cl_int CL_API_CALL clSetMemObjectDestructorCallback(cl_mem memobj, in clSetMemObjectDestructorCallback()
667 cl_event CL_API_CALL clCreateUserEvent(cl_context context, cl_int *errcode_ret) in clCreateUserEvent()
672 cl_int CL_API_CALL clSetUserEventStatus(cl_event event, cl_int execution_status) in clSetUserEventStatus()
677 cl_int CL_API_CALL clSetEventCallback(cl_event event, in clSetEventCallback()
678 cl_int command_exec_callback_type, in clSetEventCallback()
680 cl_int event_command_status, in clSetEventCallback()
688 cl_int CL_API_CALL clEnqueueReadBufferRect(cl_command_queue command_queue, in clEnqueueReadBufferRect()
709 cl_int CL_API_CALL clEnqueueWriteBufferRect(cl_command_queue command_queue, in clEnqueueWriteBufferRect()
730 cl_int CL_API_CALL clEnqueueCopyBufferRect(cl_command_queue command_queue, in clEnqueueCopyBufferRect()
751 cl_int CL_API_CALL clCreateSubDevices(cl_device_id in_device, in clCreateSubDevices()
761 cl_int CL_API_CALL clRetainDevice(cl_device_id device) in clRetainDevice()
766 cl_int CL_API_CALL clReleaseDevice(cl_device_id device) in clReleaseDevice()
776 cl_int *errcode_ret) in clCreateImage()
786 cl_int *errcode_ret) in clCreateProgramWithBuiltInKernels()
792 cl_int CL_API_CALL clCompileProgram(cl_program program, in clCompileProgram()
817 cl_int *errcode_ret) in clLinkProgram()
824 cl_int CL_API_CALL clUnloadPlatformCompiler(cl_platform_id platform) in clUnloadPlatformCompiler()
829 cl_int CL_API_CALL clGetKernelArgInfo(cl_kernel kernel, in clGetKernelArgInfo()
840 cl_int CL_API_CALL clEnqueueFillBuffer(cl_command_queue command_queue, in clEnqueueFillBuffer()
855 cl_int CL_API_CALL clEnqueueFillImage(cl_command_queue command_queue, in clEnqueueFillImage()
868 cl_int CL_API_CALL clEnqueueMigrateMemObjects(cl_command_queue command_queue, in clEnqueueMigrateMemObjects()
881 cl_int CL_API_CALL clEnqueueMarkerWithWaitList(cl_command_queue command_queue, in clEnqueueMarkerWithWaitList()
890 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue, in clEnqueueBarrierWithWaitList()
910 cl_int *errcode_ret) in clCreateCommandQueueWithProperties()
921 cl_int *errcode_ret) in clCreatePipe()
927 cl_int CL_API_CALL clGetPipeInfo(cl_mem pipe, in clGetPipeInfo()
953 cl_int *errcode_ret) in clCreateSamplerWithProperties()
959 cl_int CL_API_CALL clSetKernelArgSVMPointer(cl_kernel kernel, in clSetKernelArgSVMPointer()
966 cl_int CL_API_CALL clSetKernelExecInfo(cl_kernel kernel, in clSetKernelExecInfo()
974 cl_int CL_API_CALL clEnqueueSVMFree(cl_command_queue command_queue, in clEnqueueSVMFree()
991 cl_int CL_API_CALL clEnqueueSVMMemcpy(cl_command_queue command_queue, in clEnqueueSVMMemcpy()
1005 cl_int CL_API_CALL clEnqueueSVMMemFill(cl_command_queue command_queue, in clEnqueueSVMMemFill()
1019 cl_int CL_API_CALL clEnqueueSVMMap(cl_command_queue command_queue, in clEnqueueSVMMap()
1032 cl_int CL_API_CALL clEnqueueSVMUnmap(cl_command_queue command_queue, in clEnqueueSVMUnmap()
1043 cl_int CL_API_CALL clSetDefaultDeviceCommandQueue(cl_context context, in clSetDefaultDeviceCommandQueue()
1050 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer()
1057 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in clGetHostTimer()
1065 cl_int *errcode_ret) in clCreateProgramWithIL()
1070 cl_kernel CL_API_CALL clCloneKernel(cl_kernel source_kernel, cl_int *errcode_ret) in clCloneKernel()
1075 cl_int CL_API_CALL clGetKernelSubGroupInfo(cl_kernel kernel, in clGetKernelSubGroupInfo()
1089 cl_int CL_API_CALL clEnqueueSVMMigrateMem(cl_command_queue command_queue, in clEnqueueSVMMigrateMem()
1104 cl_int CL_API_CALL clSetProgramReleaseCallback(cl_program program, in clSetProgramReleaseCallback()
1112 cl_int CL_API_CALL clSetProgramSpecializationConstant(cl_program program, in clSetProgramSpecializationConstant()
1122 cl_int CL_API_CALL clSetContextDestructorCallback(cl_context context, in clSetContextDestructorCallback()
1135 cl_int *errcode_ret) in clCreateBufferWithProperties()
1147 cl_int *errcode_ret) in clCreateImageWithProperties()
1154 cl_int CL_API_CALL clIcdGetPlatformIDsKHR(cl_uint num_entries, in clIcdGetPlatformIDsKHR()