/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 497 glu::StructType& structType = m_structTypes.back(); in UserDefinedIOTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 1004 back = _back; in DepthStencilState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.cpp | 1100 subscript = subscripts.back(); in gatherTransformFeedbackVaryings()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 287 // 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 D | MachineTraceMetrics.cpp | 296 // 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 D | InstrEmitter.cpp | 1123 unsigned UseIdx = GroupIdx.back() + 1;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 850 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 159 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 D | RuntimeDyld.cpp | 884 Sections.back().setLoadAddress(0); in emitSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 443 Context, InputFilenames[Child->Origin], InputFilenames.back())); in addChildren()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | type_parser_test.cc | 1212 EXPECT_TRUE(segs.back().IsPadding()); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.h | 771 *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 D | BufferVk.cpp | 1155 return &mVertexConversionBuffers.back(); in getVertexConversionBuffer()
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 506 &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 D | OpsTask.cpp | 286 // 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 D | spirv_common.hpp | 200 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 D | JITLink.h | 799 return *Sections.back(); in createSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 177 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 D | YAMLTraits.h | 653 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 D | MemorySSAUpdater.cpp | 484 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 D | BasicBlockUtils.cpp | 70 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 D | Path.cpp | 712 if (!components.empty() && components.back() != "..") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 199 // 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 D | InstrProfReader.cpp | 525 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 D | AArch64ExpandPseudoInsts.cpp | 169 transferImpOps(MI, MIBS.front(), MIBS.back()); in expandMOVImm()
|