Home
last modified time | relevance | path

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

1234

/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
35 # Features knobs
37 # Test suite knobs
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h134 double knobs [internal::Colamd::NKnobs]; in operator() local
136 internal::Colamd::set_defaults(knobs); in operator()
142 …StorageIndex info = internal::Colamd::compute_ordering(m, n, Alen, A.data(), p.data(), knobs, stat… in operator()
DEigen_Colamd.h234 …ColStructure<IndexType> Col [], IndexType A [], IndexType head [], double knobs[NKnobs], IndexType…
306 static inline void set_defaults(double knobs[NKnobs]) in set_defaults()
312 if (!knobs) in set_defaults()
318 knobs [i] = 0 ; in set_defaults()
320 knobs [Colamd::DenseRow] = 0.5 ; /* ignore rows over 50% dense */ in set_defaults()
321 knobs [Colamd::DenseCol] = 0.5 ; /* ignore columns over 50% dense */ in set_defaults()
342 …_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType… in compute_ordering()
424 if (!knobs) in compute_ordering()
427 knobs = default_knobs ; in compute_ordering()
461 Colamd::init_scoring (n_row, n_col, Row, Col, A, p, knobs, in compute_ordering()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_knobs.py57 knobs=knob_defs.KNOBS)
65 knobs=knob_defs.KNOBS,
/external/mesa3d/docs/drivers/
Dopenswr.rst20 openswr/knobs
/external/ltp/
Dconfigure.ac246 # Tools knobs
342 # END tools knobs
344 # Testsuites knobs
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbackend_configs.proto25 // Opaque algorithm number and tuning knobs chosen for this conv.
/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/tensorflow/tensorflow/core/framework/
Ddataset_options.proto32 // Whether to automatically tune performance knobs.
/external/cronet/third_party/lss/
DREADME.md51 The linux\_syscall\_support.h header provides many knobs for you to control
/external/perfetto/docs/quickstart/
Dandroid-tracing.md130 all the various knobs of Perfetto.
/external/mesa3d/src/gallium/drivers/swr/
Dmeson.build118 'rasterizer/core/knobs.h',
/external/libtracefs/Documentation/
Dlibtracefs-function-filter.txt32 _flags_ which holds control knobs on how the filters will be handled (see *FLAGS*)
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc4378 std::vector<BackendDescriptor> knobs(CUDNN_KNOB_TYPE_COUNTS); in ExecutionPlanToAlgorithmDesc() local
4379 for (int i = 0; i < knobs.size(); ++i) { in ExecutionPlanToAlgorithmDesc()
4381 knobs[i], CreateBackendDesc(CUDNN_BACKEND_KNOB_CHOICE_DESCRIPTOR)); in ExecutionPlanToAlgorithmDesc()
4384 raw_knob_ptrs.reserve(knobs.size()); in ExecutionPlanToAlgorithmDesc()
4385 absl::c_transform(knobs, std::back_inserter(raw_knob_ptrs), in ExecutionPlanToAlgorithmDesc()
4391 knobs.resize(n); in ExecutionPlanToAlgorithmDesc()
4394 for (const auto& knob : knobs) { in ExecutionPlanToAlgorithmDesc()
/external/rust/crates/regex-automata/
DREADME.md50 For more examples and information about the various knobs that can be turned,
/external/perfetto/docs/
Dtracing-101.md154 literally hundreds of knobs which can be tweaked to control what data is
/external/llvm/lib/Target/X86/
DX86.td753 // knobs which need to be tuned differently for AMD chips, we might consider
/external/cronet/buildtools/third_party/libc++/trunk/docs/
DUsingLibcxx.rst14 This page contains information about configuration knobs that can be used by
/external/rust/crates/regex/
DHACKING.md121 Compilation has several knobs and a few unfortunately complicated invariants.

1234