Home
last modified time | relevance | path

Searched refs:scratchOffset (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCleanup.cpp307 for (auto i = scratchOffset; i < (scratchOffset + scratchSize); i++) in fillHeuristic()
308 bits.set(i - scratchOffset); in fillHeuristic()
310 if (min > scratchOffset) in fillHeuristic()
311 min = scratchOffset; in fillHeuristic()
379 for (auto i = scratchOffset; i < (scratchOffset + scratchSize); i++) in fillHeuristic()
456 min = scratchOffset; in sendsInRange()
488 if (scratchOffset <= min && in sendsInRange()
491 notOOB(scratchOffset, max)) in sendsInRange()
494 min = scratchOffset; in sendsInRange()
503 else if (scratchOffset >= max && in sendsInRange()
[all …]
H A DSpillCleanup.h104 … static void getScratchMsgInfo(G4_INST* inst, unsigned int& scratchOffset, unsigned int& size) in getScratchMsgInfo() argument
108 scratchOffset = inst->asSpillIntrinsic()->getOffset(); in getScratchMsgInfo()
113 scratchOffset = inst->asFillIntrinsic()->getOffset(); in getScratchMsgInfo()
H A DLinearScanRA.h140 uint32_t scratchOffset = 0; variable
H A DLinearScanRA.cpp911 scratchOffset += 32; in linearScanRA()
1017 scratchOffset = std::max(scratchOffset, spillGRF.getNextScratchOffset()); in linearScanRA()
1129 unsigned localSpillAreaOwordSize = ROUND(scratchOffset, 64) / 16; in linearScanRA()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dflat_batch_buffer_helper_hw.inl207 …auto scratchOffset = reinterpret_cast<uint32_t *>(reinterpret_cast<uint8_t *>(csr.getCpuBase()) + … local
208 …PatchInfoData patchInfoData(scratchAddress, scratchOffset, PatchInfoAllocationType::ScratchSpace, …
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dcastlecompile.cpp422 vector<u32> scratchOffset(numGroups, 0); in buildSubcastles() local
428 if (!scratchOffset[id]) { in buildSubcastles()
431 scratchOffset[id] = scratchStateSize; in buildSubcastles()
436 sub.fullStateOffset = scratchOffset[id]; in buildSubcastles()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp1841 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitCallProxySetByValue() local
1842 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitCallProxySetByValue()
1850 masm.loadPtr(Address(obj, scratchOffset), obj); in emitCallProxySetByValue()
1873 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitMegamorphicSetElement() local
1874 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitMegamorphicSetElement()
1882 masm.loadPtr(Address(obj, scratchOffset), obj); in emitMegamorphicSetElement()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_exa.c969 pVia->scratchOffset = in viaFinishInitAccel()
984 pVia->scratchOffset = pVia->scratchBuffer->offset; in viaFinishInitAccel()
H A Dvia_driver.h271 unsigned scratchOffset; member
H A Dvia_exa_h6.c388 if ((offs - pVia->scratchOffset) < pVia->agpSize) { in viaIsAGP()
H A Dvia_exa_h2.c375 if ((offs - pVia->scratchOffset) < pVia->agpSize) { in viaIsAGP()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp1605 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitProxySetByValue() local
1606 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitProxySetByValue()
1614 masm.loadPtr(Address(obj, scratchOffset), obj); in emitProxySetByValue()
1667 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitMegamorphicSetElement() local
1668 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitMegamorphicSetElement()
1676 masm.loadPtr(Address(obj, scratchOffset), obj); in emitMegamorphicSetElement()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp1659 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitCallProxySetByValue() local
1660 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitCallProxySetByValue()
1668 masm.loadPtr(Address(obj, scratchOffset), obj); in emitCallProxySetByValue()
1721 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitMegamorphicSetElement() local
1722 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitMegamorphicSetElement()
1730 masm.loadPtr(Address(obj, scratchOffset), obj); in emitMegamorphicSetElement()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp1605 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitProxySetByValue() local
1606 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitProxySetByValue()
1614 masm.loadPtr(Address(obj, scratchOffset), obj); in emitProxySetByValue()
1667 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitMegamorphicSetElement() local
1668 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitMegamorphicSetElement()
1676 masm.loadPtr(Address(obj, scratchOffset), obj); in emitMegamorphicSetElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dgpu_validation.h158 VkBuffer scratch, VkDeviceSize scratchOffset);
H A Dstateless_validation.h1431 … VkBuffer scratch, VkDeviceSize scratchOffset) const;
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp1721 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitProxySetByValue() local
1722 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitProxySetByValue()
1730 masm.loadPtr(Address(obj, scratchOffset), obj); in emitProxySetByValue()
1783 int scratchOffset = BaselineFrame::reverseOffsetOfScratchValue(); in emitMegamorphicSetElement() local
1784 masm.storePtr(obj, Address(BaselineFrameReg, scratchOffset)); in emitMegamorphicSetElement()
1792 masm.loadPtr(Address(obj, scratchOffset), obj); in emitMegamorphicSetElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dcommand_counter_helper.h116 …ionStructureKHR dst, VkAccelerationStructureKHR src, VkBuffer scratch, VkDeviceSize scratchOffset);
H A Dcommand_counter_helper.cpp297 …onStructureKHR dst, VkAccelerationStructureKHR src, VkBuffer scratch, VkDeviceSize scratchOffset) { in PreCallRecordCmdBuildAccelerationStructureNV() argument
H A Dparameter_validation.h1684 VkDeviceSize scratchOffset) const;
H A Dthread_safety.h4189 VkDeviceSize scratchOffset);
4200 VkDeviceSize scratchOffset);
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dgpu_validation.h209 … VkBuffer scratch, VkDeviceSize scratchOffset) override;
H A Dgpu_validation.cpp799 … VkBuffer scratch, VkDeviceSize scratchOffset) { in PreCallRecordCmdBuildAccelerationStructureNV() argument
801 … dst, src, scratch, scratchOffset); in PreCallRecordCmdBuildAccelerationStructureNV()
H A Dstateless_validation.h1605 … VkBuffer scratch, VkDeviceSize scratchOffset) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl1155 …ructureKHR dst, VkAccelerationStructureKHR src, VkBuffer scratch, VkDeviceSize scratchOffset) const
1157 …reNV(commandBuffer, pInfo, instanceData, instanceOffset, update, dst, src, scratch, scratchOffset);

123456