|
LibreOffice Module opencl (master) 1
|
#include <ostream>#include <set>#include <opencl/opencldllapi.h>#include <rtl/ustring.hxx>#include <utility>Go to the source code of this file.
Classes | |
| struct | OpenCLConfig |
| struct | OpenCLConfig::ImplMatcher |
Functions | |
| OPENCL_DLLPUBLIC std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig &rConfig) |
| OPENCL_DLLPUBLIC std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig::ImplMatcher &rImpl) |
| OPENCL_DLLPUBLIC std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig::ImplMatcherSet &rSet) |
| OPENCL_DLLPUBLIC std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLConfig & | rConfig | ||
| ) |
Definition at line 219 of file openclconfig.cxx.
References OpenCLConfig::maAllowList, OpenCLConfig::maDenyList, and OpenCLConfig::mbUseOpenCL.
| OPENCL_DLLPUBLIC std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLConfig::ImplMatcher & | rImpl | ||
| ) |
Definition at line 229 of file openclconfig.cxx.
References OpenCLConfig::ImplMatcher::maDevice, OpenCLConfig::ImplMatcher::maDriverVersion, OpenCLConfig::ImplMatcher::maOS, OpenCLConfig::ImplMatcher::maOSVersion, and OpenCLConfig::ImplMatcher::maPlatformVendor.
| OPENCL_DLLPUBLIC std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLConfig::ImplMatcherSet & | rSet | ||
| ) |
Definition at line 242 of file openclconfig.cxx.