/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 181 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 D | RuntimeDyldELF.h | 150 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 D | Pass.cpp | 50 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 D | MCExternalSymbolizer.cpp | 42 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 D | esextcTextureBufferAtomicFunctions.cpp | 79 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 D | xeCallQueue.cpp | 28 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 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/angle2/src/libANGLE/renderer/metal/ |
H A D | SyncMtl.h | 59 std::shared_ptr<std::condition_variable> mCv; 60 std::shared_ptr<std::mutex> mLock;
|
H A D | mtl_format_utils.h | 101 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 D | DisplayVkWin32.cpp | 66 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 D | BlitFramebufferPerf.cpp | 106 std::string story() const override 108 std::stringstream storyStr; 123 std::ostream &operator<<(std::ostream &os, const BlitFramebufferParams ¶ms) in operator <<()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ProgramNULL.cpp | 21 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 D | GrRefCnt.h | 43 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 D | SurfaceContext.h | 159 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 D | GrVkSecondaryCBDrawContext.cpp | 46 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 D | SkDescriptor.cpp | 16 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 D | SkPoint.cpp | 12 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 D | SkCanvasPriv.cpp | 109 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 D | SkColor.cpp | 37 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 D | SkRTree.cpp | 15 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 D | fuzzer_pass_apply_id_synonyms.cpp | 50 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 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/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/source/fuzz/ |
H A D | fuzzer_pass_apply_id_synonyms.cpp | 50 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()
|