/external/mesa3d/include/CL/ |
D | 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_CALL [all …]
|
D | cl.hpp | 213 cl_int err_; 219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error() 242 const cl_int err(void) const { return err_; } in err() 691 static cl_int 702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get() 705 cl_int err = f(name, 0, NULL, &required); in get() 725 static cl_int 741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param) in get() 744 cl_int err = f(name, 0, NULL, &required); in get() 765 static cl_int get(Func f, cl_uint name, CPP_TYPE* param) \ [all …]
|
D | 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
|
D | 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)(
|
D | cl_platform.h | 71 typedef signed __int32 cl_int; typedef 162 typedef int32_t cl_int __attribute__((aligned(4))); 321 typedef cl_int __cl_int4 __attribute__((vector_size(16))); 355 typedef cl_int __cl_int2 __attribute__((vector_size(8))); 724 cl_int CL_ALIGNED(8) s[2]; 726 __extension__ struct{ cl_int x, y; }; 727 __extension__ struct{ cl_int s0, s1; }; 728 __extension__ struct{ cl_int lo, hi; }; 737 cl_int CL_ALIGNED(16) s[4]; 739 __extension__ struct{ cl_int x, y, z, w; }; [all …]
|
D | cl_gl_ext.h | 63 cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_1;
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | event.cpp | 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { in clCreateUserEvent() 41 PUBLIC cl_int 42 clSetUserEventStatus(cl_event ev, cl_int status) { in clSetUserEventStatus() 60 PUBLIC cl_int 90 PUBLIC cl_int 107 return scalar_property<cl_int>(buf, size, size_ret, ev->status()); in clGetEventInfo() 117 PUBLIC cl_int 118 clSetEventCallback(cl_event ev, cl_int type, in clSetEventCallback() argument 119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int, in clSetEventCallback() 143 PUBLIC cl_int [all …]
|
D | program.cpp | 31 cl_int *errcode_ret) try { in clCreateProgramWithSource() 59 const unsigned char **binaries, cl_int *status_ret, in clCreateProgramWithBinary() 60 cl_int *errcode_ret) try { in clCreateProgramWithBinary() 74 [](const unsigned char *p, size_t l) -> std::pair<cl_int, module> { in clCreateProgramWithBinary() 93 keys<cl_int, module>); in clCreateProgramWithBinary() 95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE), in clCreateProgramWithBinary() 99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY), in clCreateProgramWithBinary() 106 map(values<cl_int, module>, in clCreateProgramWithBinary() 114 PUBLIC cl_int 123 PUBLIC cl_int [all …]
|
D | context.cpp | 33 void *user_data, cl_int *errcode_ret) try { in clCreateContext() 64 void *user_data, cl_int *errcode_ret) { in clCreateContextFromType() 66 cl_int ret; in clCreateContextFromType() 77 PUBLIC cl_int 86 PUBLIC cl_int 97 PUBLIC cl_int
|
D | queue.cpp | 31 cl_int *errcode_ret) try { in clCreateCommandQueue() 50 PUBLIC cl_int 59 PUBLIC cl_int 70 PUBLIC cl_int 95 PUBLIC cl_int
|
D | memory.cpp | 31 void *host_ptr, cl_int *errcode_ret) try { in clCreateBuffer() 57 const void *op_info, cl_int *errcode_ret) try { in clCreateSubBuffer() 97 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage2D() 133 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage3D() 164 PUBLIC cl_int 193 PUBLIC cl_int 237 PUBLIC cl_int 272 PUBLIC cl_int 281 PUBLIC cl_int 292 PUBLIC cl_int
|
D | kernel.cpp | 31 cl_int *errcode_ret) try { in clCreateKernel() 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
|
D | sampler.cpp | 31 cl_int *errcode_ret) try { in clCreateSampler() 43 PUBLIC cl_int 52 PUBLIC cl_int 63 PUBLIC cl_int
|
D | util.hpp | 41 cl_int 64 cl_int 82 cl_int 91 inline cl_int 147 ret_error(cl_int *p, const clover::error &e) { in ret_error()
|
D | 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 …]
|
D | platform.cpp | 27 PUBLIC cl_int 42 PUBLIC cl_int
|
D | device.cpp | 30 PUBLIC cl_int 65 PUBLIC cl_int
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.hpp | 61 void abort(cl_int status); 64 virtual cl_int status() const = 0; 74 cl_int __status; 104 virtual cl_int status() const; 131 virtual cl_int status() const;
|
D | event.cpp | 53 _cl_event::abort(cl_int status) { in abort() 90 cl_int 143 cl_int
|
D | base.hpp | 45 error(cl_int code, std::string what = "") : in error() 49 cl_int get() const { in get() 54 cl_int code;
|
/external/skia/tools/skpdiff/ |
D | SkCLImageDiffer.cpp | 24 cl_int queueErr; in init() 64 cl_int programErr = clBuildProgram(program, 1, &fDevice, "", NULL, NULL); in loadKernelSource() 77 cl_int kernelErr; in loadKernelSource() 88 cl_int imageErr; in makeImage2D()
|
D | SkDifferentPixelsMetric_opencl.cpp | 78 cl_int setArgErr = clSetKernelArg(fKernel, 0, sizeof(cl_mem), &baselineImage); in diff() 89 cl_int enqueueErr; in diff()
|
D | skpdiff_util.h | 26 const char* cl_error_to_string(cl_int err);
|
D | skpdiff_util.cpp | 32 const char* cl_error_to_string(cl_int err) { in cl_error_to_string()
|
D | skpdiff_main.cpp | 89 cl_int contextErr = CL_SUCCESS; in init_device_and_context()
|