Home
last modified time | relevance | path

Searched refs:back (Results 2801 - 2825 of 2887) sorted by relevance

1...<<111112113114115116

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp953 // two triangles: one in the front we will replace with one in the back after updating
2994 sourceStructures[i]->serialize(vkd, device, cmdBuffer, sourceSerialized.back().get()); in performTest()
2997 compactStructures[i]->serialize(vkd, device, cmdBuffer, compactSerialized.back().get()); in performTest()
H A DvktRayTracingMiscTests.cpp3878 const auto& lastItem = m_testItems.items.back();
5583 const auto& lastItem = m_testItems.items.back(); in initTestItems()
6547 // Hence, the value we read back from the result buffer's preamble does not actually indicate how many items
8696 // Read value back from the buffer. No write should have taken place. in nullMissInstance()
8915 // Read value back from the buffer. in reuseCreationBufferInstance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1059 FullExtensionReg = DstRegs.back(); in narrowScalar()
1068 PartialExtensionReg = DstRegs.back(); in narrowScalar()
1562 // don't affect the result) and then truncate the result back to the in widenScalar()
1632 // bits don't affect the result) and then truncate the result back to the in widenScalar()
2089 // result values together, before truncating back down to the non-pow-2 in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp339 if (!BB.empty() && BB.back().isTerminator()) in verify()
2356 // Check that all !dbg attachments lead to back to N (or, at least, another in visitFunction()
3914 Value *UnclePad = Worklist.back(); in visitFuncletPadInst()
/third_party/skia/src/core/
H A DSkVM.cpp495 // Determine which Instructions are live by working back from side effects. in eliminate_dead_code()
507 // After removing non-live instructions, we can be left with redundant back-to-back in eliminate_dead_code()
893 // shift to 0...Pi, scale 1/Pi to get into 0...1, then fract, scale-up, shift-back in approx_tan()
2540 // Put it all back together, preserving the high 8 bits and low 5.
2872 args.back()->addIncoming(arg++, enter);
3148 reg[id] = avail.back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3157 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F;
3165 writeUseList(std::move(VE.UseListOrders.back()));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2583 AMDGPUOperand &Op = static_cast<AMDGPUOperand &>(*Operands.back()); in parseRegOrImmWithFPInputMods()
2617 AMDGPUOperand &Op = static_cast<AMDGPUOperand &>(*Operands.back()); in parseRegOrImmWithIntInputMods()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp48 CC = ITStates.back(); in getITCC()
94 Pred = VPTStates.back(); in getVPTPred()
715 /// used as a possible literal pool entry. The SymbolLookUp call back will
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp540 Value *V = WorkList.back(); in canRewriteGEPAsOffset()
574 if (WorkList.back() == V) { in canRewriteGEPAsOffset()
5844 // casting the FP value to the integer value and back, checking for equality. in foldFCmpIntToFPConst()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc537 // checkpoint won't be rolled back: if a checkpoint gets rolled back,
538 // everything past that point gets rolled back, including symbols added after
542 // Roll back the Tables to the state of the checkpoint at the top of the
756 // we are going to roll back to the last checkpoint.
856 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()
1223 return allocations_.back().data(); in AllocateBytes()
4328 // Checkpoint the tables so that we can roll back if something goes wrong. in BuildFile()
6456 // serialize the options message and deserialize it back. That way, any in InterpretOptions()
6632 // message, so reading that message back i in InterpretSingleOption()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3261 const tcu::IVec2& range = widthsUpwards.back();
3298 const tcu::IVec2& range = (widthsDownwards.empty()) ? (widthsUpwards.front()) : (widthsDownwards.back());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp2761 sourceStructures[i]->serialize(vkd, device, cmdBuffer, sourceSerialized.back().get()); in performTest()
2764 compactStructures[i]->serialize(vkd, device, cmdBuffer, compactSerialized.back().get()); in performTest()
H A DvktRayTracingMiscTests.cpp3873 const auto& lastItem = m_testItems.items.back();
5578 const auto& lastItem = m_testItems.items.back(); in initTestItems()
6542 // Hence, the value we read back from the result buffer's preamble does not actually indicate how many items
8671 // Read value back from the buffer. No write should have taken place. in nullMissInstance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp918 /// maps and modified in place. Add it back to the CSE maps, unless an identical
3491 // Fall back to computeKnownBits to catch other known cases.
3580 // If we don't know anything, early out and try computeKnownBits fall-back.
4967 Outputs.resize(VT.getVectorNumElements(), Outputs.back());
5012 // that is then sign-extended back to the legal result type.
8339 // Now that we have modified User, add it back to the CSE maps. If it
8396 // Now that we have modified User, add it back to the CSE maps. If it
8445 // Now that we have modified User, add it back to the CSE maps. If it
8510 // Now that we have modified User, add it back to the CSE maps. If it
8655 // Now that we have modified User, add it back t
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp342 const T & back() const VULKAN_HPP_NOEXCEPT
498 const T & back() const VULKAN_HPP_NOEXCEPT
546 const T & back() const VULKAN_HPP_NOEXCEPT
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S2297 # if we're stuffing a source operand back into an fsave frame then we
2585 # store a result. then, only fcmp will branch back and pick up a dst operand.
2663 # an enabled exception occurred. we have to insert the exception type back into
5054 # go back to 3. #
5081 # go back to 2. #
5754 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back #
7348 bra.w EXPCONT1 # go back to Step 3
7653 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
12109 # exponent and insert back into the operand.
12892 # exponent and insert back int
[all...]
H A Dfplsp.S4948 # go back to 3. #
4975 # go back to 2. #
5648 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back #
7242 bra.w EXPCONT1 # go back to Step 3
7547 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S2297 # if we're stuffing a source operand back into an fsave frame then we
2585 # store a result. then, only fcmp will branch back and pick up a dst operand.
2663 # an enabled exception occurred. we have to insert the exception type back into
5054 # go back to 3. #
5081 # go back to 2. #
5754 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back #
7348 bra.w EXPCONT1 # go back to Step 3
7653 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
12109 # exponent and insert back into the operand.
12892 # exponent and insert back int
[all...]
H A Dfplsp.S4948 # go back to 3. #
4975 # go back to 2. #
5648 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back #
7242 bra.w EXPCONT1 # go back to Step 3
7547 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3060 // condition register, reading it back out, and masking the correct bit. The in LowerSETCC()
5474 // the stack. Account for this here so these bytes can be pushed back on in in FinishCall()
12437 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt()
12550 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt()
12653 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc()
12803 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineExtBoolTrunc()
13400 // If we're converting from a float, to an int, and back to a float again, in combineFPToIntToFP()
15391 // Insert the copy-back instructions right before the terminator. in insertCopiesSplitCSR()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp3536 FormDataMgr::GetInstance().UpdateFormCloudUpdateDuration(bundleName, durationArray.back()); in UpdateFormCloudUpdateDuration()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1476 * @tc.desc: register app state call back.
2338 bundleInfo.hapModuleInfos.back().isModuleJson = true; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2057 auto textNode = AceType::DynamicCast<FrameNode>(columnNode->GetChildren().back()); in UpdateTextColorAndFontWeight()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2499 maxLength = Math::max(maxLength, (*inputIt)->data.component.timestamps.back());
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp206 static_assert(g_propertyResetterLUT.back() != nullptr);
3630 case 2: // 2: back to normal color in GenerateColorFilter()

Completed in 251 milliseconds

1...<<111112113114115116