Home
last modified time | relevance | path

Searched refs:std (Results 12926 - 12950 of 66992) sorted by relevance

1...<<511512513514515516517518519520>>...2680

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DShaderImpl.cpp17 WaitableCompileEvent::WaitableCompileEvent(std::shared_ptr<angle::WaitableEvent> waitableEvent) in WaitableCompileEvent()
36 const std::string &WaitableCompileEvent::getInfoLog() in getInfoLog()
44 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask()
62 std::string mSource;
69 WaitableCompileEventImpl(std::shared_ptr<angle::WaitableEvent> waitableEvent, in WaitableCompileEventImpl()
70 std::shared_ptr<TranslateTask> translateTask) in WaitableCompileEventImpl()
76 bool postTranslate(std::string *infoLog) override { return true; }
79 std::shared_ptr<TranslateTask> mTranslateTask;
82 std::shared_ptr<WaitableCompileEvent> ShaderImpl::compileImpl( in compileImpl()
85 const std in compileImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp28 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen()
30 std::unique_ptr<TargetMachine> TM = TMFactory(); in codegen()
37 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen()
38 std::unique_ptr<Module> M, ArrayRef<llvm::raw_pwrite_stream *> OSs, in splitCodeGen()
40 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory, in splitCodeGen()
58 std::move(M), OSs.size(), in splitCodeGen()
59 [&](std::unique_ptr<Module> MPart) { in splitCodeGen()
80 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
86 std in splitCodeGen()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h33 static ErrorOr<std::unique_ptr<SymbolizableObjectFile>>
34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx,
44 std::vector<DILocal>
59 std::string &Name, uint64_t &Addr,
63 std::error_code addSymbol(const object::SymbolRef &Symbol,
67 std::error_code addCoffExportSymbols(const object::COFFObjectFile *CoffObj);
73 std::unique_ptr<DIContext> DebugInfoContext;
86 std::vector<std::pair<SymbolDesc, StringRef>> Functions;
87 std
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_pass.cpp44 const std::string text = R"( in TEST_F()
53 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
152 const std::string text = R"( in TEST_F()
164 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
291 const std::string text = R"( in TEST_F()
301 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
430 const std::string text = R"( in TEST_F()
437 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
517 std::string text = R"( in TEST_F()
528 %1 = OpExtInstImport "GLSL.std in TEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DExtensionDirective_test.cpp27 void testCompileNeedsExtensionDirective(const std::string &shader, const std::string &extension) in testCompileNeedsExtensionDirective()
32 void testCompileNeedsExtensionDirective(const std::string &shader, in testCompileNeedsExtensionDirective()
33 const std::string &extension, in testCompileNeedsExtensionDirective()
34 const std::string &versionDirective) in testCompileNeedsExtensionDirective()
69 std::string getExtensionDirective(const std::string &extension, sh::TBehavior behavior) in getExtensionDirective()
71 std::string extensionDirective("#extension "); in getExtensionDirective()
110 const std::string &shaderString = in TEST_F()
135 const std in TEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_access_chain_convert_pass.h51 using ProcessFunction = std::function<bool(Function*)>;
68 const std::vector<Operand>& in_opnds,
69 std::vector<std::unique_ptr<Instruction>>* newInsts);
75 std::vector<std::unique_ptr<Instruction>>* newInsts);
81 std::vector<Operand>* in_opnds);
88 std::vector<std::unique_ptr<Instruction>>* newInsts);
124 std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_access_chain_convert_pass.h51 using ProcessFunction = std::function<bool(Function*)>;
68 const std::vector<Operand>& in_opnds,
69 std::vector<std::unique_ptr<Instruction>>* newInsts);
75 std::vector<std::unique_ptr<Instruction>>* newInsts);
81 std::vector<Operand>* in_opnds);
88 std::vector<std::unique_ptr<Instruction>>* newInsts);
124 std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dfusion_pass.cpp44 const std::string text = R"( in TEST_F()
53 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
152 const std::string text = R"( in TEST_F()
164 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
291 const std::string text = R"( in TEST_F()
301 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
430 const std::string text = R"( in TEST_F()
437 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
517 std::string text = R"( in TEST_F()
528 %1 = OpExtInstImport "GLSL.std in TEST_F()
[all...]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DFunctionList.h27 std::vector<std::pair<std::function<void(iter_type, iter_type)>, bool>> functionList;
39 if (f.second == true) std::get<0>(f)(begin, end); in operator ()()
41 if (muted) std::fill(begin, end, 0); in operator ()()
44 void addEffect(std::function<void(iter_type, iter_type)> f) { in addEffect()
45 functionList.emplace_back(std::move(f), true); in addEffect()
50 functionList.erase(std::next(functionList.begin(), index)); in removeEffectAt()
58 std::rotate(v.begin() + from, v.begin() + from + 1, v.begin() + to + 1); in rotateEffectAt()
62 std in rotateEffectAt()
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h26 using IntrinsicSet = std::unordered_set<const FunctionDeclaration*>;
29 std::unique_ptr<Statement> body, IntrinsicSet referencedIntrinsics) in FunctionDefinition()
33 , fBody(std::move(body)) in FunctionDefinition()
34 , fReferencedIntrinsics(std::move(referencedIntrinsics)) in FunctionDefinition()
48 static std::unique_ptr<FunctionDefinition> Convert(const Context& context,
51 std::unique_ptr<Statement> body,
62 std::unique_ptr<Statement>& body() { in body()
66 const std::unique_ptr<Statement>& body() const { in body()
70 const std::unordered_set<const FunctionDeclaration*>& referencedIntrinsics() const { in referencedIntrinsics()
82 std
[all...]
H A DSkSLConstructorArrayCast.cpp18 static std::unique_ptr<Expression> cast_constant_array(const Context& context, in cast_constant_array()
20 std::unique_ptr<Expression> constCtor) { in cast_constant_array()
27 for (std::unique_ptr<Expression>& arg : inputArgs) { in cast_constant_array()
31 std::move(arg))); in cast_constant_array()
34 std::move(arg))); in cast_constant_array()
38 return ConstructorArray::Make(context, constCtor->fLine, destType, std::move(typecastArgs)); in cast_constant_array()
41 std::unique_ptr<Expression> ConstructorArrayCast::Make(const Context& context, in Make()
44 std::unique_ptr<Expression> arg) { in Make()
58 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
62 return cast_constant_array(context, type, std in Make()
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.h19 std::string durchschlag_generate(
21 const std::vector<size_t>& sample_sizes, const uint8_t* sample_data);
35 std::vector<DurchschlagTextIdx> offsets;
36 std::vector<DurchschlagTextIdx> sliceMap;
40 const std::vector<size_t>& sample_sizes, const uint8_t* sample_data);
49 std::string durchschlag_generate(DurchschalgResourceStrategy strategy,
58 std::vector<DurchschlagTextIdx> lcp;
59 std::vector<DurchschlagTextIdx> sa;
62 DurchschlagIndex durchschlag_index(const std::vector<uint8_t>& data);
65 const std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp23 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in X86WinCOFFStreamer()
24 std::unique_ptr<MCCodeEmitter> CE, in X86WinCOFFStreamer()
25 std::unique_ptr<MCObjectWriter> OW) in X86WinCOFFStreamer()
26 : MCWinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)) {} in X86WinCOFFStreamer()
64 std::unique_ptr<MCAsmBackend> &&AB, in createX86WinCOFFStreamer()
65 std::unique_ptr<MCObjectWriter> &&OW, in createX86WinCOFFStreamer()
66 std::unique_ptr<MCCodeEmitter> &&CE, in createX86WinCOFFStreamer()
70 new X86WinCOFFStreamer(C, std in createX86WinCOFFStreamer()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dspirv_tools_helpers_test.cc25 std::vector<uint32_t> Assemble(const std::string& spirv_assembly) { in Assemble()
30 std::stringstream errors; in Assemble()
31 std::vector<uint32_t> result; in Assemble()
46 std::string AssembleFailure(const std::string& spirv_assembly) { in AssembleFailure()
51 std::stringstream errors; in AssembleFailure()
52 std::vector<uint32_t> result; in AssembleFailure()
66 std::string Disassemble(const std
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dblocks-signature.rs14 pub type dispatch_data_t = *mut ::std::os::raw::c_void;
39 const UNINIT: ::std::mem::MaybeUninit<contains_block_pointers> = in bindgen_test_layout_contains_block_pointers()
40 ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_contains_block_pointers()
43 ::std::mem::size_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
48 ::std::mem::align_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
53 unsafe { ::std::ptr::addr_of!((*ptr).val) as usize - ptr as usize }, in bindgen_test_layout_contains_block_pointers()
63 unsafe { ::std::ptr::addr_of!((*ptr).ptr_val) as usize - ptr as usize }, in bindgen_test_layout_contains_block_pointers()
75 let mut s = ::std::mem::MaybeUninit::<Self>::uninit(); in default()
77 ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
84 (dispatch_data_t, usize, *const ::std
[all...]
/third_party/skia/gm/
H A Dfpcoordinateoverride.cpp37 SampleCoordEffect(std::unique_ptr<GrFragmentProcessor> child) in SampleCoordEffect()
39 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in SampleCoordEffect()
44 std::unique_ptr<GrFragmentProcessor> clone() const override {
57 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override;
61 std::unique_ptr<GrFragmentProcessor::ProgramImpl> SampleCoordEffect::onMakeProgramImpl() const { in onMakeProgramImpl()
72 return std::make_unique<Impl>(); in onMakeProgramImpl()
85 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, bmp, GrMipmapped::kNo)); in DEF_SIMPLE_GPU_GM_BG()
89 std::unique_ptr<GrFragmentProcessor> imgFP = in DEF_SIMPLE_GPU_GM_BG()
90 GrTextureEffect::Make(std::move(view), bmp.alphaType(), SkMatrix()); in DEF_SIMPLE_GPU_GM_BG()
91 auto fp = std in DEF_SIMPLE_GPU_GM_BG()
[all...]
/third_party/spirv-tools/source/opt/
H A Dlocal_access_chain_convert_pass.h51 using ProcessFunction = std::function<bool(Function*)>;
68 const std::vector<Operand>& in_opnds,
69 std::vector<std::unique_ptr<Instruction>>* newInsts);
75 std::vector<std::unique_ptr<Instruction>>* newInsts);
81 std::vector<Operand>* in_opnds);
88 std::vector<std::unique_ptr<Instruction>>* newInsts);
136 std
[all...]
/third_party/spirv-tools/test/link/
H A Dentry_points_test.cpp28 const std::string body1 = R"( in TEST_F()
37 const std::string body2 = R"( in TEST_F()
50 EXPECT_THAT(GetErrorMessage(), std::string()); in TEST_F()
54 const std::string body1 = R"( in TEST_F()
63 const std::string body2 = R"( in TEST_F()
76 EXPECT_THAT(GetErrorMessage(), std::string()); in TEST_F()
80 const std::string body1 = R"( in TEST_F()
89 const std::string body2 = R"( in TEST_F()
108 const std::string body1 = R"( in TEST_F()
126 const std in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_pass.cpp44 const std::string text = R"( in TEST_F()
53 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
152 const std::string text = R"( in TEST_F()
164 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
291 const std::string text = R"( in TEST_F()
301 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
430 const std::string text = R"( in TEST_F()
437 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
517 std::string text = R"( in TEST_F()
528 %1 = OpExtInstImport "GLSL.std in TEST_F()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.hpp54 QualityWarning (const std::string& message);
86 virtual std::string getIterationDescription (int iteration) const;
90 void verifyResultBuffersAndSetResult (const std::vector<tcu::Surface>& resultBuffers);
91 virtual std::string genVertexSource (int numTargetSamples) const;
92 virtual std::string genFragmentSource (int numTargetSamples) const = 0;
93 std::string genMSSamplerSource (int numTargetSamples) const;
94 std::string genMSTextureResolverSource (int numTargetSamples) const;
95 std::string genMSTextureLayerFetchSource (int numTargetSamples) const;
97 virtual bool verifySampleBuffers (const std::vector<tcu::Surface>& resultBuffers);
132 std
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.hpp50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices()
51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices()
58 std::vector<float> m_vertices;
70 std::vector<std::pair<int, const glu::Texture2D*> > getBindings2D (void) const;
71 std::vector<std::pair<int, const glu::TextureCube*> > getBindingsCube (void) const;
74 std::map<int, const glu::Texture2D*> m_tex2D;
75 std::map<int, const glu::TextureCube*> m_texCube;
105 std
[all...]
H A DglsStateChangePerfTestCases.hpp89 std::vector<deUint32> m_indexBuffers;
90 std::vector<deUint32> m_coordBuffers;
91 std::vector<deUint32> m_textures;
92 std::vector<glu::ShaderProgram*> m_programs;
93 std::vector<deUint32> m_framebuffers;
94 std::vector<deUint32> m_renderbuffers;
95 std::vector<deUint32> m_samplers;
96 std::vector<deUint32> m_vertexArrays;
102 std::vector<deUint16> m_indices;
104 std
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.hpp49 virtual void enterTestPackage (TestPackage* testPackage, std::vector<TestNode*>& children) = 0;
52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
66 virtual void enterTestPackage (TestPackage* testPackage, std::vector<TestNode*>& children);
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
125 const std::string& getNodePath (void) const;
177 std::vector<TestNode*> children;
187 bool matchFolderName (const std::string& folderName) const;
188 bool matchCaseName (const std::string& caseName) const;
190 static std::string buildNodePath (const std
[all...]
/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.hpp72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);
75 std::ostream& operator<< (std::ostream& str, const SurfaceAttribValueFmt& attribFmt);
78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt);
81 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt);
84 std::ostream& operator<< (std in getSurfaceAttribListStr()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp35 std::shared_ptr<IRtspController> IRtspController::GetInstance(std::shared_ptr<IRtspListener> listener, in GetInstance()
38 return std::static_pointer_cast<IRtspController>(std::make_shared<RtspController>(listener, protocolType, endType)); in GetInstance()
41 RtspController::RtspController(std::shared_ptr<IRtspListener> listener, ProtocolType protocolType, EndType endType) in RtspController()
44 rtspNetManager_ = std::make_unique<RtspChannelManager>(this, protocolType); in RtspController()
55 std::shared_ptr<IChannelListener> RtspController::GetChannelListener() in GetChannelListener()
61 void RtspController::AddChannel(std::shared_ptr<Channel> channel, const CastInnerRemoteDevice &device) in AddChannel()
68 void RtspController::RemoveChannel(std::shared_ptr<Channel> channel) in RemoveChannel()
90 std in Action()
[all...]

Completed in 25 milliseconds

1...<<511512513514515516517518519520>>...2680