Home
last modified time | relevance | path

Searched refs:std (Results 10826 - 10850 of 20229) sorted by relevance

1...<<431432433434435436437438439440>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_load.cpp24 : message_(std::move(message)) {} in TransformationLoad()
190 insert_before->InsertBefore(std::move(new_instruction)); in Apply()
208 insert_before->InsertBefore(std::move(new_instruction)); in Apply()
223 std::unordered_set<uint32_t> TransformationLoad::GetFreshIds() const { in GetFreshIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_block_elim_pass.cpp61 std::vector<Instruction*> instructions_to_kill; in LocalSingleBlockLoadStoreElim()
62 std::unordered_set<Instruction*> instructions_to_save; in LocalSingleBlockLoadStoreElim()
199 if (0 == std::strncmp(extension_name, "NonSemantic.", 12) && in AllExtensionsSupported()
200 0 != std::strncmp(extension_name, "NonSemantic.Shader.DebugInfo.100", in AllExtensionsSupported()
H A Dpass.cpp113 std::vector<uint32_t> element_ids; in GenerateCopy()
131 const std::vector<const analysis::Type*>& original_types = in GenerateCopy()
133 const std::vector<const analysis::Type*>& new_types = in GenerateCopy()
135 std::vector<uint32_t> element_ids; in GenerateCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_permute_function_parameters_test.cpp26 std::string shader = R"( in TEST()
28 %1 = OpExtInstImport "GLSL.std.450" in TEST()
339 std::string after_transformation = R"( in TEST()
341 %1 = OpExtInstImport "GLSL.std.450" in TEST()
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.h49 mBlockingBuffer = std::make_unique<uint8_t[]>(size); in FilterAudioStream()
206 std::unique_ptr<AudioStream> mChildStream; // this stream wraps the child stream
207 std::unique_ptr<DataConversionFlowGraph> mFlowGraph; // for converting data
208 std::unique_ptr<uint8_t[]> mBlockingBuffer; // temp buffer for write()
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp112 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_invert_function()
116 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(std::move(invertFunction)), doc); in make_invert_function()
140 result.insertObject("SMask", std::move(sMaskDict)); in GetSMaskGraphicState()
H A DSkPDFUtils.h49 std::unique_ptr<SkPDFArray> RectToArray(const SkRect& rect);
50 std::unique_ptr<SkPDFArray> MatrixToArray(const SkMatrix& matrix);
125 std::unique_ptr<SkPDFDict> resources,
131 void Base85Encode(std::unique_ptr<SkStreamAsset> src, SkDynamicMemoryWStream* dst);
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp92 std::unique_ptr<ProgramUsage> Analysis::GetUsage(const Program& program) { in GetUsage()
93 auto usage = std::make_unique<ProgramUsage>(); in GetUsage()
99 std::unique_ptr<ProgramUsage> Analysis::GetUsage(const LoadedModule& module) { in GetUsage()
100 auto usage = std::make_unique<ProgramUsage>(); in GetUsage()
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp73 std::unique_ptr<SkImageGenerator> SkImageGeneratorNDK::MakeFromEncodedNDK(sk_sp<SkData> data) { in MakeFromEncodedNDK()
91 return std::unique_ptr<SkImageGenerator>( in MakeFromEncodedNDK()
92 new ImageGeneratorNDK(imageInfo, std::move(data), rawDecoder)); in MakeFromEncodedNDK()
98 , fData(std::move(data)) in ImageGeneratorNDK()
/third_party/skia/tests/
H A DTextureOpTest.cpp108 OpsTaskTestingAccess::OpChain chain1(std::move(opA), GrProcessorSet::EmptySetAnalysis(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
110 chain1.appendOp(std::move(opB), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
120 OpsTaskTestingAccess::OpChain chain2(std::move(opC), GrProcessorSet::EmptySetAnalysis(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
122 chain2.appendOp(std::move(opD), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupLayoutD3D12.cpp108 std::vector<D3D12_DESCRIPTOR_RANGE>& descriptorRanges = in BindGroupLayout()
151 bindGroup->SetSamplerAllocationEntry(std::move(samplerHeapCacheEntry)); in AllocateBindGroup()
182 const std::vector<D3D12_DESCRIPTOR_RANGE>& BindGroupLayout::GetCbvUavSrvDescriptorRanges() in GetCbvUavSrvDescriptorRanges()
187 const std::vector<D3D12_DESCRIPTOR_RANGE>& BindGroupLayout::GetSamplerDescriptorRanges() const { in GetSamplerDescriptorRanges()
H A DTextureD3D12.h73 std::vector<D3D12_RESOURCE_BARRIER>* barrier,
76 std::vector<D3D12_RESOURCE_BARRIER>* barrier,
123 std::vector<D3D12_RESOURCE_BARRIER>* barrier,
126 void TransitionSubresourceRange(std::vector<D3D12_RESOURCE_BARRIER>* barriers,
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DDeviceMTL.h61 ResultOrError<std::unique_ptr<StagingBufferBase>> CreateStagingBuffer(size_t size) override;
135 std::atomic<uint64_t> mCompletedSerial;
139 std::mutex mLastSubmittedCommandsMutex;
149 std::unique_ptr<KalmanInfo> mKalmanInfo;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPassAnalysisSupport.h172 std::pair<AnalysisID, Pass*> pir = std::make_pair(PI,P); in addAnalysisImplsPair()
187 std::vector<std::pair<AnalysisID, Pass *>> AnalysisImpls;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemDepPrinter.cpp36 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
106 Deps[Inst].insert(std::make_pair(getInstTypePair(Res), in runOnFunction()
115 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
126 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMagic.cpp224 std::error_code llvm::identify_magic(const Twine &Path, file_magic &Result) { in identify_magic()
229 std::unique_ptr<MemoryBuffer> FileBuffer = std::move(*FileOrError); in identify_magic()
232 return std::error_code(); in identify_magic()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeHeader.h98 std::string Contents() const;
156 std::vector<NaClBitcodeHeaderField *> Fields;
160 std::string UnsupportedMessage;
207 const std::string &Unsupported() const { return UnsupportedMessage; } in Unsupported()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.cpp42 std::string Buffer; in dumpLinkage()
53 std::string Buffer; in dumpCallingConv()
71 std::string
73 std::string Buffer; in getTypeSignatureError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h67 using UnitsAndLanes = std::pair<unsigned, unsigned>;
156 std::vector<std::pair<SMLoc, std::string>> AppliedRestrictions;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp59 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
62 std::string Ret; in computeDataLayout()
157 TLOF(std::make_unique<TargetLoweringObjectFileELF>()), in SystemZTargetMachine()
179 std::make_unique<SystemZPostRASchedStrategy>(C),
/third_party/skia/third_party/externals/tint/src/ast/
H A Dmodule_test.cc26 EXPECT_EQ(Program(std::move(*this)).AST().Functions().size(), 0u); in TEST_F()
33 Program program(std::move(*this)); in TEST_F()
39 Program program(std::move(*this)); in TEST_F()
101 return Program(std::move(b)); in TEST_F()
H A Dstorage_texture.cc29 std::ostream& operator<<(std::ostream& out, ImageFormat format) { in operator <<()
155 std::string StorageTexture::FriendlyName(const SymbolTable&) const { in FriendlyName()
156 std::ostringstream out; in FriendlyName()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dwrap_arrays_in_structs.cc44 std::unordered_map<const sem::Array*, WrappedArrayInfo> wrapped_arrays; in Run()
108 std::unordered_map<const sem::Array*, WrappedArrayInfo>& wrapped_arrays, in WrapArray()
121 std::function<const ast::Type*(CloneContext&)> el_type; in WrapArray()
145 return c.dst->ty.array(el_type(c), array->Count(), std::move(decos)); in WrapArray()
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp30 std::function<void()> context_restorer() {
46 std::function<void()> onPlatformGetAutoContextRestore() const override;
155 this->init(std::move(gl));
209 std::function<void()> WinGLTestContext::onPlatformGetAutoContextRestore() const {
/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc46 std::string data = message.SerializeAsString(); in TEST()
75 std::string data = message.SerializeAsString(); in TEST()
140 google::protobuf::Any dst(std::move(src)); in TEST()
157 dst = std::move(src); in TEST()

Completed in 18 milliseconds

1...<<431432433434435436437438439440>>...810