Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/docs/source/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/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_knobs.h33 <% calc_max_knob_len(knobs) %>
91 % for knob in knobs:
122 % for knob in knobs:
129 def calc_max_knob_len(knobs):
132 for knob in knobs:
Dgen_knobs.cpp33 <% calc_max_knob_len(knobs) %>
103 % for knob in knobs : in GlobalKnobs()
118 % for knob in knobs: in ToString()
136 def calc_max_knob_len(knobs):
139 for knob in knobs:
/external/ltp/include/mk/
Dfeatures.mk.default23 # Tools enable knobs
30 # Features knobs
35 # Test suite knobs
Dfeatures.mk.in23 # Tools enable knobs
30 # Features knobs
35 # 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.py49 knobs=knob_defs.KNOBS)
57 knobs=knob_defs.KNOBS,
/external/ltp/
Dconfigure.ac65 # Tools knobs
132 # END tools knobs
134 # Testsuites knobs
167 # END testsuites knobs
/external/mesa3d/src/gallium/docs/source/drivers/
Dopenswr.rst20 openswr/knobs
/external/u-boot/doc/
DREADME.update27 The auto-update feature uses the following configuration knobs:
39 These knobs control the timeouts during initial connection to the TFTP
DREADME.hwconfig5 interface for software knobs to control hardware.
/external/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics.ll2 ; three knobs:
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.sources117 rasterizer/core/knobs.h \
Dmeson.build110 'rasterizer/core/knobs.h',
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics.ll2 ; three knobs:
/external/toybox/www/doc/
Dmount.txt145 knobs for parts of the operating system. It's an alternative to adding more
/external/llvm/lib/Target/X86/
DX86.td753 // knobs which need to be tuned differently for AMD chips, we might consider
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86.td1125 // knobs which need to be tuned differently for AMD chips, we might consider
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni10 # Chrome builds. Ideally we could create some generic knobs here that could be

123