/external/skqp/site/dev/testing/ |
D | testing.md | 28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets 29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets 30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets 31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets 32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets 33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets 84 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets 106 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an 130 The image from the task we just looked at, "8888 image mandrill_132x132_12x12.astc-5-subsets", 131 can be found at `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
|
/external/skia/site/dev/testing/ |
D | testing.md | 28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets 29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets 30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets 31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets 32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets 33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets 84 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets 106 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an 130 The image from the task we just looked at, "8888 image mandrill_132x132_12x12.astc-5-subsets", 131 can be found at `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_bptc.c | 555 uint32_t subsets; in fetch_rgba_unorm_from_block() local 573 subsets = 0; in fetch_rgba_unorm_from_block() 576 subsets = partition_table1[partition_num]; in fetch_rgba_unorm_from_block() 579 subsets = partition_table2[partition_num]; in fetch_rgba_unorm_from_block() 615 subset_num = (subsets >> (texel * 2)) & 3; in fetch_rgba_unorm_from_block() 857 uint32_t subsets; in fetch_rgb_float_from_block() local 885 subsets = partition_table1[partition_num]; in fetch_rgb_float_from_block() 889 subsets = 0; in fetch_rgb_float_from_block() 899 subset_num = (subsets >> (texel * 2)) & 3; in fetch_rgb_float_from_block()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethod.java | 44 public void setCharacterSubsets(Subset[] subsets) { in setCharacterSubsets() argument
|
/external/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | subchain-interleaved.ll | 5 ; Vectorized subsets of the load/store chains in the presence of
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.ubo.txt | 57 subsets are computed: uniforms accessed from vertex shader and uniforms accessed
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradients_test.py | 411 subsets = [""] + "a b c d ab ac ad bc bd cd abc abd acd bcd abcd".split() 413 for constants in subsets: 415 for variables_ in subsets:
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 753 private static <T> ImmutableSet<T> union(ImmutableSet<T>... subsets) { in union() argument 755 for (ImmutableSet<T> subset : subsets) { in union()
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 19 // into subsets that are usually overridden independently. This allows
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 305 public void setCharacterSubsets(Character.Subset[] subsets) { in setCharacterSubsets() argument
|
/external/libpng/contrib/gregbook/ |
D | README | 13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-ld.pod | 147 subsets of common libraries and then link in any part of the library that
|
/external/python/cpython2/Doc/library/ |
D | sgmllib.rst | 201 not discriminate among different (or broken) declarations. Internal subsets in
|
D | sets.rst | 128 function. For example, any two disjoint sets are not equal and are not subsets
|
D | select.rst | 80 The return value is a triple of lists of objects that are ready: subsets of the
|
/external/deqp/external/openglcts/ |
D | README.md | 29 - [Running Subsets](#running-subsets) 502 See Section [Running Subsets](#running-subsets) above for details on command 650 (See Section [Running Subsets](#running-subsets)) for debugging purposes.
|
/external/scapy/doc/scapy/ |
D | development.rst | 127 …a particular test definition file. The use of keywords allows testing of subsets of the entire cam…
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | embedding.md | 131 subsets. Clicking on a point causes the right pane to list the nearest
|
D | saved_model.md | 150 restore different subsets of the model variables. The same variable can be
|
/external/llvm/docs/tutorial/ |
D | LangImpl10.rst | 149 That said, there are interesting subsets of C that can be made portable.
|
D | OCamlLangImpl8.rst | 157 That said, there are interesting subsets of C that can be made portable.
|
/external/python/cpython3/Doc/library/ |
D | select.rst | 127 The return value is a triple of lists of objects that are ready: subsets of the
|
/external/libogg/doc/ |
D | rfc5334.txt | 243 smaller subsets of it. However, the video/ogg and audio/ogg types
|
/external/llvm/docs/ |
D | TestingGuide.rst | 128 To run individual tests or subsets of tests, you can use the ``llvm-lit``
|
/external/libxml2/ |
D | NEWS | 1762 XInclude entities handling, encoding detection on external subsets, XML 2506 and proper PEref extensions in external subsets 2516 and proper PEref extensions in external subsets
|