/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 799 stencilOpState, // VkStencilOpState back in createDrawResources() 1068 const std::string iFormatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1074 const std::string jFormatName = iFormatName + "_and_" + de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1080 const std::string kFormatName = jFormatName + "_and_" + de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1118 const std::string formatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1150 const std::string formatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 523 } while (!valnos.empty() && valnos.back()->isUnused()); 559 // Check that the segment belongs to the back of the list. 560 assert(segments.empty() || segments.back().end <= S.start); 1122 // 2. [ReadI; end) at the back of LR. 1135 // When they exist, Spills.back().start <= LastStart, 1182 // Fall back to the regular add method if the live range 1234 // Try coalescing Spills.back() into Seg. 1235 if (!Spills.empty() && coalescable(Spills.back(), Seg)) { 1236 Seg.start = Spills.back().start; 1237 Seg.end = std::max(Spills.back() [all...] |
H A D | ScheduleDAGInstrs.cpp | 103 if (su != L.back()) in dumpSUList() 348 // the block. Instead, we leave only one call at the back of the in addPhysRegDeps() 1418 void advance() { ++DFSStack.back().second; } in advance() 1422 return DFSStack.empty() ? nullptr : std::prev(DFSStack.back().second); in backtrack() 1425 const SUnit *getCurr() const { return DFSStack.back().first; } in getCurr() 1427 SUnit::const_pred_iterator getPred() const { return DFSStack.back().second; } in getPred()
|
H A D | BranchFolding.cpp | 567 return !(MBB->back().isReturn() || MBB->back().isIndirectBranch()); in blockEndsInUnreachable() 679 !MBB1->back().isBarrier() && in ProfitableToMerge() 680 !MBB2->back().isBarrier()) in ProfitableToMerge() 743 // Put the unconditional branch back, if we need one. in RemoveBlocksWithHash() 951 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks() 1073 // not IBB; this may require adding back an unconditional branch to IBB in TailMergeBlocks() 1082 // back to the way they were later in the process. (OptimizeBranches in TailMergeBlocks() 1539 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1700 // Add the branch back i in OptimizeBlock() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 77 SUnits.back().OrigNode = &SUnits.back(); in newSUnit() 78 SUnit *SU = &SUnits.back(); in newSUnit() 686 GluedNodes.back()->dump(DAG); 907 SDNode *N = GluedNodes.back();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | SmallVector.h | 166 reference back() { 170 const_reference back() const { 383 T Result = ::std::move(this->back()); in pop_back_val() 479 ::new ((void*) this->end()) T(::std::move(this->back())); in insert() 508 ::new ((void*) this->end()) T(std::move(this->back())); in insert()
|
/third_party/python/Objects/ |
H A D | frameobject.c | 110 // Given the index of the effective opcode, scan back to construct the oparg 1324 PyFrameObject *back = frame->f_back; in PyFrame_GetBack() local 1325 if (back == NULL) { in PyFrame_GetBack() 1331 back = _PyFrame_GetFrameObject(prev); in PyFrame_GetBack() 1334 Py_XINCREF(back); in PyFrame_GetBack() 1335 return back; in PyFrame_GetBack()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 997 char &back() { 1042 char *p = &buffer->back(); 1345 if (!conv.has_alt_flag() && buffer.back() == '.') buffer.pop_back(); 1373 while (buffer.back() == '0') buffer.pop_back(); 1374 if (buffer.back() == '.') buffer.pop_back();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 576 m_stencilOpStateBack, // VkStencilOpState back; 631 VkStencilOpState& back = depthStencilStateParams.back; variable 637 back.compareMask = config.backReadMask; 638 back.writeMask = config.backWriteMask; 639 back.reference = config.backRef; 1038 // Iterate back set of stencil state in random order in createStencilTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 801 stencilOpState, // VkStencilOpState back in createDrawResources() 1069 const std::string iFormatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1075 const std::string jFormatName = iFormatName + "_and_" + de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1081 const std::string kFormatName = jFormatName + "_and_" + de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1119 const std::string formatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests() 1151 const std::string formatName = de::toLower(de::toString(getFormatStr(testParams.colorFormats.back())).substr(10)); in createRenderPassDitheringTests()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 424 ImDrawCmd* current_cmd = CmdBuffer.Size ? &CmdBuffer.back() : NULL; in AddCallback() 428 current_cmd = &CmdBuffer.back(); in AddCallback() 461 ImDrawCmd* curr_cmd = CmdBuffer.Size ? &CmdBuffer.back() : NULL; in UpdateTextureID() 549 draw_cmd.ClipRect = _ClipRectStack.back(); in ChannelsSplit() 550 draw_cmd.TextureId = _TextureIdStack.back(); in ChannelsSplit() 558 // Note that we never use or rely on channels.Size because it is merely a buffer that we never shrink back to 0 to keep all sub-buffers ready for use. in ChannelsMerge() 563 if (CmdBuffer.Size && CmdBuffer.back().ElemCount == 0) in ChannelsMerge() 570 if (ch.CmdBuffer.Size && ch.CmdBuffer.back().ElemCount == 0) in ChannelsMerge() 999 ImVec2 p1 = _Path.back(); in PathBezierCurveTo() 1192 IM_ASSERT(font->ContainerAtlas->TexID == _TextureIdStack.back()); // Us in AddText() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 310 // weight back into range if wrapping would be wrong. in IncorporateWeight() 396 /// or use RewriteExprTree to put the values back in. 429 /// RewriteExprTree to put the values back in if the routine indicates that it 445 /// then you will never see such an undef operand unless you get back to 'I', 1031 if (Ops.size() == 1) return Ops.back(); in EmitAddTreeOfValues() 1033 Value *V1 = Ops.back(); in EmitAddTreeOfValues() 1422 return Ops.back().Op; 1507 --i; // Need to back up an extra one. 1727 return Ops.back(); 1840 while (!Ops.empty() && isa<Constant>(Ops.back() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 455 hash_combine(seed, deUint32(gpCI.pDepthStencilState->back.failOp), deUint32(gpCI.pDepthStencilState->back.passOp), deUint32(gpCI.pDepthStencilState->back.depthFailOp), deUint32(gpCI.pDepthStencilState->back.compareOp), gpCI.pDepthStencilState->back.compareMask, gpCI.pDepthStencilState->back.writeMask, gpCI.pDepthStencilState->back.reference); in calculateGraphicsPipelineHash()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 665 outputImageViews.push_back(makeImageView(vkd, device, outputImages.back()->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR)); in iterate() 773 // Make sure addresses are stable (pushing elements back while taking their addresses). in iterate() 788 inputUpdateBuilder.writeSingle(inputSet.get(), location, inType, &inputImgInfos.back()); in iterate() 792 outputUpdateBuilder.writeSingle(outputSet.get(), location, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &outputImgInfos.back()); in iterate() 800 samplerUpdateBuilder.writeSingle(samplerSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_SAMPLER, &samplerImgInfos.back()); in iterate() 803 samplerUpdateBuilder.writeSingle(samplerSet.get(), DescriptorSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_SAMPLER, &samplerImgInfos.back()); in iterate() 977 dsStateInfo.back = stencilOpState; in iterate() 993 dsStateInfo.back.reference = stencilPassVal; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1066 m_depthStencilStateParams.back.failOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1067 m_depthStencilStateParams.back.passOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1068 m_depthStencilStateParams.back.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1069 m_depthStencilStateParams.back.compareOp = VK_COMPARE_OP_NEVER; in addPipelineInfo() 1070 m_depthStencilStateParams.back.compareMask = 0u; in addPipelineInfo() 1071 m_depthStencilStateParams.back.writeMask = 0u; in addPipelineInfo() 1072 m_depthStencilStateParams.back.reference = 0u; in addPipelineInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 665 outputImageViews.push_back(makeImageView(vkd, device, outputImages.back()->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR)); in iterate() 773 // Make sure addresses are stable (pushing elements back while taking their addresses). in iterate() 788 inputUpdateBuilder.writeSingle(inputSet.get(), location, inType, &inputImgInfos.back()); in iterate() 792 outputUpdateBuilder.writeSingle(outputSet.get(), location, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &outputImgInfos.back()); in iterate() 800 samplerUpdateBuilder.writeSingle(samplerSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_SAMPLER, &samplerImgInfos.back()); in iterate() 803 samplerUpdateBuilder.writeSingle(samplerSet.get(), DescriptorSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_SAMPLER, &samplerImgInfos.back()); in iterate() 977 dsStateInfo.back = stencilOpState; in iterate() 993 dsStateInfo.back.reference = stencilPassVal; in iterate()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier_test.cc | 680 values.back().SetIntValue(13); in TEST_F() 764 values.back().SetIntValue(13); in TEST_F() 849 values.back().SetDoubleValue(13.7); in TEST_F() 934 values.back().SetDoubleValue(13.7); in TEST_F() 1573 values.back().SetDoubleValue(13.7); in TEST_F() 1590 values.back().SetDoubleValue(std::nan("")); in TEST_F() 1607 values.back().SetDoubleValue(std::nan("")); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 562 // first iteration in the loop below, or is set back to 0 if all def chains in walkToPhiOrClobber() 682 // we've reached back to the OriginalAccess, do not save path, we've in getBlockingAccess() 683 // just looped back to self. in getBlockingAccess() 739 /// The paths that we can legally cache back from, but that aren't 747 assert(!Paths.empty() && NP >= &Paths.front() && NP <= &Paths.back() && in defPathIndex() 823 // A. We can't reliably cache all of NewPaused back. Consider a case in tryOptimizePhi() 826 // back, we'll end up with suboptimal cache entries. We can handle in tryOptimizePhi() 830 // B. We can't reliably cache TerminatedPaths back here without doing in tryOptimizePhi() 853 // the rest to be cached back. in tryOptimizePhi() 1156 DomTreeNode *Node = WorkStack.back() in renamePass() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1066 m_depthStencilStateParams.back.failOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1067 m_depthStencilStateParams.back.passOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1068 m_depthStencilStateParams.back.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 1069 m_depthStencilStateParams.back.compareOp = VK_COMPARE_OP_NEVER; in addPipelineInfo() 1070 m_depthStencilStateParams.back.compareMask = 0u; in addPipelineInfo() 1071 m_depthStencilStateParams.back.writeMask = 0u; in addPipelineInfo() 1072 m_depthStencilStateParams.back.reference = 0u; in addPipelineInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 187 if (Dir.back() != '/') in getFullFilepath() 590 // Switch back to the generic .debug$S section after potentially processing in endModule() 1202 return !Loc.LoadChain.empty() && Loc.LoadChain.back() == 0; in canUseReferenceType() 1206 return Loc.LoadChain.size() == 2 && Loc.LoadChain.back() == 0; in needsReferenceType() 1257 !Location->LoadChain.empty() ? Location->LoadChain.back() : 0; in calculateRanges() 1267 Var.DefRanges.back().isDifferentLocation(DR)) { in calculateRanges() 1286 Var.DefRanges.back().Ranges; in calculateRanges() 1287 if (!R.empty() && R.back().second == Begin) in calculateRanges() 1288 R.back().second = End; in calculateRanges() 1864 ReturnAndArgTypeIndices.back() in lowerTypeFunction() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | mem.h | 505 * @param back Number of bytes back to start copying (i.e. the initial size of 509 * @note `cnt > back` is valid, this will copy the bytes we just copied, 510 * thus creating a repeating pattern with a period length of `back`. 512 void av_memcpy_backptr(uint8_t *dst, int back, int cnt);
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | IntermTraverse.cpp | 178 if (*sit != sequence.back()) in traverse()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_diagnostic_trace.cpp | 53 return m_stack.back(); in get_current_leaf()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 47 returned by the \Func{access\_mem}() call-back (see
|
/third_party/node/deps/v8/src/tracing/ |
H A D | traced-value.cc | 20 #define DCHECK_CURRENT_CONTAINER_IS(x) DCHECK_EQ(x, nesting_stack_.back())
|