Home
last modified time | relevance | path

Searched refs:std (Results 11976 - 12000 of 20229) sorted by relevance

1...<<471472473474475476477478479480>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_asm.h79 const std::function<void()>& func);
91 std::function<void()> target;
113 const std::function<void()>& func) { in createFiber()
H A Dosfiber_ucontext.h52 const std::function<void()>& func);
61 std::function<void()> target;
84 const std::function<void()>& func) { in createFiber()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp40 return static_cast<std::ptrdiff_t>(address) < LastChar - FirstChar; in validAddress()
135 std::unique_ptr<DataStreamer> Streamer) in StreamingMemoryObject()
136 : Bytes(kChunkSize), Streamer(std::move(Streamer)), BytesRead(0), in StreamingMemoryObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemark.cpp21 std::string Remark::getArgsAsMsg() const { in getArgsAsMsg()
22 std::string Str; in getArgsAsMsg()
127 auto Next = std::next(It); in LLVMRemarkEntryGetNextArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp104 int MaxOffset = std::numeric_limits<int>::min(), in compressJumpTable()
105 MinOffset = std::numeric_limits<int>::max(); in compressJumpTable()
111 MaxOffset = std::max(MaxOffset, BlockOffset); in compressJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h34 std::unique_ptr<TargetLoweringObjectFile> TLOF;
71 mutable StringMap<std::unique_ptr<R600Subtarget>> SubtargetMap;
96 mutable StringMap<std::unique_ptr<GCNSubtarget>> SubtargetMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h92 const Align PA = std::max(PostAlign, Alignment); in postOffset()
105 return std::max(Log2(std::max(PostAlign, Align)), internalKnownBits()); in postKnownBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp40 std::unique_ptr<MCStreamer> Streamer) in BPFAsmPrinter()
41 : AsmPrinter(TM, std::move(Streamer)), BTF(nullptr) {} in BPFAsmPrinter()
64 Handlers.push_back(HandlerInfo(std::unique_ptr<BTFDebug>(BTF), "emit", in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp28 for (const std::string &S : DwarfFiles) in outputDwarfFileDirectives()
122 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes()
125 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h116 const std::vector<CalleeSavedInfo> &CSI,
124 std::vector<CalleeSavedInfo> &CSI) const override;
132 std::vector<CalleeSavedInfo> &CSI,
H A DPPCMachineFunctionInfo.h129 std::vector<std::pair<unsigned, ISD::ArgFlagsTy>> LiveInAttrs;
204 LiveInAttrs.push_back(std::make_pair(VReg, Flags)); in addLiveInAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h98 std::pair<unsigned, unsigned>
101 ArrayRef<std::pair<unsigned, const char *>>
116 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule()
135 std::string Name = OldF->getName(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
H A DAnnotations.cpp31 llvm::SmallVector<std::pair<llvm::StringRef, size_t>, 8> OpenRanges; in Annotations()
74 std::vector<size_t> Annotations::points(llvm::StringRef Name) const { in points()
86 std::vector<Annotations::Range>
/third_party/skia/third_party/externals/tint/src/ast/
H A Dfunction.cc36 params(std::move(parameters)), in Function()
39 decorations(std::move(decos)), in Function()
40 return_type_decorations(std::move(return_type_decos)) { in Function()
H A Dtraverse_expressions.h64 using EXPR_TYPE = std::remove_pointer_t<traits::ParameterType<CALLBACK, 0>>; in TraverseExpressions()
65 std::vector<const ast::Expression*> to_visit{root}; in TraverseExpressions()
77 auto push_list = [&](const std::vector<const ast::Expression*>& exprs) { in TraverseExpressions()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_barrier_test.cc32 Program ParseAndBuild(std::string spirv) { in ParseAndBuild()
40 auto p = std::make_unique<ParserImpl>(test::Assemble(preamble + spirv)); in ParseAndBuild()
44 return Program(std::move(builder)); in ParseAndBuild()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dpad_array_elements.cc33 using ArrayBuilder = std::function<const ast::Array*()>;
48 std::unordered_map<const sem::Array*, ArrayBuilder>& padded_arrays, in PadArray()
103 std::unordered_map<const sem::Array*, ArrayBuilder> padded_arrays;
H A Dsingle_entry_point.cc39 "missing transform data for " + std::string(TypeInfo().name)); in Run()
65 std::unordered_set<const ast::Variable*> referenced_vars; in Run()
115 SingleEntryPoint::Config::Config(std::string entry_point) in Config()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h134 namespace std { namespace
136 /// Custom std::hash specialization for tint::Symbol so symbols can be used as
137 /// keys for std::unordered_map and std::unordered_set.
143 inline std::size_t operator()( in operator ()()
146 std::memcpy(&value, &c.value, sizeof(value)); in operator ()()
151 } // namespace std
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Ddeflate_fuzzer.cc31 std::vector<uint8_t> src = fdp.ConsumeRemainingBytes<uint8_t>(); in LLVMFuzzerTestOneInput()
41 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in LLVMFuzzerTestOneInput()
61 std::vector<uint8_t> decompressed(src.size() + 1); in LLVMFuzzerTestOneInput()
/third_party/skia/tools/fonts/
H A DTestTypeface.h73 std::unique_ptr<SkScalerContext> onCreateScalerContext(const SkScalerContextEffects&,
77 std::unique_ptr<SkAdvancedTypefaceMetrics> onGetAdvancedMetrics() const override;
79 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { return nullptr; }
/third_party/skia/tools/gpu/
H A DManagedBackendTexture.cpp28 std::unique_ptr<Context> context(static_cast<Context*>(ctx)); in ReleaseProc()
89 std::vector<SkPixmap> levels({src}); in MakeFromPixmap()
90 std::unique_ptr<SkMipmap> mm; in MakeFromPixmap()
H A DManagedBackendTexture.h104 mbet->fTexture = dContext->createBackendTexture(std::forward<Args>(args)..., in MakeWithData()
118 dContext->createBackendTexture(std::forward<Args>(args)...); in MakeWithoutData()
124 mbet->fTexture = std::move(texture); in MakeWithoutData()
H A DProxyUtils.cpp84 auto sContext = dContext->priv().makeSC(std::move(view), pixmap.colorInfo()); in MakeTextureProxyViewFromData()
120 std::move(appliedClip), dstProxyView, in CreateProgramInfo()
121 geomProc, std::move(processors), in CreateProgramInfo()

Completed in 20 milliseconds

1...<<471472473474475476477478479480>>...810