Home
last modified time | relevance | path

Searched refs:cl_context (Results 1 - 25 of 58) sorted by relevance

123

/third_party/opencl-headers/include/
H A Dopencl_wrapper.h53 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_id *,
60 using clCreateContextFromTypeFunc = cl_context (*)(const cl_context_properties *, cl_device_type,
64 using clReleaseContextFunc = cl_int (*)(cl_context);
84 using clCreateCommandQueueFunc = cl_command_queue (*)(cl_context, cl_device_id, cl_command_queue_properties, cl_int *);
87 using clCreateProgramWithBinaryFunc = cl_program (*)(cl_context, cl_uint, const cl_device_id *, const size_t *,
89 using clRetainContextFunc = cl_int (*)(cl_context context);
90 using clGetContextInfoFunc = cl_int (*)(cl_context, cl_context_info, size_t, void *, size_t *);
97 using clCreateBufferFunc = cl_mem (*)(cl_context, cl_mem_flags, size_t, void *, cl_int *);
98 using clCreateImage2DFunc = cl_mem (*)(cl_context, cl_mem_flags, const cl_image_format *, size_t, size_t, size_t,
100 using clImportMemoryARMFunc = cl_mem (*)(cl_context, cl_mem_flag
[all...]
/third_party/opencl-headers/CL/
H A Dcl_icd.h84 typedef cl_context(CL_API_CALL *cl_api_clCreateContext)(
90 typedef cl_context(CL_API_CALL *cl_api_clCreateContextFromType)(
96 cl_context context) CL_API_SUFFIX__VERSION_1_0;
99 cl_context context) CL_API_SUFFIX__VERSION_1_0;
102 cl_context context, cl_context_info param_name, size_t param_value_size,
107 cl_context context, cl_device_id device,
115 cl_context /* context */, cl_device_id /* device */,
138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr,
144 cl_context context, cl_mem_flags flags, const cl_image_format *image_format,
157 cl_context contex
[all...]
H A Dcl_function_types.h62 typedef cl_context CL_API_CALL clCreateContext_t(
73 typedef cl_context CL_API_CALL clCreateContextFromType_t(
84 cl_context context);
90 cl_context context);
96 cl_context context,
128 cl_context context,
150 cl_context context,
203 cl_context context,
213 cl_context context,
576 cl_context contex
[all...]
H A Dcl_gl.h52 clCreateFromGLBuffer(cl_context context,
60 clCreateFromGLTexture(cl_context context,
70 clCreateFromGLRenderbuffer(cl_context context,
106 clCreateFromGLTexture2D(cl_context context,
114 clCreateFromGLTexture3D(cl_context context,
161 clCreateEventFromGLsyncKHR(cl_context context,
174 cl_context context,
183 cl_context context,
H A Dcl_d3d11.h89 cl_context context,
95 cl_context context,
102 cl_context context,
133 cl_context context,
143 cl_context context,
H A Dcl_d3d10.h89 cl_context context,
95 cl_context context,
102 cl_context context,
133 cl_context context,
142 cl_context context,
H A Dcl_egl.h52 clCreateFromEGLImageKHR(cl_context context,
60 cl_context context,
105 clCreateEventFromEGLSyncKHR(cl_context context,
111 cl_context context,
H A Dcl_va_api_media_sharing_intel.h37 cl_context context,
47 cl_context context,
111 cl_context context,
118 cl_context context,
H A Dcl_ext.h508 clCreateProgramWithILKHR(cl_context context,
514 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context,
560 clTerminateContextKHR(cl_context context) CL_API_SUFFIX__VERSION_1_2;
563 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_API_SUFFIX__VERSION_1_2;
585 clCreateCommandQueueWithPropertiesKHR(cl_context context,
591 (CL_API_CALL *clCreateCommandQueueWithPropertiesKHR_fn)(cl_context context,
1351 cl_context context,
1393 cl_context context,
1484 clImportMemoryARM( cl_context context,
1529 clSVMAllocARM(cl_context contex
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h84 typedef cl_context(CL_API_CALL *cl_api_clCreateContext)(
90 typedef cl_context(CL_API_CALL *cl_api_clCreateContextFromType)(
96 cl_context context) CL_API_SUFFIX__VERSION_1_0;
99 cl_context context) CL_API_SUFFIX__VERSION_1_0;
102 cl_context context, cl_context_info param_name, size_t param_value_size,
107 cl_context context, cl_device_id device,
115 cl_context /* context */, cl_device_id /* device */,
138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr,
144 cl_context context, cl_mem_flags flags, const cl_image_format *image_format,
157 cl_context contex
[all...]
H A Dcl_gl.h52 clCreateFromGLBuffer(cl_context context,
60 clCreateFromGLTexture(cl_context context,
70 clCreateFromGLRenderbuffer(cl_context context,
106 clCreateFromGLTexture2D(cl_context context,
114 clCreateFromGLTexture3D(cl_context context,
161 clCreateEventFromGLsyncKHR(cl_context context,
H A Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,
133 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context,
179 clTerminateContextKHR(cl_context context) CL_API_SUFFIX__VERSION_1_2;
182 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_API_SUFFIX__VERSION_1_2;
204 clCreateCommandQueueWithPropertiesKHR(cl_context context,
210 (CL_API_CALL *clCreateCommandQueueWithPropertiesKHR_fn)(cl_context context,
748 clImportMemoryARM( cl_context context,
793 clSVMAllocARM(cl_context context,
799 clSVMFreeARM(cl_context context,
1065 cl_context contex
[all...]
H A Dcl_egl.h52 clCreateFromEGLImageKHR(cl_context context,
60 cl_context context,
105 clCreateEventFromEGLSyncKHR(cl_context context,
111 cl_context context,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs_autogen.h41 cl_int SetDefaultDeviceCommandQueue(cl_context context,
48 cl_context CreateContext(const cl_context_properties *properties,
57 cl_context CreateContextFromType(const cl_context_properties *properties,
65 cl_int RetainContext(cl_context context);
66 cl_int ReleaseContext(cl_context context);
67 cl_int GetContextInfo(cl_context context,
72 cl_int SetContextDestructorCallback(cl_context context,
73 void(CL_CALLBACK *pfn_notify)(cl_context context,
76 cl_command_queue CreateCommandQueueWithProperties(cl_context context,
87 cl_mem CreateBuffer(cl_context contex
[all...]
H A Dentry_points_cl_autogen.h38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
47 cl_context CL_API_CALL
56 cl_int CL_API_CALL clRetainContext(cl_context context);
57 cl_int CL_API_CALL clReleaseContext(cl_context context);
58 cl_int CL_API_CALL clGetContextInfo(cl_context context,
70 cl_mem CL_API_CALL clCreateBuffer(cl_context context,
77 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context,
100 cl_program CL_API_CALL clCreateProgramWithSource(cl_context context,
105 cl_program CL_API_CALL clCreateProgramWithBinary(cl_context context,
298 cl_mem CL_API_CALL clCreateImage2D(cl_context contex
[all...]
H A Dcl_stubs.cpp108 cl_int SetDefaultDeviceCommandQueue(cl_context context, in SetDefaultDeviceCommandQueue()
130 cl_context CreateContext(const cl_context_properties *properties, in CreateContext()
144 cl_context CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType()
157 cl_int RetainContext(cl_context context) in RetainContext()
163 cl_int ReleaseContext(cl_context context) in ReleaseContext()
173 cl_int GetContextInfo(cl_context context, in GetContextInfo()
183 cl_int SetContextDestructorCallback(cl_context context, in SetContextDestructorCallback()
184 void(CL_CALLBACK *pfn_notify)(cl_context context, in SetContextDestructorCallback()
192 cl_command_queue CreateCommandQueueWithProperties(cl_context context, in CreateCommandQueueWithProperties()
226 cl_mem CreateBuffer(cl_context contex
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL_autogen.h53 cl_int ValidateRetainContext(cl_context context);
54 cl_int ValidateReleaseContext(cl_context context);
55 cl_int ValidateGetContextInfo(cl_context context,
67 cl_int ValidateCreateBuffer(cl_context context,
73 cl_int ValidateGetSupportedImageFormats(cl_context context,
96 cl_int ValidateCreateProgramWithSource(cl_context context,
100 cl_int ValidateCreateProgramWithBinary(cl_context context,
287 cl_int ValidateCreateImage2D(cl_context context,
294 cl_int ValidateCreateImage3D(cl_context context,
310 cl_int ValidateCreateCommandQueue(cl_context contex
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp29 CLOVER_API cl_context
61 CLOVER_API cl_context
94 clRetainContext(cl_context d_ctx) try { in clRetainContext()
103 clReleaseContext(cl_context d_ctx) try { in clReleaseContext()
114 clGetContextInfo(cl_context d_ctx, cl_context_info param, in clGetContextInfo()
147 clSetContextDestructorCallback(cl_context d_ctx, in clSetContextDestructorCallback()
148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback()
/third_party/mesa3d/include/CL/
H A Dcl_ext_intel.h171 cl_context context,
178 cl_context context,
477 cl_context context,
485 cl_context context,
493 cl_context context,
502 cl_context context,
511 cl_context context,
520 cl_context context,
529 cl_context context,
534 cl_context contex
[all...]
H A Dcl_icd.h84 typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContext)(
90 typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContextFromType)(
96 cl_context context) CL_API_SUFFIX__VERSION_1_0;
99 cl_context context) CL_API_SUFFIX__VERSION_1_0;
102 cl_context context, cl_context_info param_name, size_t param_value_size,
107 cl_context context, cl_device_id device,
115 cl_context /* context */, cl_device_id /* device */,
138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr,
144 cl_context context, cl_mem_flags flags, const cl_image_format *image_format,
157 cl_context contex
[all...]
H A Dcl_gl.h64 clCreateFromGLBuffer(cl_context context,
72 clCreateFromGLTexture(cl_context context,
82 clCreateFromGLRenderbuffer(cl_context context,
118 clCreateFromGLTexture2D(cl_context context,
126 clCreateFromGLTexture3D(cl_context context,
H A Dcl_egl.h64 clCreateFromEGLImageKHR(cl_context context,
72 cl_context context,
117 clCreateEventFromEGLSyncKHR(cl_context context,
123 cl_context context,
H A Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,
133 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context,
179 clTerminateContextKHR(cl_context context) CL_EXT_SUFFIX__VERSION_1_2;
182 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_EXT_SUFFIX__VERSION_1_2;
204 clCreateCommandQueueWithPropertiesKHR(cl_context context,
210 (CL_API_CALL *clCreateCommandQueueWithPropertiesKHR_fn)(cl_context context,
703 clImportMemoryARM( cl_context context,
748 clSVMAllocARM(cl_context context,
754 clSVMFreeARM(cl_context context,
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
991 clSetDefaultDeviceCommandQueue(cl_context context,
1007 extern CL_API_ENTRY cl_context CL_API_CALL
1018 extern CL_API_ENTRY cl_context CL_API_CALL
1029 clRetainContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1032 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1035 clGetContextInfo(cl_context context,
1044 clSetContextDestructorCallback(cl_context context,
1045 void (CL_CALLBACK* pfn_notify)(cl_context context,
1056 clCreateCommandQueueWithProperties(cl_context contex
[all...]
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext()
66 cl_context CL_API_CALL
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()
120 cl_mem CL_API_CALL clCreateBuffer(cl_context context, in clCreateBuffer()
139 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context, in clGetSupportedImageFormats()
190 cl_program CL_API_CALL clCreateProgramWithSource(cl_context context, in clCreateProgramWithSource()
200 cl_program CL_API_CALL clCreateProgramWithBinary(cl_context context, in clCreateProgramWithBinary()
564 cl_mem CL_API_CALL clCreateImage2D(cl_context contex
[all...]

Completed in 25 milliseconds

123