Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:throttling
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H
A
D
drm.c
262
ctx->base.
throttling
= ctx->base.throttling_value > 0;
in drm_create_adapter()
271
ctx->base.
throttling
= FALSE;
in drm_create_adapter()
273
ctx->base.
throttling
= TRUE;
in drm_create_adapter()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
adapter9.h
38
BOOL
throttling
;
member
H
A
D
swapchain9.c
242
This->desired_fences = This->actx->
throttling
? This->actx->throttling_value + 1 : 0;
in NineSwapChain9_Resize()
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
intel-gpu-freq.sh
359
# Control detection and reporting of GPU
throttling
events.
378
log INFO "Stopping
throttling
detector (pid=%s)" "${pid}"
397
# The
throttling
seems to occur when act freq goes below min.
404
printf "GPU
throttling
detected: act=%s min=%s cur=%s RPn=%s\n" \
410
log INFO "Started GPU
throttling
detector (pid=%s)" ${pid}
598
Start (default operation) the
throttling
detector
Completed in 4 milliseconds