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:perfcntr_groups
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_query.c
89
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
103
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
130
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
212
screen->
perfcntr_groups
[entry->gid].num_counters) {
in fd2_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_query.c
168
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[index];
in fd_get_driver_query_group_info()
228
num_queries += screen->
perfcntr_groups
[i].num_countables;
in setup_perfcntr_query_info()
236
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[i];
in setup_perfcntr_query_info()
H
A
D
freedreno_screen.h
106
const struct fd_perfcntr_group *
perfcntr_groups
;
member
H
A
D
freedreno_screen.c
1103
screen->
perfcntr_groups
=
in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_query.c
283
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
297
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
325
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
420
screen->
perfcntr_groups
[entry->gid].num_counters) {
in fd5_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_query.c
488
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
502
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
530
const struct fd_perfcntr_group *g = &screen->
perfcntr_groups
[entry->gid];
625
screen->
perfcntr_groups
[entry->gid].num_counters) {
in fd6_create_batch_query()
Completed in 5 milliseconds