/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_load.cpp | 24 : 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 D | local_single_block_elim_pass.cpp | 61 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 D | pass.cpp | 113 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 D | transformation_permute_function_parameters_test.cpp | 26 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 D | FilterAudioStream.h | 49 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 D | SkPDFGraphicState.cpp | 112 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 D | SkPDFUtils.h | 49 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 D | SkSLProgramUsage.cpp | 92 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 D | SkImageGeneratorNDK.cpp | 73 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 D | TextureOpTest.cpp | 108 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 D | BindGroupLayoutD3D12.cpp | 108 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 D | TextureD3D12.h | 73 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 D | DeviceMTL.h | 61 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 D | PassAnalysisSupport.h | 172 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 D | MemDepPrinter.cpp | 36 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 D | Magic.cpp | 224 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 D | NaClBitcodeHeader.h | 98 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 D | IceGlobalInits.cpp | 42 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 D | HexagonShuffler.h | 67 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 D | SystemZTargetMachine.cpp | 59 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 D | module_test.cc | 26 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 D | storage_texture.cc | 29 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 D | wrap_arrays_in_structs.cc | 44 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 D | CreatePlatformGLTestContext_win.cpp | 30 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 D | any_test.cc | 46 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()
|