/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
memory.cpp | 47 ret_error(errcode_ret, CL_SUCCESS); 51 ret_error(errcode_ret, e); 81 ret_error(errcode_ret, CL_SUCCESS); 89 ret_error(errcode_ret, e); 119 ret_error(errcode_ret, CL_SUCCESS); 124 ret_error(errcode_ret, e); 155 ret_error(errcode_ret, CL_SUCCESS); 160 ret_error(errcode_ret, e);
|
context.cpp | 49 ret_error(errcode_ret, CL_SUCCESS); 55 ret_error(errcode_ret, e); 70 ret_error(errcode_ret, ret);
|
queue.cpp | 42 ret_error(errcode_ret, CL_SUCCESS); 46 ret_error(errcode_ret, e);
|
sampler.cpp | 35 ret_error(errcode_ret, CL_SUCCESS); 39 ret_error(errcode_ret, e);
|
program.cpp | 48 ret_error(errcode_ret, CL_SUCCESS); 52 ret_error(errcode_ret, e); 104 ret_error(errcode_ret, CL_SUCCESS); 110 ret_error(errcode_ret, e);
|
kernel.cpp | 43 ret_error(errcode_ret, CL_SUCCESS); 47 ret_error(errcode_ret, CL_INVALID_KERNEL_NAME); 51 ret_error(errcode_ret, e);
|
transfer.cpp | 455 ret_error(errcode_ret, CL_SUCCESS); 459 ret_error(errcode_ret, e); 480 ret_error(errcode_ret, CL_SUCCESS); 484 ret_error(errcode_ret, e);
|
event.cpp | 33 ret_error(errcode_ret, CL_SUCCESS); 37 ret_error(errcode_ret, e);
|
util.hpp | 147 ret_error(cl_int *p, const clover::error &e) { function in namespace:clover
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
memory.cpp | 47 ret_error(errcode_ret, CL_SUCCESS); 51 ret_error(errcode_ret, e); 81 ret_error(errcode_ret, CL_SUCCESS); 89 ret_error(errcode_ret, e); 119 ret_error(errcode_ret, CL_SUCCESS); 124 ret_error(errcode_ret, e); 155 ret_error(errcode_ret, CL_SUCCESS); 160 ret_error(errcode_ret, e);
|
context.cpp | 49 ret_error(errcode_ret, CL_SUCCESS); 55 ret_error(errcode_ret, e); 70 ret_error(errcode_ret, ret);
|
queue.cpp | 42 ret_error(errcode_ret, CL_SUCCESS); 46 ret_error(errcode_ret, e);
|
sampler.cpp | 35 ret_error(errcode_ret, CL_SUCCESS); 39 ret_error(errcode_ret, e);
|
program.cpp | 48 ret_error(errcode_ret, CL_SUCCESS); 52 ret_error(errcode_ret, e); 104 ret_error(errcode_ret, CL_SUCCESS); 110 ret_error(errcode_ret, e);
|
kernel.cpp | 43 ret_error(errcode_ret, CL_SUCCESS); 47 ret_error(errcode_ret, CL_INVALID_KERNEL_NAME); 51 ret_error(errcode_ret, e);
|
transfer.cpp | 455 ret_error(errcode_ret, CL_SUCCESS); 459 ret_error(errcode_ret, e); 480 ret_error(errcode_ret, CL_SUCCESS); 484 ret_error(errcode_ret, e);
|
event.cpp | 33 ret_error(errcode_ret, CL_SUCCESS); 37 ret_error(errcode_ret, e);
|
util.hpp | 147 ret_error(cl_int *p, const clover::error &e) { function in namespace:clover
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 48 #define RET_ERROR -1 151 return RET_ERROR; 240 ret = RET_ERROR; 246 ret = RET_ERROR; 290 return RET_ERROR; 317 return RET_ERROR; 340 return RET_ERROR; 344 return RET_ERROR; 358 return RET_ERROR; 364 return RET_ERROR; [all...] |