Searched refs:BuildLogType (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 1888 using BuildLogType = vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, CL_PROGRAM_BUILD_LOG>::param_type>>; typedef in namespace:cl 1896 BuildLogType buildLogs; 1898 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec) 1902 BuildLogType getBuildLog() const 1911 const BuildLogType &buildLogs) 1925 const BuildLogType &buildLogs)
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 1985 using BuildLogType = vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, CL_PROGRAM_BUILD_LOG>::param_type>>; typedef in namespace:cl 1993 BuildLogType buildLogs; 1995 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec) 1999 BuildLogType getBuildLog() const 2008 const BuildLogType &buildLogs) 2022 const BuildLogType &buildLogs)
|
Completed in 82 milliseconds