|
LibreOffice Module opencl (master) 1
|
#include <sal/config.h>#include <unicode/regex.h>#include <comphelper/configuration.hxx>#include <officecfg/Office/Common.hxx>#include <opencl/openclconfig.hxx>#include <opencl/platforminfo.hxx>#include <rtl/ustring.hxx>#include <rtl/ustrbuf.hxx>#include <sal/log.hxx>#include <sal/types.h>#include <o3tl/string_view.hxx>Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig &rConfig) |
| std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig::ImplMatcher &rImpl) |
| std::ostream & | operator<< (std::ostream &rStream, const OpenCLConfig::ImplMatcherSet &rSet) |
| 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.
| 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.
| std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLConfig::ImplMatcherSet & | rSet | ||
| ) |
Definition at line 242 of file openclconfig.cxx.