Lines Matching refs:error_local
6494 cl_int error_local = CL_SUCCESS;
6498 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
6499 if(error_local!=CL_SUCCESS) {
6500 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
6512 &error_local);
6514 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
6516 *err = error_local;
6529 cl_int error_local = CL_SUCCESS;
6539 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
6540 if(error_local!=CL_SUCCESS) {
6541 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
6553 &error_local);
6555 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
6557 *err = error_local;