Home
last modified time | relevance | path

Searched refs:cl_int (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/
Dcl_icd_amd.h36 typedef cl_int(CL_API_CALL* clGetPlatformIDs_fn)(
40 typedef cl_int(CL_API_CALL* clGetPlatformInfo_fn)(
44 typedef cl_int(CL_API_CALL* clGetDeviceIDs_fn)(
48 typedef cl_int(CL_API_CALL* clGetDeviceInfo_fn)(
56 void* /* user_data */, cl_int* /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
61 void* /* user_data */, cl_int* /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
63 typedef cl_int(CL_API_CALL* clRetainContext_fn)(cl_context /* context */)
66 typedef cl_int(CL_API_CALL* clReleaseContext_fn)(cl_context /* context */)
69 typedef cl_int(CL_API_CALL* clGetContextInfo_fn)(
76 cl_int* /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL_autogen.h20 cl_int ValidateGetPlatformIDs(cl_uint num_entries,
23 cl_int ValidateGetPlatformInfo(cl_platform_id platform,
28 cl_int ValidateGetDeviceIDs(cl_platform_id platform,
33 cl_int ValidateGetDeviceInfo(cl_device_id device,
38 cl_int ValidateCreateContext(const cl_context_properties *properties,
46 cl_int ValidateCreateContextFromType(const cl_context_properties *properties,
53 cl_int ValidateRetainContext(cl_context context);
54 cl_int ValidateReleaseContext(cl_context context);
55 cl_int ValidateGetContextInfo(cl_context context,
60 cl_int ValidateRetainCommandQueue(cl_command_queue command_queue);
[all …]
DCLCommandQueue.h27 cl_int getInfo(CommandQueueInfo name,
32 cl_int setProperty(CommandQueueProperties properties,
36 cl_int enqueueReadBuffer(cl_mem buffer,
45 cl_int enqueueWriteBuffer(cl_mem buffer,
54 cl_int enqueueReadBufferRect(cl_mem buffer,
68 cl_int enqueueWriteBufferRect(cl_mem buffer,
82 cl_int enqueueCopyBuffer(cl_mem srcBuffer,
91 cl_int enqueueCopyBufferRect(cl_mem srcBuffer,
104 cl_int enqueueFillBuffer(cl_mem buffer,
121 cl_int &errorCode);
[all …]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs_autogen.h17 cl_int IcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms);
18 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms);
19 cl_int GetPlatformInfo(cl_platform_id platform,
24 cl_int GetDeviceIDs(cl_platform_id platform,
29 cl_int GetDeviceInfo(cl_device_id device,
34 cl_int CreateSubDevices(cl_device_id in_device,
39 cl_int RetainDevice(cl_device_id device);
40 cl_int ReleaseDevice(cl_device_id device);
41 cl_int SetDefaultDeviceCommandQueue(cl_context context,
44 cl_int GetDeviceAndHostTimer(cl_device_id device,
[all …]
Dentry_points_cl_autogen.h20 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries,
23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform,
28 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform,
33 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device,
46 cl_int *errcode_ret);
55 cl_int *errcode_ret);
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,
63 cl_int CL_API_CALL clRetainCommandQueue(cl_command_queue command_queue);
[all …]
Dcl_stubs.cpp38 cl_int IcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) in IcdGetPlatformIDsKHR()
43 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) in GetPlatformIDs()
48 cl_int GetPlatformInfo(cl_platform_id platform, in GetPlatformInfo()
58 cl_int GetDeviceIDs(cl_platform_id platform, in GetDeviceIDs()
68 cl_int GetDeviceInfo(cl_device_id device, in GetDeviceInfo()
78 cl_int CreateSubDevices(cl_device_id in_device, in CreateSubDevices()
88 cl_int RetainDevice(cl_device_id device) in RetainDevice()
98 cl_int ReleaseDevice(cl_device_id device) in ReleaseDevice()
108 cl_int SetDefaultDeviceCommandQueue(cl_context context, in SetDefaultDeviceCommandQueue()
116 cl_int GetDeviceAndHostTimer(cl_device_id device, in GetDeviceAndHostTimer()
[all …]
/third_party/opencl-headers/include/
Dopencl_wrapper.h34 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
36 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
38 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
41 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
44 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
45 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
46 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
47 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
48 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
53 void *, cl_int *);
[all …]
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h44 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)(
48 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)(
54 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)(
58 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)(
64 typedef cl_int(CL_API_CALL *cl_api_clCreateSubDevices)(
69 typedef cl_int(CL_API_CALL *cl_api_clRetainDevice)(
72 typedef cl_int(CL_API_CALL *cl_api_clReleaseDevice)(
88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
95 typedef cl_int(CL_API_CALL *cl_api_clRetainContext)(
[all …]
Dcl.h92 typedef cl_int cl_build_status;
946 extern CL_API_ENTRY cl_int CL_API_CALL
951 extern CL_API_ENTRY cl_int CL_API_CALL
959 extern CL_API_ENTRY cl_int CL_API_CALL
966 extern CL_API_ENTRY cl_int CL_API_CALL
975 extern CL_API_ENTRY cl_int CL_API_CALL
982 extern CL_API_ENTRY cl_int CL_API_CALL
985 extern CL_API_ENTRY cl_int CL_API_CALL
992 extern CL_API_ENTRY cl_int CL_API_CALL
997 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl_ext.h57 extern CL_API_ENTRY cl_int CL_API_CALL clSetMemObjectDestructorAPPLE( cl_mem memobj,
100 extern CL_API_ENTRY cl_int CL_API_CALL
105 typedef cl_int
130 cl_int * errcode_ret);
136 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
178 extern CL_API_ENTRY cl_int CL_API_CALL
181 typedef cl_int
207 cl_int* errcode_ret) CL_API_SUFFIX__VERSION_1_2;
213cl_int* errcode_ret) CL_API_SUFFIX__VERSION_1_2;
270 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h90 typedef cl_int cl_build_status;
666 extern CL_API_ENTRY cl_int CL_API_CALL
671 extern CL_API_ENTRY cl_int CL_API_CALL
679 extern CL_API_ENTRY cl_int CL_API_CALL
686 extern CL_API_ENTRY cl_int CL_API_CALL
693 extern CL_API_ENTRY cl_int CL_API_CALL
700 extern CL_API_ENTRY cl_int CL_API_CALL
703 extern CL_API_ENTRY cl_int CL_API_CALL
706 extern CL_API_ENTRY cl_int CL_API_CALL
711 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl_ext.h69 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem /* memobj */,
112 extern CL_API_ENTRY cl_int CL_API_CALL
117 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
153 extern CL_API_ENTRY cl_int CL_API_CALL clTerminateContextKHR(cl_context /* context */) CL_EXT_SUFFI…
155 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EX…
245 typedef CL_API_ENTRY cl_int
253 typedef CL_API_ENTRY cl_int
262 typedef CL_API_ENTRY cl_int
297 cl_int * /*errcode_ret*/) CL_EXT_SUFFIX__VERSION_1_2;
299 typedef CL_API_ENTRY cl_int
[all …]
Dcl2.hpp713 cl_int err_;
725 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
748 cl_int err(void) const { return err_; } in err()
759 static inline cl_int errHandler ( in errHandler()
760 cl_int err, in errHandler()
769 static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
927 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
935 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int) in getInfoHelper()
950 cl_int err = f(name, numBinaries * sizeof(unsigned char*), binariesPointers.data(), NULL); in getInfoHelper()
963 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long) in getInfoHelper()
[all …]
/third_party/opencl-headers/CL/
Dcl_icd.h44 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)(
48 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)(
54 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)(
58 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)(
64 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateSubDevices)(
69 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainDevice)(
72 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseDevice)(
88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
95 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainContext)(
[all …]
Dcl.h92 typedef cl_int cl_build_status;
946 extern CL_API_ENTRY cl_int CL_API_CALL
951 extern CL_API_ENTRY cl_int CL_API_CALL
959 extern CL_API_ENTRY cl_int CL_API_CALL
966 extern CL_API_ENTRY cl_int CL_API_CALL
975 extern CL_API_ENTRY cl_int CL_API_CALL
982 extern CL_API_ENTRY cl_int CL_API_CALL
985 extern CL_API_ENTRY cl_int CL_API_CALL
992 extern CL_API_ENTRY cl_int CL_API_CALL
997 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl_ext_intel.h175 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
182 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
184 extern CL_API_ENTRY cl_int CL_API_CALL
192 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetAcceleratorInfoINTEL_fn)(
199 extern CL_API_ENTRY cl_int CL_API_CALL
203 typedef CL_API_ENTRY cl_int (CL_API_CALL *clRetainAcceleratorINTEL_fn)(
206 extern CL_API_ENTRY cl_int CL_API_CALL
210 typedef CL_API_ENTRY cl_int (CL_API_CALL *clReleaseAcceleratorINTEL_fn)(
481 cl_int* errcode_ret);
489 cl_int* errcode_ret);
[all …]
/third_party/mesa3d/include/CL/
Dcl_icd.h44 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)(
48 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)(
54 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)(
58 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)(
64 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateSubDevices)(
69 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainDevice)(
72 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseDevice)(
88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
95 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainContext)(
[all …]
Dcl.h92 typedef cl_int cl_build_status;
944 extern CL_API_ENTRY cl_int CL_API_CALL
949 extern CL_API_ENTRY cl_int CL_API_CALL
957 extern CL_API_ENTRY cl_int CL_API_CALL
964 extern CL_API_ENTRY cl_int CL_API_CALL
973 extern CL_API_ENTRY cl_int CL_API_CALL
980 extern CL_API_ENTRY cl_int CL_API_CALL
983 extern CL_API_ENTRY cl_int CL_API_CALL
990 extern CL_API_ENTRY cl_int CL_API_CALL
995 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl_ext_intel.h175 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
182 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
184 extern CL_API_ENTRY cl_int CL_API_CALL
192 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetAcceleratorInfoINTEL_fn)(
199 extern CL_API_ENTRY cl_int CL_API_CALL
203 typedef CL_API_ENTRY cl_int (CL_API_CALL *clRetainAcceleratorINTEL_fn)(
206 extern CL_API_ENTRY cl_int CL_API_CALL
210 typedef CL_API_ENTRY cl_int (CL_API_CALL *clReleaseAcceleratorINTEL_fn)(
481 cl_int* errcode_ret);
489 cl_int* errcode_ret);
[all …]
Dcl2.hpp750 cl_int err_;
762 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
785 cl_int err(void) const { return err_; } in err()
796 static inline cl_int errHandler ( in errHandler()
797 cl_int err, in errHandler()
806 static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
992 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
1000 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int) in getInfoHelper()
1015 cl_int err = f(name, numBinaries * sizeof(unsigned char*), binariesPointers.data(), NULL); in getInfoHelper()
1028 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long) in getInfoHelper()
[all …]
Dcl_ext.h57 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem memobj,
100 extern CL_API_ENTRY cl_int CL_API_CALL
105 typedef CL_API_ENTRY cl_int
130 cl_int * errcode_ret);
136 cl_int * errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
178 extern CL_API_ENTRY cl_int CL_API_CALL
181 typedef CL_API_ENTRY cl_int
207 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
213cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
270 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp15 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()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h25 cl_int setProperty(cl::CommandQueueProperties properties, cl_bool enable) override;
27 cl_int enqueueReadBuffer(const cl::Buffer &buffer,
35 cl_int enqueueWriteBuffer(const cl::Buffer &buffer,
43 cl_int enqueueReadBufferRect(const cl::Buffer &buffer,
56 cl_int enqueueWriteBufferRect(const cl::Buffer &buffer,
69 cl_int enqueueCopyBuffer(const cl::Buffer &srcBuffer,
77 cl_int enqueueCopyBufferRect(const cl::Buffer &srcBuffer,
89 cl_int enqueueFillBuffer(const cl::Buffer &buffer,
104 cl_int &errorCode) override;
106 cl_int enqueueReadImage(const cl::Image &image,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLCommandQueueImpl.h24 virtual cl_int setProperty(cl::CommandQueueProperties properties, cl_bool enable) = 0;
26 virtual cl_int enqueueReadBuffer(const cl::Buffer &buffer,
34 virtual cl_int enqueueWriteBuffer(const cl::Buffer &buffer,
42 virtual cl_int enqueueReadBufferRect(const cl::Buffer &buffer,
55 virtual cl_int enqueueWriteBufferRect(const cl::Buffer &buffer,
68 virtual cl_int enqueueCopyBuffer(const cl::Buffer &srcBuffer,
76 virtual cl_int enqueueCopyBufferRect(const cl::Buffer &srcBuffer,
88 virtual cl_int enqueueFillBuffer(const cl::Buffer &buffer,
103 cl_int &errorCode) = 0;
105 virtual cl_int enqueueReadImage(const cl::Image &image,
[all …]
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/additions/
Dcl_additions.h69 typedef CL_API_ENTRY cl_int
85 typedef CL_API_ENTRY cl_int
97 typedef CL_API_ENTRY cl_int
109 typedef CL_API_ENTRY cl_int
121 typedef CL_API_ENTRY cl_int
130 typedef CL_API_ENTRY cl_int
137 typedef CL_API_ENTRY cl_int
154 typedef cl_int (CL_CALLBACK * intercept_callback_fn)(cl_event, cl_int *);
184 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_1;
186 typedef CL_API_ENTRY cl_int (CL_API_CALL * clObjectGetValueForKeyAMD_fn)(
[all …]

1234567