/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/flutter/skia/site/dev/testing/ |
D | testing.md | 4 Skia correctness testing is primarily served by a tool named DM. 5 This is a quickstart to building and running DM. 15 off to 1 or 2 active cores as the run finishes. This is intentional. DM is 17 still forced to run on a single thread. You can use `--threads N` to limit DM to 21 As DM runs, you ought to see a giant spew of output that looks something like this. 44 As you become more familiar with DM, this spew may be a bit annoying. If you 45 remove -v from the command line, DM will spin its progress on a single line 48 Don't worry about the "Skipping something: Here's why." lines at startup. DM 50 machines. These lines are a sort of FYI, mostly in case DM can't run some 57 The next line is an overview of the work DM is about to do. [all …]
|
D | index.md | 5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
|
/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/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/node/deps/npm/node_modules/jsbn/ |
D | index.js | 87 BigInteger.prototype.DM = ((1<<dbits)-1); method in BigInteger 172 var c = this.s&this.DM; 237 return this.DB*(this.t-1)+nbits(this[this.t-1]^(this.s&this.DM)); 261 var ds = Math.floor(n/this.DB), c = (this.s<<bs)&this.DM, i; 296 r[i++] = c&this.DM; 303 r[i++] = c&this.DM; 312 r[i++] = c&this.DM; 386 var qd = (r[--i]==y0)?this.DM:Math.floor(r[i]*d1+(r[i-1]+e)*d2); 487 var u0 = (j*this.mpl+(((j*this.mph+(x[i]>>15)*this.mpl)&this.um)<<15))&x.DM; 678 if(p < this.DB && (d = this[i]>>p) != (this.s&this.DM)>>p) [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/flutter/skia/site/dev/tools/ |
D | tracing.md | 12 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution 24 # Run DM on several GMs to get tracing data 60 # Run DM on a single GM with SkDebugf tracing
|
/third_party/skia/dm/ |
D | DMJsonWriter.h | 14 namespace DM {
|
/third_party/flutter/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/flutter/skia/include/codec/ |
D | SkCodec.h | 33 namespace DM { 949 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/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/skia/third_party/externals/libpng/scripts/ |
D | makefile.dec | 49 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpux | 67 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sgi | 76 DM=$(DESTDIR)$(MANPATH)
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | makefile.dec | 49 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.beos | 70 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sggcc | 73 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sgi | 76 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sco | 63 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpux | 67 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.darwin | 63 DM=$(DESTDIR)$(MANPATH)
|