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:counter_idx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_query.c
90
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
92
assert(
counter_idx
< g->num_counters);
94
OUT_PKT0(ring, g->counters[
counter_idx
].select_reg, 1);
104
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
105
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
131
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
132
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_query.c
284
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
286
assert(
counter_idx
< g->num_counters);
288
OUT_PKT4(ring, g->counters[
counter_idx
].select_reg, 1);
298
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
299
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
326
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
327
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_query.c
489
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
491
assert(
counter_idx
< g->num_counters);
493
OUT_PKT4(ring, g->counters[
counter_idx
].select_reg, 1);
503
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
504
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
531
unsigned
counter_idx
= counters_per_group[entry->gid]++;
variable
532
const struct fd_perfcntr_counter *counter = &g->counters[
counter_idx
];
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.h
318
int
counter_idx
; /* index inside of query/group */
member
H
A
D
intel_perf.c
688
counter_info->location.
counter_idx
= c;
in build_unique_counter_list()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_monitor.c
218
perf_cfg->counter_infos[current_query_index].location.
counter_idx
;
in iris_create_monitor_object()
Completed in 6 milliseconds