Searched refs:error_local (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp6494 cl_int error_local = CL_SUCCESS; local in function:cl::linkProgram
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; local in function:cl::linkProgram
6539 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
6540 if(error_local!
[all...]
H A Dcl.hpp5400 cl_int error_local = CL_SUCCESS; local in function:cl::linkProgram
5404 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5405 if(error_local!=CL_SUCCESS) {
5406 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
5418 &error_local);
5420 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
5422 *err = error_local;
5435 cl_int error_local = CL_SUCCESS; local in function:cl::linkProgram
5447 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5448 if(error_local!
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp6828 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!
[all...]
H A Dcl.hpp5400 cl_int error_local = CL_SUCCESS; local in function:cl::linkProgram
5404 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5405 if(error_local!=CL_SUCCESS) {
5406 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
5418 &error_local);
5420 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
5422 *err = error_local;
5435 cl_int error_local = CL_SUCCESS; local in function:cl::linkProgram
5447 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5448 if(error_local!
[all...]

Completed in 40 milliseconds