Home
last modified time | relevance | path

Searched refs:std (Results 10801 - 10825 of 20229) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp181 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
183 C13Builders.push_back(std::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
184 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection()
189 C13Builders.push_back(std::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h150 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs;
158 std::map<RelocationValueRef, uint64_t> GOTOffsetMap;
168 static std::unique_ptr<RuntimeDyldELF>
172 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPass.cpp50 const std::string &Banner) const { in createPrinterPass()
58 static std::string getDescription(const Module &M) { in getDescription()
154 const std::string &Banner) const { in createPrinterPass()
162 static std::string getDescription(const Function &F) { in getDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp42 std::memset(&SymbolicOp, '\0', sizeof(struct LLVMOpInfo1)); in tryAddingSymbolicOperand()
48 std::memset(&SymbolicOp, '\0', sizeof(struct LLVMOpInfo1)); in tryAddingSymbolicOperand()
193 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
196 return new MCExternalSymbolizer(*Ctx, std::move(RelInfo), GetOpInfo, in createMCSymbolizer()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferAtomicFunctions.cpp79 std::vector<glw::GLuint> data_buffer(m_n_texels_in_texture_buffer); in initTest()
117 std::string csSource = getComputeShaderCode(work_group_size); in initTest()
130 std::string TextureBufferAtomicFunctions::getComputeShaderCode(glw::GLint work_group_size) const in getComputeShaderCode()
132 std::stringstream strstream; in getComputeShaderCode()
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.cpp28 using std::vector;
87 catch (const std::exception&) in callNext()
95 catch (const std::exception&) in callNext()
200 CallReader& operator>> (CallReader& reader, std::string& value) in operator >>()
/third_party/skia/third_party/externals/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/angle2/src/libANGLE/renderer/metal/
H A DSyncMtl.h59 std::shared_ptr<std::condition_variable> mCv;
60 std::shared_ptr<std::mutex> mLock;
H A Dmtl_format_utils.h101 std::array<GLenum, 4> swizzle;
139 std::vector<GLenum> *compressedFormatsOut);
201 std::array<Format, angle::kNumANGLEFormats> mPixelFormatTable;
204 std::array<VertexFormat, angle::kNumANGLEFormats> mVertexFormatTables[2];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp66 std::ostringstream stream; in initialize()
70 std::string className = stream.str(); in initialize()
137 const std::array<GLenum, 5> kColorFormats = {GL_RGB565, GL_BGRA8_EXT, GL_BGRX8_ANGLEX, in generateConfigs()
140 std::vector<GLenum> depthStencilFormats( in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp106 std::string story() const override
108 std::stringstream storyStr;
123 std::ostream &operator<<(std::ostream &os, const BlitFramebufferParams &params) in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DProgramNULL.cpp21 std::unique_ptr<LinkEvent> ProgramNULL::load(const gl::Context *context, in load()
25 return std::make_unique<LinkEventDone>(angle::Result::Continue); in load()
34 std::unique_ptr<LinkEvent> ProgramNULL::link(const gl::Context *contextImpl, in link()
39 return std::make_unique<LinkEventDone>(angle::Result::Continue); in link()
/third_party/skia/src/gpu/
H A DGrRefCnt.h43 constexpr gr_sp(std::nullptr_t) : fPtr(nullptr) {} in gr_sp()
53 typename = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
86 gr_sp& operator=(std::nullptr_t) { in operator =()
H A DSurfaceContext.h159 std::unique_ptr<skgpu::SurfaceFillContext> rescale(const GrImageInfo& info,
177 return this->copy(std::move(src), srcRect, dstPoint) != nullptr; in testCopy()
182 return this->copy(std::move(src), rect, {0, 0}) != nullptr; in testCopy()
208 std::function<ConversionFn> fPixelConverter;
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp46 std::move(proxy), in Make()
55 return sk_sp<GrVkSecondaryCBDrawContext>(new GrVkSecondaryCBDrawContext(std::move(device), in Make()
71 fCachedCanvas = std::make_unique<SkCanvas>(fDevice); in getCanvas()
204 direct->priv().createDDLTask(std::move(ddl), readSurfaceView.asRenderTargetProxyRef(), {0, 0});
/third_party/skia/src/core/
H A DSkDescriptor.cpp16 std::unique_ptr<SkDescriptor> SkDescriptor::Alloc(size_t length) { in Alloc()
19 return std::unique_ptr<SkDescriptor>(new (allocation) SkDescriptor{}); in Alloc()
64 std::unique_ptr<SkDescriptor> SkDescriptor::copy() const { in copy()
65 std::unique_ptr<SkDescriptor> desc = SkDescriptor::Alloc(fLength); in copy()
H A DSkPoint.cpp12 void SkPoint::dump(std::string& desc, int depth) const { in dump()
13 std::string split(depth, '\t'); in dump()
15 desc += split + "\t fX: " + std::to_string(fX) + "\n"; in dump()
16 desc += split + "\t fY: " + std::to_string(fY) + "\n"; in dump()
H A DSkCanvasPriv.cpp109 std::locale loc(std::locale::classic()); in ValidateMarker()
110 if (!std::isalpha(*name, loc)) { in ValidateMarker()
114 if (!std::isalnum(*name, loc) && *name != '_') { in ValidateMarker()
H A DSkColor.cpp37 unsigned min = std::min(r, std::min(g, b)); in SkRGBToHSV()
38 unsigned max = std::max(r, std::max(g, b)); in SkRGBToHSV()
H A DSkRTree.cpp15 std::vector<Branch> branches; in insert()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
148 void SkRTree::search(const SkRect& query, std::vector<int>* results) const { in search()
154 void SkRTree::search(Node* node, const SkRect& query, std::vector<int>* results) const { in search()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply()
58 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply()
84 std::vector<const protobufs::DataDescriptor*> synonyms_to_try; in Apply()
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/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/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply()
58 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply()
84 std::vector<const protobufs::DataDescriptor*> synonyms_to_try; in Apply()

Completed in 18 milliseconds

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