Searched refs:knobs (Results 1 – 25 of 69) sorted by relevance
123
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_knobs.cpp | 34 <% calc_max_knob_len(knobs) %> 69 % for knob in knobs: 83 % for knob in knobs : 101 % for knob in knobs: 119 def calc_max_knob_len(knobs): 122 for knob in knobs:
|
D | gen_knobs.h | 34 <% calc_max_knob_len(knobs) %> 96 % for knob in knobs: 123 % for knob in knobs: 130 def calc_max_knob_len(knobs): 133 for knob in knobs:
|
/external/mesa3d/docs/drivers/openswr/ |
D | knobs.rst | 45 …art saving buckets data. NOTE: KNOB_ENABLE_RDTSC must be enabled in core/knobs.h for this to have… 49 Frame at which to stop saving buckets data. NOTE: KNOB_ENABLE_RDTSC must be enabled in core/knobs.… 89 …r-draw execution at worker FE NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 93 …raw execution at vertex fetch NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 97 … execution at input assembler NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 101 …aw execution at vertex shader NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 105 … execution at primitive setup NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 109 …xecution at primitive binning NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 113 …-draw execution at rasterizer NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h
|
D | profiling.rst | 7 To enable this, uncomment the following line in ``rasterizer/core/knobs.h`` and rebuild: :: 14 ``KNOB_BUCKETS_END_FRAME`` (see knobs section).
|
/external/ltp/include/mk/ |
D | features.mk.in | 23 # Tools enable knobs 30 # Features knobs 32 # Test suite knobs
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 138 double knobs [COLAMD_KNOBS]; in operator() local 140 internal::colamd_set_defaults(knobs); in operator() 146 StorageIndex info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats); in operator()
|
D | Eigen_Colamd.h | 214 …, colamd_col<IndexType> Col [], IndexType A [], IndexType head [], double knobs[COLAMD_KNOBS], Ind… 286 static inline void colamd_set_defaults(double knobs[COLAMD_KNOBS]) in colamd_set_defaults() 292 if (!knobs) in colamd_set_defaults() 298 knobs [i] = 0 ; in colamd_set_defaults() 300 knobs [COLAMD_DENSE_ROW] = 0.5 ; /* ignore rows over 50% dense */ in colamd_set_defaults() 301 knobs [COLAMD_DENSE_COL] = 0.5 ; /* ignore columns over 50% dense */ in colamd_set_defaults() 322 …_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[COLAMD_KNOBS], Ind… in colamd() 404 if (!knobs) in colamd() 407 knobs = default_knobs ; in colamd() 441 Eigen::internal::init_scoring (n_row, n_col, Row, Col, A, p, knobs, in colamd() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_knobs.py | 57 knobs=knob_defs.KNOBS) 65 knobs=knob_defs.KNOBS,
|
/external/ltp/ |
D | configure.ac | 106 # Tools knobs 174 # END tools knobs 176 # Testsuites knobs
|
/external/mesa3d/docs/drivers/ |
D | openswr.rst | 20 openswr/knobs
|
/external/llvm-project/lldb/docs/design/ |
D | structureddataplugins.md | 211 processed, the slower it will be. There are several knobs available 224 here (also the default). The knobs here are very coarse - for 365 processed, the slower it will be. There are several knobs available 378 here (also the default). The knobs here are very coarse - for
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 2 ; three knobs:
|
/external/grpc-grpc/doc/ |
D | keepalive.md | 5 This guide documents the knobs within gRPC core to control the current behavior of the keepalive pi…
|
/external/opencensus-java/contrib/agent/ |
D | README.md | 75 [reference.conf](src/main/resources/reference.conf) for the available configuration knobs and their
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 2 ; three knobs:
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset_options.proto | 53 // Whether to automatically tune performance knobs.
|
/external/perfetto/docs/quickstart/ |
D | android-tracing.md | 119 all the various knobs of Perfetto.
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | meson.build | 118 'rasterizer/core/knobs.h',
|
/external/toybox/www/doc/ |
D | mount.txt | 145 knobs for parts of the operating system. It's an alternative to adding more
|
/external/rust/crates/regex-automata/ |
D | README.md | 49 For more examples and information about the various knobs that can be turned,
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 753 // knobs which need to be tuned differently for AMD chips, we might consider
|
/external/rust/crates/regex/ |
D | HACKING.md | 121 Compilation has several knobs and a few unfortunately complicated invariants.
|
/external/yapf/ |
D | README.rst | 143 The formatting style used by YAPF is configurable and there are many "knobs"
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 140 the \texttt{btrecord} utility provides you with two controlling knobs:
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom.gni | 10 # Chrome builds. Ideally we could create some generic knobs here that could be
|
123