/third_party/mesa3d/src/panfrost/lib/ |
D | pan_tiler.c | 305 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_header_size() argument 307 if (hierarchy) in panfrost_tiler_header_size() 319 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_full_size() argument 321 if (hierarchy) in panfrost_tiler_full_size() 362 unsigned vertex_count, bool hierarchy) in panfrost_choose_hierarchy_mask() argument 369 if (!hierarchy) in panfrost_choose_hierarchy_mask()
|
D | pan_encoder.h | 42 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy); 45 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy); 50 unsigned vertex_count, bool hierarchy); 61 bool hierarchy = !(dev->quirks & MIDGARD_NO_HIER_TILING); in panfrost_tiler_get_polygon_list_size() local 63 panfrost_choose_hierarchy_mask(fb_width, fb_height, 1, hierarchy); in panfrost_tiler_get_polygon_list_size() 65 return panfrost_tiler_full_size(fb_width, fb_height, hierarchy_mask, hierarchy) + in panfrost_tiler_get_polygon_list_size() 66 panfrost_tiler_header_size(fb_width, fb_height, hierarchy_mask, hierarchy); in panfrost_tiler_get_polygon_list_size()
|
D | pan_cs.c | 505 bool hierarchy = !(dev->quirks & MIDGARD_NO_HIER_TILING); in pan_emit_midgard_tiler() local 514 hierarchy ? in pan_emit_midgard_tiler() 518 cfg.polygon_list_size = header_size + (hierarchy ? 0 : 4); in pan_emit_midgard_tiler() 525 1, hierarchy); in pan_emit_midgard_tiler() 529 hierarchy); in pan_emit_midgard_tiler() 533 hierarchy); in pan_emit_midgard_tiler()
|
/third_party/flutter/flutter/packages/flutter_test/lib/ |
D | flutter_test.dart | 18 /// ### Per directory hierarchy 24 /// directory hierarchy, starting from the directory in which the test file 38 /// the directory hierarchy. In other words, the test configuration file that 41 /// directory hierarchy when it finds a `pubspec.yaml`, since that signals the
|
/third_party/curl/docs/cmdline-opts/ |
D | create-dirs.d | 2 Help: Create necessary local directory hierarchy 6 necessary local directory hierarchy as needed. This option creates the
|
/third_party/iptables/extensions/ |
D | libxt_cgroup.man | 7 sub-hierarchy of the specified path. The path should be relative to 8 the root of the cgroup2 hierarchy.
|
/third_party/vk-gl-cts/external/openglcts/ |
D | CONTRIBUTING.md | 28 the tree, atomic test cases. Each node in the hierarchy has three major 43 down in hierarchy in a package-specific `glcts::Context` object. 70 To register a test case into the hierarchy, the test case must be added as a 71 child in a test group that is already connected to the hierarchy.
|
/third_party/mbedtls/tests/data_files/dir4/ |
D | Readme | 34 …s situation happens for example when a root of some hierarchy gets integrated into another hierarc…
|
/third_party/boost/libs/locale/doc/html/ |
D | hierarchy.js | 1 var hierarchy = variable
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstsegmentation.cpp | 708 std::vector < Vec4i > hierarchy; in find_connected_components() local 709 findContours (mask, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, in find_connected_components() 714 for (; idx >= 0; idx = hierarchy[idx][0]) { in find_connected_components() 721 approxPolyDP (c, c_new, CVCONTOUR_APPROX_LEVEL, (hierarchy[idx][2] < 0 in find_connected_components() 722 && hierarchy[idx][3] < 0)); in find_connected_components()
|
/third_party/glib/docs/reference/ |
D | .gitignore | 7 *.hierarchy
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | index.md | 5 as the object hierarchy that defines elements and bins, along with some
|
D | gi-index.md | 5 as the object hierarchy that defines elements and bins, along with some
|
/third_party/boost/libs/test/doc/test_organization/ |
D | test_tree.qbk | 10 The test tree is the hierarchy of test cases and test suites, along with all the fixtures (global, … 23 The following hierarchy represents a test tree (further detailed in the [link boost_test.tests_orga…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.def | 27 // Handler for leaf nodes in the class hierarchy. 32 // Handler for non-leaf nodes in the class hierarchy.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 28 // Handler for leaf nodes in the class hierarchy. 33 // Handler for non-leaf nodes in the class hierarchy.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | focus_scope.dart | 34 /// in focus, and re-parenting it when needed to keep the focus hierarchy in 35 /// sync with the widget hierarchy. See [FocusNode] for more information about 122 /// * [FocusNode], which represents a node in the focus hierarchy and 177 /// node up the focus hierarchy in turn. If an event reaches the root of the 178 /// hierarchy, it is discarded. 303 /// in the widget hierarchy currently has the input focus. 448 /// when the widget hierarchy changes. See [FocusNode] and [FocusScopeNode] for 468 /// * [FocusScopeNode], which represents a scope node in the focus hierarchy. 469 /// * [FocusNode], which represents a node in the focus hierarchy and has an
|
/third_party/flutter/flutter/examples/catalog/lib/ |
D | custom_a11y_traversal.dart | 28 /// to conform to the widget hierarchy. Indeed, in this example, we traverse 29 /// vertically first, but the widget hierarchy is a column of rows. 44 /// Builds a widget hierarchy that wraps [child]. 46 /// This function expresses the sort keys as a hierarchy.
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | ReactorDebugInfo.md | 146 The `DIScope` hierarchy would be: 155 The `DILocation` hierarchy would be: 206 At the declaration of `i`, the `DIScope` hierarchy would be: 217 The `DILocation` hierarchy would be:
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 12 hierarchy relation, inherit relation, cpuset VS syscall and so on 35 Directory containing the shell script is used to test hierarchy relation
|
/third_party/flutter/flutter/packages/flutter/lib/ |
D | rendering.dart | 9 /// The [RenderObject] hierarchy is used by the Flutter Widgets library to 12 /// of the time your only interaction with the [RenderObject] hierarchy will be
|
D | semantics.dart | 12 /// The [SemanticsNode] hierarchy represents the semantic structure of the UI
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.9.txt | 7 encrypted file flag, and the project hierarchy flag.
|
/third_party/node/deps/npm/node_modules/read-package-tree/ |
D | README.md | 43 Just follows the links in the `node_modules` hierarchy and reads the 48 When there are symlinks to packages in the `node_modules` hierarchy, a
|
/third_party/python/Doc/library/ |
D | numeric.rst | 9 and data types. The :mod:`numbers` module defines an abstract hierarchy of
|