HomeSort by relevance Sort by last modified time
    Searched full:cl_int (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 78 typedef cl_int cl_build_status;
447 extern CL_API_ENTRY cl_int CL_API_CALL
452 extern CL_API_ENTRY cl_int CL_API_CALL
460 extern CL_API_ENTRY cl_int CL_API_CALL
467 extern CL_API_ENTRY cl_int CL_API_CALL
481 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
488 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
490 extern CL_API_ENTRY cl_int CL_API_CALL
493 extern CL_API_ENTRY cl_int CL_API_CALL
496 extern CL_API_ENTRY cl_int CL_API_CAL
    [all...]
cl_gl.h 73 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
81 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
87 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
89 extern CL_API_ENTRY cl_int CL_API_CALL
94 extern CL_API_ENTRY cl_int CL_API_CALL
101 extern CL_API_ENTRY cl_int CL_API_CALL
109 extern CL_API_ENTRY cl_int CL_API_CALL
137 extern CL_API_ENTRY cl_int CL_API_CALL
144 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(
cl.hpp 89 * cl_int err = CL_SUCCESS;
213 cl_int err_;
219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
242 const cl_int err(void) const { return err_; }
691 static cl_int
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param)
705 cl_int err = f(name, 0, NULL, &required);
725 static cl_int
741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param)
744 cl_int err = f(name, 0, NULL, &required)
    [all...]
cl_ext.h 67 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem /* memobj */,
110 extern CL_API_ENTRY cl_int CL_API_CALL
115 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
146 extern CL_API_ENTRY cl_int CL_API_CALL
149 typedef CL_API_ENTRY cl_int
152 extern CL_API_ENTRY cl_int CL_API_CALL
155 typedef CL_API_ENTRY cl_int
159 extern CL_API_ENTRY cl_int CL_API_CALL
166 typedef CL_API_ENTRY cl_int
  /external/mesa3d/include/CL/
cl.h 78 typedef cl_int cl_build_status;
447 extern CL_API_ENTRY cl_int CL_API_CALL
452 extern CL_API_ENTRY cl_int CL_API_CALL
460 extern CL_API_ENTRY cl_int CL_API_CALL
467 extern CL_API_ENTRY cl_int CL_API_CALL
481 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
488 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
490 extern CL_API_ENTRY cl_int CL_API_CALL
493 extern CL_API_ENTRY cl_int CL_API_CALL
496 extern CL_API_ENTRY cl_int CL_API_CAL
    [all...]
cl_gl.h 73 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
81 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
87 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
89 extern CL_API_ENTRY cl_int CL_API_CALL
94 extern CL_API_ENTRY cl_int CL_API_CALL
101 extern CL_API_ENTRY cl_int CL_API_CALL
109 extern CL_API_ENTRY cl_int CL_API_CALL
137 extern CL_API_ENTRY cl_int CL_API_CALL
144 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(
cl.hpp 89 * cl_int err = CL_SUCCESS;
213 cl_int err_;
219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
242 const cl_int err(void) const { return err_; }
691 static cl_int
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param)
705 cl_int err = f(name, 0, NULL, &required);
725 static cl_int
741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param)
744 cl_int err = f(name, 0, NULL, &required)
    [all...]
cl_ext.h 67 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem /* memobj */,
110 extern CL_API_ENTRY cl_int CL_API_CALL
115 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
146 extern CL_API_ENTRY cl_int CL_API_CALL
149 typedef CL_API_ENTRY cl_int
152 extern CL_API_ENTRY cl_int CL_API_CALL
155 typedef CL_API_ENTRY cl_int
159 extern CL_API_ENTRY cl_int CL_API_CALL
166 typedef CL_API_ENTRY cl_int
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
event.cpp 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try {
41 PUBLIC cl_int
42 clSetUserEventStatus(cl_event ev, cl_int status) {
60 PUBLIC cl_int
90 PUBLIC cl_int
107 return scalar_property<cl_int>(buf, size, size_ret, ev->status());
117 PUBLIC cl_int
118 clSetEventCallback(cl_event ev, cl_int type,
119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
143 PUBLIC cl_int
    [all...]
program.cpp 31 cl_int *errcode_ret) try {
59 const unsigned char **binaries, cl_int *status_ret,
60 cl_int *errcode_ret) try {
74 [](const unsigned char *p, size_t l) -> std::pair<cl_int, module> {
93 keys<cl_int, module>);
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE),
99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY),
106 map(values<cl_int, module>,
114 PUBLIC cl_int
123 PUBLIC cl_int
    [all...]
context.cpp 33 void *user_data, cl_int *errcode_ret) try {
64 void *user_data, cl_int *errcode_ret) {
66 cl_int ret;
77 PUBLIC cl_int
86 PUBLIC cl_int
97 PUBLIC cl_int
queue.cpp 31 cl_int *errcode_ret) try {
50 PUBLIC cl_int
59 PUBLIC cl_int
70 PUBLIC cl_int
95 PUBLIC cl_int
memory.cpp 31 void *host_ptr, cl_int *errcode_ret) try {
57 const void *op_info, cl_int *errcode_ret) try {
97 void *host_ptr, cl_int *errcode_ret) try {
133 void *host_ptr, cl_int *errcode_ret) try {
164 PUBLIC cl_int
193 PUBLIC cl_int
237 PUBLIC cl_int
272 PUBLIC cl_int
281 PUBLIC cl_int
292 PUBLIC cl_int
    [all...]
sampler.cpp 31 cl_int *errcode_ret) try {
43 PUBLIC cl_int
52 PUBLIC cl_int
63 PUBLIC cl_int
transfer.cpp 137 PUBLIC cl_int
162 PUBLIC cl_int
187 PUBLIC cl_int
218 PUBLIC cl_int
249 PUBLIC cl_int
271 PUBLIC cl_int
299 PUBLIC cl_int
329 PUBLIC cl_int
359 PUBLIC cl_int
383 PUBLIC cl_int
    [all...]
kernel.cpp 31 cl_int *errcode_ret) try {
55 PUBLIC cl_int
82 PUBLIC cl_int
91 PUBLIC cl_int
102 PUBLIC cl_int
119 PUBLIC cl_int
150 PUBLIC cl_int
272 PUBLIC cl_int
296 PUBLIC cl_int
318 PUBLIC cl_int
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try {
41 PUBLIC cl_int
42 clSetUserEventStatus(cl_event ev, cl_int status) {
60 PUBLIC cl_int
90 PUBLIC cl_int
107 return scalar_property<cl_int>(buf, size, size_ret, ev->status());
117 PUBLIC cl_int
118 clSetEventCallback(cl_event ev, cl_int type,
119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
143 PUBLIC cl_int
    [all...]
program.cpp 31 cl_int *errcode_ret) try {
59 const unsigned char **binaries, cl_int *status_ret,
60 cl_int *errcode_ret) try {
74 [](const unsigned char *p, size_t l) -> std::pair<cl_int, module> {
93 keys<cl_int, module>);
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE),
99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY),
106 map(values<cl_int, module>,
114 PUBLIC cl_int
123 PUBLIC cl_int
    [all...]
context.cpp 33 void *user_data, cl_int *errcode_ret) try {
64 void *user_data, cl_int *errcode_ret) {
66 cl_int ret;
77 PUBLIC cl_int
86 PUBLIC cl_int
97 PUBLIC cl_int
queue.cpp 31 cl_int *errcode_ret) try {
50 PUBLIC cl_int
59 PUBLIC cl_int
70 PUBLIC cl_int
95 PUBLIC cl_int
memory.cpp 31 void *host_ptr, cl_int *errcode_ret) try {
57 const void *op_info, cl_int *errcode_ret) try {
97 void *host_ptr, cl_int *errcode_ret) try {
133 void *host_ptr, cl_int *errcode_ret) try {
164 PUBLIC cl_int
193 PUBLIC cl_int
237 PUBLIC cl_int
272 PUBLIC cl_int
281 PUBLIC cl_int
292 PUBLIC cl_int
    [all...]
sampler.cpp 31 cl_int *errcode_ret) try {
43 PUBLIC cl_int
52 PUBLIC cl_int
63 PUBLIC cl_int
transfer.cpp 137 PUBLIC cl_int
162 PUBLIC cl_int
187 PUBLIC cl_int
218 PUBLIC cl_int
249 PUBLIC cl_int
271 PUBLIC cl_int
299 PUBLIC cl_int
329 PUBLIC cl_int
359 PUBLIC cl_int
383 PUBLIC cl_int
    [all...]
kernel.cpp 31 cl_int *errcode_ret) try {
55 PUBLIC cl_int
82 PUBLIC cl_int
91 PUBLIC cl_int
102 PUBLIC cl_int
119 PUBLIC cl_int
150 PUBLIC cl_int
272 PUBLIC cl_int
296 PUBLIC cl_int
318 PUBLIC cl_int
    [all...]
  /external/skia/tools/skpdiff/
SkCLImageDiffer.cpp 24 cl_int queueErr;
64 cl_int programErr = clBuildProgram(program, 1, &fDevice, "", NULL, NULL);
77 cl_int kernelErr;
88 cl_int imageErr;

Completed in 2429 milliseconds

1 2