Home
last modified time | relevance | path

Searched refs:sDriverVersion (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/inc/
H A Dopencl_device_selection.h73 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 Dopencl_device_selection.h73 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 Ddriverblocklist.hxx147 std::u16string_view sDriverVersion,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/win/
H A DWinDeviceInfo.hxx208 … OUString const & sDriverVersion, OUString const & sAdapterVendorID,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/helper/
H A Ddriverblocklist.cxx604 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 Dopencl_device.cxx362 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 Dopencl_device.cxx360 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 DWinDeviceInfo.cxx415 … OUString const & sDriverVersion, OUString const & sAdapterVendorID, in FindBlocklistedDeviceInList() argument
419 wgl::ParseDriverVersion(sDriverVersion, driverVersion); in FindBlocklistedDeviceInList()