Home
last modified time | relevance | path

Searched refs:targetChip (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindiccd.cpp2050 memcpy(buf, targetChip->getFrameBuffer(), targetChip->getFrameBufferSize()); in ExposureCompletePrivate()
2051 …P->processBLOB(buf, 2, new int[2] { targetChip->getXRes() / targetChip->getBinX(), targetChip->get… in ExposureCompletePrivate()
2153 if (targetChip->lastRapidX > 0 && targetChip->lastRapidY > 0) in ExposureCompletePrivate()
2465 targetChip->lastRapidX = targetChip->lastRapidY = -1; in ExposureCompletePrivate()
2471 targetChip->lastRapidX = targetChip->lastRapidY = -1; in ExposureCompletePrivate()
2571 naxes[0] = targetChip->getSubW() / targetChip->getBinX(); in ExposureCompletePrivate()
2572 naxes[1] = targetChip->getSubH() / targetChip->getBinY(); in ExposureCompletePrivate()
2675 …bool rc = uploadFile(targetChip, targetChip->getFrameBuffer(), targetChip->getFrameBufferSize(), s… in ExposureCompletePrivate()
2943 wsServer.send_binary(targetChip->FitsB.blob, targetChip->FitsB.bloblen); in uploadFile()
3060 int imageHeight = targetChip->getSubH() / targetChip->getBinY(); in getMinMax()
[all …]
H A Dindiccd.h304 virtual bool ExposureComplete(CCDChip * targetChip);
495 virtual void addFITSKeywords(fitsfile * fptr, CCDChip * targetChip);
729 …bool uploadFile(CCDChip * targetChip, const void * fitsData, size_t totalBytes, bool sendImage, bo…
730 void getMinMax(double * min, double * max, CCDChip * targetChip);
732 bool ExposureCompletePrivate(CCDChip * targetChip);
/dports/devel/indi/indi-1.9.1/drivers/ccd/
H A Dguide_simulator.cpp468 if (targetChip->getXRes() == 500) in DrawCcdFrame()
561 nwidth = targetChip->getXRes(); in DrawCcdFrame()
564 nheight = targetChip->getYRes(); in DrawCcdFrame()
605 … radius = sqrt((Scalex * Scalex * targetChip->getXRes() / 2.0 * targetChip->getXRes() / 2.0) + in DrawCcdFrame()
606 … (Scaley * Scaley * targetChip->getYRes() / 2.0 * targetChip->getYRes() / 2.0)); in DrawCcdFrame()
722 memset(targetChip->getFrameBuffer(), 0, targetChip->getFrameBufferSize()); in DrawCcdFrame()
931 int nbuf = targetChip->getSubW() * targetChip->getSubH(); in DrawCcdFrame()
952 int subX = targetChip->getSubX(); in DrawImageStar()
953 int subY = targetChip->getSubY(); in DrawImageStar()
1016 x -= targetChip->getSubX(); in AddToPixel()
[all …]
H A Dccd_simulator.cpp527 if (targetChip->getXRes() == 500) in DrawCcdFrame()
623 nwidth = targetChip->getXRes(); in DrawCcdFrame()
626 nheight = targetChip->getYRes(); in DrawCcdFrame()
677 …double radius = sqrt((Scalex * Scalex * targetChip->getXRes() / 2.0 * targetChip->getXRes() / 2.0)… in DrawCcdFrame()
678 … (Scaley * Scaley * targetChip->getYRes() / 2.0 * targetChip->getYRes() / 2.0)); in DrawCcdFrame()
708 memset(targetChip->getFrameBuffer(), 0, targetChip->getFrameBufferSize()); in DrawCcdFrame()
893 int nbuf = targetChip->getSubW() * targetChip->getSubH(); in DrawCcdFrame()
912 int subX = targetChip->getSubX(); in DrawImageStar()
913 int subY = targetChip->getSubY(); in DrawImageStar()
977 x -= targetChip->getSubX(); in AddToPixel()
[all …]
H A Dguide_simulator.h74 int DrawCcdFrame(INDI::CCDChip *targetChip);
76 int DrawImageStar(INDI::CCDChip *targetChip, float, float, float, float ExposureTime);
77 int AddToPixel(INDI::CCDChip *targetChip, int, int, int);
85 virtual void addFITSKeywords(fitsfile *fptr, INDI::CCDChip *targetChip) override;
H A Dccd_simulator.h98 int DrawCcdFrame(INDI::CCDChip *targetChip);
100 int DrawImageStar(INDI::CCDChip *targetChip, float, float, float, float ExposureTime);
101 int AddToPixel(INDI::CCDChip *targetChip, int, int, int);
109 virtual void addFITSKeywords(fitsfile *fptr, INDI::CCDChip *targetChip) override;
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp517 ISD::CCDChip *targetChip = in checkCCD() local
519 if (targetChip && targetChip->isCapturing()) in checkCCD()
634 if (targetChip == nullptr) in updateGuideParams()
647 if (targetChip->canBin()) in updateGuideParams()
827 prepareCapture(targetChip); in captureOneFrame()
878 ISD::CCDChip *targetChip = in abort() local
969 prepareCapture(targetChip); in processCaptureTimeout()
1842 Q_ASSERT(targetChip); in syncTrackingBoxPosition()
2559 if (targetChip == nullptr) in executeOneOperation()
2757 if (targetChip) in setExternalGuiderBLOBEnabled()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DConvertKernelFuncToBlob.cpp52 StringRef targetChip, StringRef features, in GpuKernelToBlobPass() argument
55 triple(triple), targetChip(targetChip), features(features), in GpuKernelToBlobPass()
96 StringRef targetChip; member in __anon7ac8b79e0111::GpuKernelToBlobPass
131 targetMachine.reset(target->createTargetMachine(triple.str(), targetChip, in convertModuleToBlob()
157 StringRef triple, StringRef targetChip, in createConvertGPUKernelToBlobPass() argument
161 triple, targetChip, features, in createConvertGPUKernelToBlobPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUCommon/
H A DConvertKernelFuncToBlob.cpp53 StringRef targetChip, StringRef features, in GpuKernelToBlobPass() argument
56 triple(triple), targetChip(targetChip), features(features), in GpuKernelToBlobPass()
97 StringRef targetChip; member in __anon94f97b2b0111::GpuKernelToBlobPass
132 targetMachine.reset(target->createTargetMachine(triple.str(), targetChip, in convertModuleToBlob()
154 StringRef triple, StringRef targetChip, in createConvertGPUKernelToBlobPass() argument
158 triple, targetChip, features, in createConvertGPUKernelToBlobPass()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DConvertKernelFuncToBlob.cpp52 StringRef targetChip, StringRef features, in GpuKernelToBlobPass() argument
55 triple(triple), targetChip(targetChip), features(features), in GpuKernelToBlobPass()
96 StringRef targetChip; member in __anon28774e0a0111::GpuKernelToBlobPass
131 targetMachine.reset(target->createTargetMachine(triple.str(), targetChip, in convertModuleToBlob()
157 StringRef triple, StringRef targetChip, in createConvertGPUKernelToBlobPass() argument
161 triple, targetChip, features, in createConvertGPUKernelToBlobPass()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUCommon/
H A DConvertKernelFuncToBlob.cpp53 StringRef targetChip, StringRef features, in GpuKernelToBlobPass() argument
56 triple(triple), targetChip(targetChip), features(features), in GpuKernelToBlobPass()
100 StringRef targetChip; member in __anon242b02200111::GpuKernelToBlobPass
140 targetMachine.reset(target->createTargetMachine(triple.str(), targetChip, in convertModuleToBlob()
162 StringRef triple, StringRef targetChip, in createConvertGPUKernelToBlobPass() argument
166 triple, targetChip, features, in createConvertGPUKernelToBlobPass()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/focus/
H A Dfocus.cpp188 if (targetChip) in resetFrame()
191 targetChip->resetFrame(); in resetFrame()
272 if (targetChip && targetChip->isCapturing()) in checkCCD()
283 if (targetChip) in checkCCD()
289 if (targetChip->canBin()) in checkCCD()
1170 targetChip->abortExposure(); in stop()
1279 prepareCapture(targetChip); in capture()
1336 targetChip->setBatchMode(false); in prepareCapture()
3205 if (targetChip == nullptr) in updateBoxSize()
3518 Q_ASSERT(targetChip); in syncTrackingBoxPosition()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindiccd.cpp1462 CCDChip *targetChip = nullptr; in processBLOB() local
1465 targetChip = guideChip.get(); in processBLOB()
1468 targetChip = primaryChip.get(); in processBLOB()
1479 if (targetChip->isBatchMode() == false || targetChip->getCaptureMode() != FITS_NORMAL) in processBLOB()
1492 if (targetChip->isBatchMode()) in processBLOB()
1515 if (targetChip->getCaptureMode() == FITS_NORMAL && targetChip->isBatchMode() == true) in processBLOB()
1616 …if ((targetChip->getCaptureMode() == FITS_NORMAL || targetChip->getCaptureMode() == FITS_CALIBRATE… in processBLOB()
1619 targetChip->isBatchMode()) in processBLOB()
1716 loadImageInView(targetChip, data); in handleImage()
1861 if (targetChip == primaryChip.get()) in setRapidGuide()
[all …]
H A Dstreamwg.cpp213 ISD::CCDChip *targetChip = currentCCD->getChip(ISD::CCDChip::PRIMARY_CCD); in queryDebayerParameters() local
214 if (!targetChip) in queryDebayerParameters()
219 if (targetChip->getISOList().isEmpty() == false) in queryDebayerParameters()
225 if (targetChip->getImageInfo(w, h, pixelX, pixelY, m_BBP) == false) in queryDebayerParameters()
234 if (targetChip->getBayerInfo(offsetX, offsetY, pattern) == false) in queryDebayerParameters()
H A Dindiccd.h278 …bool configureRapidGuide(CCDChip *targetChip, bool autoLoop, bool sendImage = false, bool showMark…
279 bool setRapidGuide(CCDChip *targetChip, bool enable);
371 void loadImageInView(ISD::CCDChip *targetChip, const QSharedPointer<FITSData> &data);
378 …void handleImage(CCDChip *targetChip, const QString &filename, IBLOB *bp, QSharedPointer<FITSData>…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-rocm-runner/
H A Dmlir-rocm-runner.cpp76 static cl::opt<std::string> targetChip("target", cl::desc("target chip"), variable
121 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa()
224 targetChip = kDefaultTargetChip; in configTargetChip()
276 targetChip = lines->str(); in configTargetChip()
296 if (!targetChip.size()) in runMLIRPasses()
307 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Dmlir-rocm-runner.cpp78 static cl::opt<std::string> targetChip("target", cl::desc("target chip"), variable
123 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa()
230 targetChip = kDefaultTargetChip; in configTargetChip()
282 targetChip = lines->str(); in configTargetChip()
302 if (!targetChip.size()) in runMLIRPasses()
315 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-rocm-runner/
H A Dmlir-rocm-runner.cpp79 static cl::opt<std::string> targetChip("target", cl::desc("target chip"), variable
124 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa()
231 targetChip = kDefaultTargetChip; in configTargetChip()
283 targetChip = lines->str(); in configTargetChip()
303 if (!targetChip.size()) in runMLIRPasses()
316 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Dmlir-rocm-runner.cpp78 static cl::opt<std::string> targetChip("target", cl::desc("target chip"), variable
123 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa()
230 targetChip = kDefaultTargetChip; in configTargetChip()
282 targetChip = lines->str(); in configTargetChip()
302 if (!targetChip.size()) in runMLIRPasses()
315 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dalign.cpp184 if (targetChip->isCapturing()) in Align()
781 if (targetChip && targetChip->isCapturing()) in checkCCD()
1089 if (targetChip->canBin()) in syncCCDInfo()
1617 if (targetChip->isCapturing()) in captureAndSolve()
1667 prepareCapture(targetChip); in captureAndSolve()
1813 targetChip->resetFrame(); in prepareCapture()
1814 targetChip->setBatchMode(false); in prepareCapture()
1819 targetChip->setBinning(bin, bin); in prepareCapture()
2500 if (targetChip->isCapturing()) in stop()
2507 if (targetChip->isCapturing()) in stop()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Ddarkprocessor.h43 …void denoise(ISD::CCDChip *targetChip, const QSharedPointer<FITSData> &targetData, double duration,
108 ISD::CCDChip *targetChip; member
H A Ddarklibrary.h66 … bool findDarkFrame(ISD::CCDChip *targetChip, double duration, QSharedPointer<FITSData> &darkData);
75 …bool findDefectMap(ISD::CCDChip *targetChip, double duration, QSharedPointer<DefectMap> &defectMap…
H A Ddarkprocessor.cpp236 const QString device = info.targetChip->getCCD()->getDeviceName(); in denoiseInternal()
244 if (DarkLibrary::Instance()->findDefectMap(info.targetChip, info.duration, targetDefectMap)) in denoiseInternal()
254 if (DarkLibrary::Instance()->findDarkFrame(info.targetChip, info.duration, darkData)) in denoiseInternal()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.cpp818 targetChip->abortExposure(); in stop()
907 targetChip = nullptr; in checkCCD()
914 if (targetChip == nullptr) in checkCCD()
922 if (!targetChip || !targetChip->getCCD() || !targetChip->getCCD()->getBaseDevice() || in checkCCD()
1195 targetChip = in updateFrameProperties()
1369 if (targetChip->canBin()) in updateFrameProperties()
1410 targetChip = in resetFrame()
1412 targetChip->resetFrame(); in resetFrame()
1673 if (tChip != targetChip) in processData()
1682 … if (targetChip->getCaptureMode() == FITS_FOCUS || targetChip->getCaptureMode() == FITS_GUIDE) in processData()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Conversion/GPUCommon/
H A DGPUCommonPass.h74 StringRef targetChip, StringRef features,

12