Home
last modified time | relevance | path

Searched refs:std (Results 12501 - 12525 of 20229) sorted by relevance

1...<<501502503504505506507508509510>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_redundancy_elimination.cpp31 std::map<uint32_t, uint32_t> value_to_ids; in Process()
41 std::map<uint32_t, uint32_t>* value_to_ids) { in EliminateRedundanciesInBB()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexEcho.cpp22 mDelayLine = std::make_unique<InterpolatingDelayLine>(delayFrames); in start()
34 int32_t framesToEcho = std::min(numInputFrames, numOutputFrames); in onBothStreamsReady()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DCombFilter.h33 void operator () (typename std::iterator_traits<iter_type>::reference x) { in operator ()()
51 DelayLine<typename std::iterator_traits<iter_type>::value_type> delayLine {kDelay + 1};
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DLatencyTuner.h144 std::atomic<int32_t> mLatencyTriggerRequests{0}; // TODO user atomic requester from AAudio
145 std::atomic<int32_t> mLatencyTriggerResponses{0};
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DSoundGenerator.cpp21 , mOscillators(std::make_unique<Oscillator[]>(channelCount)){ in SoundGenerator()
38 std::fill_n(mBuffer.get(), kSharedBufferSize, 0); in renderAudio()
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DSinkI16.cpp51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
/third_party/skia/src/pdf/
H A DSkPDFTag.h57 std::vector<IDTreeEntry> fIdTreeEntries;
58 std::vector<int> fParentTreeAnnotationNodeIds;
/third_party/skia/src/sksl/
H A DSkSLProgramSettings.h82 const std::vector<std::unique_ptr<ExternalFunction>>* fExternalFunctions = nullptr;
H A DSkSLIntrinsicMap.cpp14 void IntrinsicMap::insertOrDie(String key, std::unique_ptr<ProgramElement> element) { in insertOrDie()
16 fIntrinsics[key] = Intrinsic{std::move(element), false}; in insertOrDie()
/third_party/skia/src/utils/
H A DSkCanvasStack.h26 void pushCanvas(std::unique_ptr<SkCanvas>, const SkIPoint& origin);
53 std::unique_ptr<SkCanvas> ownedCanvas;
H A DSkEventTracer.cpp43 static std::atomic<SkEventTracer*> gUserTracer{nullptr};
56 if (auto tracer = gUserTracer.load(std::memory_order_acquire)) { in GetInstance()
/third_party/skia/tests/
H A DDiscardableMemoryPoolTest.cpp20 std::unique_ptr<SkDiscardableMemory> dm1(pool->create(100)); in DEF_TEST()
28 std::unique_ptr<SkDiscardableMemory> dm2(pool->create(200)); in DEF_TEST()
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.h68 static std::unique_ptr<SkSL::Variable> CreateParameterVar(DSLParameter& var);
73 static std::unique_ptr<SkSL::Statement> Declaration(DSLVarBase& var);
/third_party/skia/src/sksl/ir/
H A DSkSLStructDefinition.h39 std::unique_ptr<ProgramElement> clone() const override {
40 return std::make_unique<StructDefinition>(fLine, this->type());
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DNativeSwapChainImplD3D12.h53 std::vector<ComPtr<ID3D12Resource>> mBuffers;
54 std::vector<ExecutionSerial> mBufferSerials;
H A DTextureCopySplitter.h45 std::array<CopyInfo, kMaxTextureCopyRegions> copies;
51 std::array<TextureCopySubresource, kMaxTextureCopySubresources> copySubresources;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DExternalTexture.h39 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& GetTextureViews() const;
58 std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat> textureViews;
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandHandler.h46 if (commandSize64 > std::numeric_limits<size_t>::max()) { in HandleChunkedCommands()
66 std::unique_ptr<char[]> mChunkedCommandData;
H A DChunkedCommandHandler.cpp33 size_t chunkSize = std::min(size, mChunkedCommandRemainingSize); in HandleCommands()
46 auto chunkedCommandData = std::move(mChunkedCommandData); in HandleCommands()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.h64 mutable std::mutex mutex_;
67 mutable std::vector<CachedPage> cached_pages_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h64 std::vector<RangeListEntry> Entries;
72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>;
53 std::string getSourceFile(uint32_t Index) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h29 PublicsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
48 std::unique_ptr<msf::MappedBlockStream> Stream;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DDemangle.h51 std::string demangle(const std::string &MangledName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h51 std::unique_ptr<MCObjectWriter>
52 createWinCOFFObjectWriter(std::unique_ptr<MCWinCOFFObjectTargetWriter> MOTW,

Completed in 15 milliseconds

1...<<501502503504505506507508509510>>...810