/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 131 emitPending(diScope.back(), builder); in Finalize() 149 emitPending(diScope.back(), builder); in Flush() 160 auto &scope = diScope.back(); in syncScope() 290 auto insertAfter = block->size() > 0 ? &block->back() : nullptr; in EmitVariable()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 264 depthStencilState.back.failOp = vk::StencilOp::eKeep; in createGraphicsPipeline() 265 depthStencilState.back.passOp = vk::StencilOp::eKeep; in createGraphicsPipeline() 266 depthStencilState.back.compareOp = vk::CompareOp::eAlways; in createGraphicsPipeline() 268 depthStencilState.front = depthStencilState.back; in createGraphicsPipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 123 // If we've removed the saturated alias set, set saturated marker back to in removeAliasSet() 400 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor() 401 return AliasSets.back(); in getAliasSetFor() 458 AliasSets.back().addUnknownInst(Inst, AA); in addUnknown() 620 AliasAnyAS = &AliasSets.back(); in mergeAllAliasSets()
|
H A D | StackSafetyAnalysis.cpp | 197 UseInfo &US = Params.back().Use; in FunctionInfo() 379 AllocaInfo &AS = Info.Allocas.back(); in run() 386 ParamInfo &PS = Info.Params.back(); in run() 527 const GlobalValue *Callee = WorkList.back(); in runDataFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 114 MARL_NO_EXPORT inline T& back(); 116 MARL_NO_EXPORT inline const T& back() const; 241 T& vector<T, BASE_CAPACITY>::back() { in back() function in marl::containers::vector 242 MARL_ASSERT(count > 0, "back() called on empty vector"); in back() 253 const T& vector<T, BASE_CAPACITY>::back() const { in back() function in marl::containers::vector 254 MARL_ASSERT(count > 0, "back() called on empty vector"); in back()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 104 // Then there is a dependence between X2 and X1 that goes back one iteration, 107 // Similarly, there is a dependence between Y2 and X1 that goes back two 213 Instruction *back() const { in back() function in __anon24655::DepChain 214 return Chain.back(); in back() 461 Instruction *BEInst = D->back(); in findValueToReuse() 723 if (D->front() == I1 && D->back() == I2 && D->iterations() == Iters) in getDepChainBtwn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 665 const MachineBasicBlock & back() const { return BasicBlocks.back(); } 666 MachineBasicBlock & back() { return BasicBlocks.back(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 82 // 1) Update the adj index of the edge currently at back(). in removeAdjEdgeId() 87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId() 88 AdjEdgeIds[Idx] = AdjEdgeIds.back(); in removeAdjEdgeId() 195 NId = FreeNodeIds.back(); 210 EId = FreeEdgeIds.back(); 642 /// Adds an edge that had been previously disconnected back into the
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | status_test.cc | 266 scratch.back().SetPayload(kUrl1, absl::Cord(kPayload1)); in TEST() 267 scratch.back().SetPayload(kUrl2, absl::Cord(kPayload2)); in TEST() 268 scratch.back().SetPayload(kUrl3, absl::Cord(kPayload3)); in TEST() 270 if (AllVisitedPayloads(scratch.back()) != visited_payloads) { in TEST()
|
/third_party/skia/gm/ |
H A D | blurrect.cpp | 523 matrices.back().preScale(1.1f, .5f); in DEF_SIMPLE_GM() 526 matrices.back().preScale(3.f, .1f); in DEF_SIMPLE_GM() 532 matrices.push_back(SkMatrix::Concat(mirror, matrices.back())); in DEF_SIMPLE_GM() 535 matrices.back().preSkew(.3f, -.5f); in DEF_SIMPLE_GM()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 668 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.failOp); in panvk_pipeline_builder_parse_zs() 670 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.passOp); in panvk_pipeline_builder_parse_zs() 672 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.depthFailOp); in panvk_pipeline_builder_parse_zs() 674 panvk_per_arch(translate_compare_func)(builder->create_info.gfx->pDepthStencilState->back.compareOp); in panvk_pipeline_builder_parse_zs() 676 builder->create_info.gfx->pDepthStencilState->back.compareMask; in panvk_pipeline_builder_parse_zs() 678 builder->create_info.gfx->pDepthStencilState->back.writeMask; in panvk_pipeline_builder_parse_zs() 680 builder->create_info.gfx->pDepthStencilState->back.reference; in panvk_pipeline_builder_parse_zs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 897 if (EHPadStack.back() == UnwindDest) in fixUnwindMismatches() 1265 BuildMI(MF.back(), MF.back().end(), 1266 MF.back().findPrevDebugLoc(MF.back().end()), 1306 assert(ScopeTops[Stack.back()->getNumber()]->getNumber() <= 1313 assert(Stack.back() == &MBB && "Loop top should be balanced");
|
H A D | WebAssemblyRegStackify.cpp | 667 RangeTy &Range = Worklist.back(); in pop() 673 Worklist.back().begin() != Worklist.back().end()) && in pop() 691 Worklist.back() = reverse(Instr->explicit_uses()); in resetTopOperands() 699 const RangeTy &Range = Worklist.back(); in hasRemainingOperands() 725 /// back to their original order and will no longer commute it further.
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 1006 =back 1055 =back 1071 =back 1079 =back 1087 =back
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 137 ; add back 0x8000 * sum(coeffs) after the horizontal add 181 ; add back 0x8000 * sum(coeffs) after the horizontal add 273 ; add back 0x8000 * sum(coeffs) after the horizontal add 300 ; add back 0x8000 * sum(coeffs) after the horizontal add 329 %if %1 == 16 ; add 0x8000 * sum(coeffs), i.e. back from signed -> unsigned
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 705 /* Add both front and back color inputs. */ in si_nir_scan_shader() 707 for (unsigned back = 0; back < 2; back++) { in si_nir_scan_shader() 712 info->input[index].semantic = (back ? VARYING_SLOT_BFC0 : VARYING_SLOT_COL0) + i; in si_nir_scan_shader() 718 * back-face colors conditionally only when they are needed. in si_nir_scan_shader() 720 if (!back) in si_nir_scan_shader()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 143 nesting_stack_.back().end <= block.start) { in Next() 174 return nesting_stack_.back(); in GetParent() 645 std::vector<CoverageFunction>* functions = &result->back().functions; in Collect() 695 while (!nesting.empty() && functions->at(nesting.back()).end <= start) { in Collect() 726 (!nesting.empty() && functions->at(nesting.back()).count != 0); in Collect() 766 // Note that DevTools switches back to best-effort coverage once the in SelectMode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.cpp | 299 namePath.resize(namePathSizes.back()); 345 conversionInfos.push_back({func, nullptr, pathItems, modifiedFields.back()->name()}); 351 conversionInfos.push_back({{}, &func, pathItems, modifiedFields.back()->name()}); 567 if (glslLayout.sizeOf > metalLayout.sizeOf && field != fields.back()) 594 if (namePath.back() != '_')
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateAST.cpp | 214 if (mStructsAndBlocksByName.back().find(typeName) != mStructsAndBlocksByName.back().end()) in visitStructOrInterfaceBlockDeclaration() 225 mStructsAndBlocksByName.back()[typeName] = structOrBlock; in visitStructOrInterfaceBlockDeclaration() 784 mDeclaredVariables.back().insert(variable); in visitFunctionDefinition() 905 mDeclaredVariables.back().insert(variable); in visitDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 708 assert(Latches.back() == LastValueMap[LatchBlock] && "bad last latch"); in UnrollLoop() 709 PN->addIncoming(InVal, Latches.back()); in UnrollLoop() 851 NewIDom = TermBlocks.back(); in UnrollLoop() 879 (CompletelyUnroll && !LatchIsExiting && Latch == Latches.back())) && in UnrollLoop() 934 Loop *LatchLoop = LI->getLoopFor(Latches.back()); in UnrollLoop()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 91 const T& back() const { return ptr_[size_-1]; } in back() function in absl::synchronization_internal::__anon19421::Vec 426 int32_t r = rep_->free_nodes_.back(); in GetId() 539 n = r->stack_.back(); in ForwardDFS() 565 n = r->stack_.back(); in BackwardDFS() 641 int32_t n = r->stack_.back(); in FindPath()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.cpp | 437 unresolveInputAttachmentRefs->back().layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in InitializeUnresolveSubpass() 538 VkSubpassDependency *dependency = &subpassDependencies->back(); in InitializeUnresolveSubpassDependencies() 585 dependency = &subpassDependencies->back(); in InitializeUnresolveSubpassDependencies() 602 VkSubpassDependency *dependency = &subpassDependencies->back(); in InitializeInputAttachmentSubpassDependencies() 779 subpassDescriptions.back().pNext = &depthStencilResolve; in CreateRenderPass2() 789 subpassDescriptions.back().pNext = &renderToTextureInfo; in CreateRenderPass2() 1154 &unresolvePreserveAttachmentRefs, &subpassDesc.back()); in InitializeRenderPassFromDesc() 1158 VkSubpassDescription *applicationSubpass = &subpassDesc.back(); in InitializeRenderPassFromDesc() 1651 SetBitField(mDepthStencilStateInfo.back.ops.fail, VK_STENCIL_OP_KEEP); 1652 SetBitField(mDepthStencilStateInfo.back [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_imap.c | 851 int back, fwd; in diFree() local 966 /* make current head point back to the iag. in diFree() 1026 fwd = back = -1; in diFree() 1061 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diFree() 1062 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1088 else if (inofreefwd == back) in diFree() 1102 else if (inofreeback == back) in diFree() 1144 if (back >= 0) in diFree() 1379 /* back off the hint if it is outside of the iag */ in diAlloc() 1955 * place it back o in diAllocExt() 2156 int agno, iagno, fwd, back, freei = 0, sword, rc; diNewExt() local [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_imap.c | 849 int back, fwd; in diFree() local 964 /* make current head point back to the iag. in diFree() 1024 fwd = back = -1; in diFree() 1059 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diFree() 1060 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1086 else if (inofreefwd == back) in diFree() 1100 else if (inofreeback == back) in diFree() 1142 if (back >= 0) in diFree() 1377 /* back off the hint if it is outside of the iag */ in diAlloc() 1953 * place it back o in diAllocExt() 2154 int agno, iagno, fwd, back, freei = 0, sword, rc; diNewExt() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 701 // Now go back through the instructions and build up our data structures. in initializeFunctionInfo() 1093 MachineInstr *PredMI = &Pred->back(); in BBIsJumpedOver() 1227 // latter case, we want to allow resetting the high water mark back to in findAvailableWater() 1303 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater() 1320 // reference CPEs will be able to use the same island area; if not, we back in createNewWater() 1667 MachineInstr *BMI = &MBB->back(); in fixupConditionalBr() 1698 int delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1700 MBB->back().eraseFromParent(); in fixupConditionalBr() 1719 Br.MI = &MBB->back(); in fixupConditionalBr() 1720 BBUtils->adjustBBSize(MBB, TII->getInstSizeInBytes(MBB->back())); in fixupConditionalBr() [all...] |