Home
last modified time | relevance | path

Searched refs:back (Results 1976 - 2000 of 2267) sorted by relevance

1...<<71727374757677787980>>...91

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp497 glu::StructType& structType = m_structTypes.back(); in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp1004 back = _back; in DepthStencilState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramExecutable.cpp1100 subscript = subscripts.back(); in gatherTransformFeedbackVaryings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp287 // Switch back to the funclet start .text section now that we are done in endFuncletImpl()
385 /// change back to NullState is always reported at the end of iteration).
1193 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp296 // nested loops. We also never allow traces to contain back-edges.
330 // Don't leave loops, and never follow back-edges. in pickTracePred()
361 // Don't consider back-edges. in pickTraceSucc()
440 // it is limited to the current loop and doesn't traverse the loop back edges.
976 /// Trace.back(), add it to the live-in lists of all the blocks in Trace. Stop
1046 MBB = Stack.back();
1066 // If MBB is the last block in the trace, and it has a back-edge to the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1123 unsigned UseIdx = GroupIdx.back() + 1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp850 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp159 if (Candidate.back() != '@') in startsWithLocalScopePattern()
732 // back references. in demangleDeclarator()
967 // memorize it for the purpose of back-referencing. in memorizeIdentifier()
1516 // An inner-most name can be a back-reference, because a fully-qualified name in demangleUnqualifiedTypeName()
2195 // Template parameter lists don't participate in back-referencing. in demangleTemplateParameterList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp884 Sections.back().setLoadAddress(0); in emitSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp443 Context, InputFilenames[Child->Origin], InputFilenames.back())); in addChildren()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser_test.cc1212 EXPECT_TRUE(segs.back().IsPadding()); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h771 *outObject = std::move(mObjectFreeList.back()); in fetch()
1068 // The Vulkan back-end will not support a sample count of 1, because of a Vulkan specification
1077 // In addition, the Vulkan back-end will not support sample counts of 32 or 64, since there are no
H A DBufferVk.cpp1155 return &mVertexConversionBuffers.back(); in getVertexConversionBuffer()
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp506 &fRects.back().fColor, &fWideColor);
897 float coverageBackset = 0; // Adds back coverage when the interior AA edges cross. in generateAAStrokeRectGeometry()
910 // The interior edges crossed. Lerp back toward innerCoverage, which is what this op in generateAAStrokeRectGeometry()
H A DOpsTask.cpp286 // or read back a new dst texture between draws. In either case, we can neither in tryConcat()
366 // append failed, give the op back to the caller. in appendOp()
721 // TODO(11903): Go back to actually dropping ops tasks when we are merged with in mergeFrom()
780 fMustPreserveStencil = mergingNodes.back()->fMustPreserveStencil; in mergeFrom()
791 // a clear load since we cannot change the render pass that we are using. Thus we fall back in resetForFullscreenClear()
998 // Check if there is an op we can combine with by linearly searching back until we either in recordOp()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp200 if (&elem != &list.back()) in merge()
864 // we remove these variables, and fall back to regular variables outside the loop.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h799 return *Sections.back(); in createSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h177 std::swap(Symbols[I], Symbols.back()); in remove()
462 /// back to the JITDylib via the delegate method.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h653 isspace(static_cast<unsigned char>(S.back()))) in needsQuotes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp484 const BasicBlock *FixupBlock = Worklist.back(); in fixupDefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp70 Instruction &I = BB->back(); in DetatchDeadBlocks()
465 // Move BI back to point to the newly inserted instruction in ReplaceInstWithInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp712 if (!components.empty() && components.back() != "..") {
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp199 // can't be done due to data dependences, so we need to fall back to the in placePhiStores()
1237 auto *Last = &getInsts().back(); in shortCircuit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp525 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr);
703 // If we failed because the name doesn't exist, fall back to asking
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp169 transferImpOps(MI, MIBS.front(), MIBS.back()); in expandMOVImm()

Completed in 49 milliseconds

1...<<71727374757677787980>>...91