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:query_new_value
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/
H
A
D
hud_fps.c
92
gr->
query_new_value
= query_fps;
in hud_fps_graph_install()
119
gr->
query_new_value
= query_fps;
in hud_frametime_graph_install()
H
A
D
hud_cpu.c
293
gr->
query_new_value
= query_cpu_load;
in hud_cpu_graph_install()
385
gr->
query_new_value
= query_api_thread_busy_status;
in hud_thread_busy_install()
459
gr->
query_new_value
= query_thread_counter;
in hud_thread_counter_install()
H
A
D
hud_driver_query.c
304
query_new_value
(struct hud_graph *gr, struct pipe_context *pipe)
in query_new_value()
function
392
gr->
query_new_value
=
query_new_value
;
in hud_pipe_query_install()
H
A
D
hud_private.h
110
void (*
query_new_value
)(struct hud_graph *gr, struct pipe_context *pipe);
member
H
A
D
hud_cpufreq.c
159
gr->
query_new_value
= query_cfi_load;
in hud_cpufreq_graph_install()
H
A
D
hud_diskstat.c
206
gr->
query_new_value
= query_dsi_load;
in hud_diskstat_graph_install()
H
A
D
hud_nic.c
282
gr->
query_new_value
= query_nic_load;
in hud_nic_graph_install()
H
A
D
hud_sensors_temp.c
233
gr->
query_new_value
= query_sti_load;
in hud_sensors_temp_graph_install()
H
A
D
hud_context.c
684
gr->
query_new_value
(gr, pipe);
in hud_stop_queries()
Completed in 8 milliseconds