Home
last modified time | relevance | path

Searched refs:knobs (Results 1 – 25 of 69) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_knobs.cpp34 <% 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:
Dgen_knobs.h34 <% 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/
Dknobs.rst45 …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
Dprofiling.rst7 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/
Dfeatures.mk.in23 # Tools enable knobs
30 # Features knobs
32 # Test suite knobs
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h138 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()
DEigen_Colamd.h214 …, 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/
Dgen_knobs.py57 knobs=knob_defs.KNOBS)
65 knobs=knob_defs.KNOBS,
/external/ltp/
Dconfigure.ac106 # Tools knobs
174 # END tools knobs
176 # Testsuites knobs
/external/mesa3d/docs/drivers/
Dopenswr.rst20 openswr/knobs
/external/llvm-project/lldb/docs/design/
Dstructureddataplugins.md211 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/
Dfull-unroll-heuristics.ll2 ; three knobs:
/external/grpc-grpc/doc/
Dkeepalive.md5 This guide documents the knobs within gRPC core to control the current behavior of the keepalive pi…
/external/opencensus-java/contrib/agent/
DREADME.md75 [reference.conf](src/main/resources/reference.conf) for the available configuration knobs and their
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics.ll2 ; three knobs:
/external/tensorflow/tensorflow/core/framework/
Ddataset_options.proto53 // Whether to automatically tune performance knobs.
/external/perfetto/docs/quickstart/
Dandroid-tracing.md119 all the various knobs of Perfetto.
/external/mesa3d/src/gallium/drivers/swr/
Dmeson.build118 'rasterizer/core/knobs.h',
/external/toybox/www/doc/
Dmount.txt145 knobs for parts of the operating system. It's an alternative to adding more
/external/rust/crates/regex-automata/
DREADME.md49 For more examples and information about the various knobs that can be turned,
/external/llvm/lib/Target/X86/
DX86.td753 // knobs which need to be tuned differently for AMD chips, we might consider
/external/rust/crates/regex/
DHACKING.md121 Compilation has several knobs and a few unfortunately complicated invariants.
/external/yapf/
DREADME.rst143 The formatting style used by YAPF is configurable and there are many "knobs"
/external/blktrace/btreplay/doc/
Dbtreplay.tex140 the \texttt{btrecord} utility provides you with two controlling knobs:
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni10 # Chrome builds. Ideally we could create some generic knobs here that could be

123