Lines Matching defs:error_local
6828 cl_int error_local = CL_SUCCESS;
6832 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
6833 if(error_local!=CL_SUCCESS) {
6834 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
6846 &error_local);
6848 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
6850 *err = error_local;
6863 cl_int error_local = CL_SUCCESS;
6873 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
6874 if(error_local!=CL_SUCCESS) {
6875 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
6887 &error_local);
6889 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
6891 *err = error_local;