Home
last modified time | relevance | path

Searched refs:aDevExtInfoSize (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/
H A Dopencl_device.cxx151 size_t aDevExtInfoSize = 0; in evaluateScoreForDevice() local
154 … clStatus = clGetDeviceInfo(rDevice.aDeviceID, CL_DEVICE_EXTENSIONS, 0, nullptr, &aDevExtInfoSize); in evaluateScoreForDevice()
157 aExtInfo.reset(new char[aDevExtInfoSize]); in evaluateScoreForDevice()
158 …etDeviceInfo(rDevice.aDeviceID, CL_DEVICE_EXTENSIONS, sizeof(char) * aDevExtInfoSize, aExtInfo.get… in evaluateScoreForDevice()
H A Dopenclwrapper.cxx444 size_t aDevExtInfoSize = 0; in checkDeviceForDoubleSupport() local
446 …cl_uint clStatus = clGetDeviceInfo( deviceId, CL_DEVICE_EXTENSIONS, 0, nullptr, &aDevExtInfoSize ); in checkDeviceForDoubleSupport()
450 std::unique_ptr<char[]> pExtInfo(new char[aDevExtInfoSize]); in checkDeviceForDoubleSupport()
453 sizeof(char) * aDevExtInfoSize, pExtInfo.get(), nullptr); in checkDeviceForDoubleSupport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/
H A Dopencl_device.cxx149 size_t aDevExtInfoSize = 0; in evaluateScoreForDevice() local
152 … clStatus = clGetDeviceInfo(rDevice.aDeviceID, CL_DEVICE_EXTENSIONS, 0, nullptr, &aDevExtInfoSize); in evaluateScoreForDevice()
155 aExtInfo.reset(new char[aDevExtInfoSize]); in evaluateScoreForDevice()
156 …etDeviceInfo(rDevice.aDeviceID, CL_DEVICE_EXTENSIONS, sizeof(char) * aDevExtInfoSize, aExtInfo.get… in evaluateScoreForDevice()
H A Dopenclwrapper.cxx444 size_t aDevExtInfoSize = 0; in checkDeviceForDoubleSupport() local
446 …cl_uint clStatus = clGetDeviceInfo( deviceId, CL_DEVICE_EXTENSIONS, 0, nullptr, &aDevExtInfoSize ); in checkDeviceForDoubleSupport()
450 std::unique_ptr<char[]> pExtInfo(new char[aDevExtInfoSize]); in checkDeviceForDoubleSupport()
453 sizeof(char) * aDevExtInfoSize, pExtInfo.get(), nullptr); in checkDeviceForDoubleSupport()