Searched refs:knobs (Results 1 – 25 of 70) sorted by relevance
123
/external/mesa3d/src/gallium/docs/source/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/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_knobs.h | 33 <% 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:
|
D | gen_knobs.cpp | 33 <% 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/ |
D | features.mk.default | 23 # Tools enable knobs 30 # Features knobs 35 # Test suite knobs
|
D | features.mk.in | 23 # Tools enable knobs 30 # Features knobs 35 # 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 | 49 knobs=knob_defs.KNOBS) 57 knobs=knob_defs.KNOBS,
|
/external/ltp/ |
D | configure.ac | 65 # Tools knobs 132 # END tools knobs 134 # Testsuites knobs 167 # END testsuites knobs
|
/external/mesa3d/src/gallium/docs/source/drivers/ |
D | openswr.rst | 20 openswr/knobs
|
/external/u-boot/doc/ |
D | README.update | 27 The auto-update feature uses the following configuration knobs: 39 These knobs control the timeouts during initial connection to the TFTP
|
D | README.hwconfig | 5 interface for software knobs to control hardware.
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 2 ; three knobs:
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | Makefile.sources | 117 rasterizer/core/knobs.h \
|
D | meson.build | 110 'rasterizer/core/knobs.h',
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 2 ; three knobs:
|
/external/toybox/www/doc/ |
D | mount.txt | 145 knobs for parts of the operating system. It's an alternative to adding more
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 753 // knobs which need to be tuned differently for AMD chips, we might consider
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 1125 // knobs which need to be tuned differently for AMD chips, we might consider
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom.gni | 10 # Chrome builds. Ideally we could create some generic knobs here that could be
|
123