Searched refs:bAmdFp64 (Results 1 – 2 of 2) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/ |
H A D | openclwrapper.cxx | 436 void checkDeviceForDoubleSupport(cl_device_id deviceId, bool& bKhrFp64, bool& bAmdFp64) in checkDeviceForDoubleSupport() argument 441 bAmdFp64 = false; in checkDeviceForDoubleSupport() 466 bAmdFp64 = true; in checkDeviceForDoubleSupport() 477 bool bAmdFp64 = false; in initOpenCLRunEnv() local 479 checkDeviceForDoubleSupport(gpuInfo->mpDevID, bKhrFp64, bAmdFp64); in initOpenCLRunEnv() 482 gpuInfo->mnAmdFp64Flag = bAmdFp64; in initOpenCLRunEnv() 616 bool bAmdFp64 = false; in createDeviceInfo() local 617 checkDeviceForDoubleSupport(aDeviceId, bKhrFp64, bAmdFp64); in createDeviceInfo() 620 if(!bKhrFp64 && !bAmdFp64) in createDeviceInfo()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/ |
H A D | openclwrapper.cxx | 436 void checkDeviceForDoubleSupport(cl_device_id deviceId, bool& bKhrFp64, bool& bAmdFp64) in checkDeviceForDoubleSupport() argument 441 bAmdFp64 = false; in checkDeviceForDoubleSupport() 466 bAmdFp64 = true; in checkDeviceForDoubleSupport() 477 bool bAmdFp64 = false; in initOpenCLRunEnv() local 479 checkDeviceForDoubleSupport(gpuInfo->mpDevID, bKhrFp64, bAmdFp64); in initOpenCLRunEnv() 482 gpuInfo->mnAmdFp64Flag = bAmdFp64; in initOpenCLRunEnv() 616 bool bAmdFp64 = false; in createDeviceInfo() local 617 checkDeviceForDoubleSupport(aDeviceId, bKhrFp64, bAmdFp64); in createDeviceInfo() 620 if(!bKhrFp64 && !bAmdFp64) in createDeviceInfo()
|