Searched refs:sDriverVersion (Results 1 – 8 of 8) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/inc/ |
H A D | opencl_device_selection.h | 73 OString sDriverVersion; member 221 rDevice.sDriverVersion = getDeviceInfoString(aDeviceID, CL_DRIVER_VERSION); in initDSProfile() 278 aXmlWriter.content(rDevice.sDriverVersion); in writeProfile() 385 sVersion == rDevice.sDriverVersion)) in readProfile()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/inc/ |
H A D | opencl_device_selection.h | 73 OString sDriverVersion; member 221 rDevice.sDriverVersion = getDeviceInfoString(aDeviceID, CL_DRIVER_VERSION); in initDSProfile() 278 aXmlWriter.content(rDevice.sDriverVersion); in writeProfile() 385 sVersion == rDevice.sDriverVersion)) in readProfile()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/ |
H A D | driverblocklist.hxx | 147 std::u16string_view sDriverVersion,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/win/ |
H A D | WinDeviceInfo.hxx | 208 … OUString const & sDriverVersion, OUString const & sAdapterVendorID,
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/helper/ |
H A D | driverblocklist.cxx | 604 std::u16string_view sDriverVersion, in FindBlocklistedDeviceInList() argument 610 ParseDriverVersion(sDriverVersion, driverVersion, versionType); in FindBlocklistedDeviceInList()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/ |
H A D | opencl_device.cxx | 362 aDevice.maDriver = OStringToOUString(device.sDriverVersion, RTL_TEXTENCODING_UTF8); in pickBestDevice() 474 aWriter.log(" Driver Version", rDevice.sDriverVersion); in writeDevicesLog()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/ |
H A D | opencl_device.cxx | 360 aDevice.maDriver = OStringToOUString(device.sDriverVersion, RTL_TEXTENCODING_UTF8); in pickBestDevice() 472 aWriter.log(" Driver Version", rDevice.sDriverVersion); in writeDevicesLog()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/win/ |
H A D | WinDeviceInfo.cxx | 415 … OUString const & sDriverVersion, OUString const & sAdapterVendorID, in FindBlocklistedDeviceInList() argument 419 wgl::ParseDriverVersion(sDriverVersion, driverVersion); in FindBlocklistedDeviceInList()
|