Searched refs:DM (Results 1 – 25 of 512) sorted by relevance
12345678910>>...21
/third_party/skia/site/docs/dev/testing/ |
D | testing.md | 6 Skia correctness testing is primarily served by a tool named DM. This is a 7 quickstart to building and running DM. 17 off to 1 or 2 active cores as the run finishes. This is intentional. DM is very 19 forced to run on a single thread. You can use `--threads N` to limit DM to N 23 As DM runs, you ought to see a giant spew of output that looks something like 49 As you become more familiar with DM, this spew may be a bit annoying. If you 50 remove -v from the command line, DM will spin its progress on a single line 53 Don't worry about the "Skipping something: Here's why." lines at startup. DM 55 machines. These lines are a sort of FYI, mostly in case DM can't run some 62 The next line is an overview of the work DM is about to do. [all …]
|
D | _index.md | 12 DM test tool, for correctness testing. Tests are executed by our trybots, for
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_dm_buffer.txt | 27 This extension introduces a new type of GLXPbuffer, a DM or Digital 28 Media pbuffer. A DM pbuffer is a GLXPbuffer that adopts one or more 33 defined buffers of the DM pbuffer can be sequentially associated 34 with other DM buffers of the same size and configuration. 36 . The DM pbuffer is described with a new attrib passed to 40 the DM GLXPbuffer. At associate time the DM buffers described 44 GL without externally referenceable names. A DM pbuffer must be 48 . The externally defined buffers of the DM pbuffer can be changed at 52 effect the contents of the DM pbuffer. 55 can be used to render to or read from a DM GLXPbuffer. [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_dm_buffer.txt | 27 This extension introduces a new type of GLXPbuffer, a DM or Digital 28 Media pbuffer. A DM pbuffer is a GLXPbuffer that adopts one or more 33 defined buffers of the DM pbuffer can be sequentially associated 34 with other DM buffers of the same size and configuration. 36 . The DM pbuffer is described with a new attrib passed to 40 the DM GLXPbuffer. At associate time the DM buffers described 44 GL without externally referenceable names. A DM pbuffer must be 48 . The externally defined buffers of the DM pbuffer can be changed at 52 effect the contents of the DM pbuffer. 55 can be used to render to or read from a DM GLXPbuffer. [all …]
|
/third_party/skia/site/docs/dev/tools/ |
D | tracing.md | 17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution 29 # Run DM on several GMs to get tracing data 65 # Run DM on a single GM with SkDebugf tracing
|
/third_party/skia/dm/ |
D | DMJsonWriter.h | 14 namespace DM {
|
/third_party/skia/include/codec/ |
D | SkCodec.h | 35 namespace DM { 974 friend class DM::CodecSrc; // for fillIncompleteImage
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 227 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local 229 addChildToLayout(std::move(DM)); in initializeChildren()
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | makefile.dec | 49 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.darwin | 63 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.beos | 70 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sgi | 76 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sggcc | 73 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sco | 63 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpux | 67 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hp64 | 69 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.32sunu | 70 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpgcc | 80 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.solaris | 68 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.so9 | 73 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.64sunu | 70 DM=$(DESTDIR)$(MANPATH)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 725 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local 726 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass() 728 DM->initializeAnalysisImpl(P); in schedulePass() 730 DM->recordAvailableAnalysis(IP); in schedulePass() 1043 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local 1044 RDepth = DM.getDepth(); in add()
|
/third_party/musl/include/arpa/ |
D | telnet.h | 17 #define DM 242 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 17 #define DM 242 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 17 #define DM 242 macro
|
12345678910>>...21