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:countable
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/ds/
H
A
D
fd_pps_driver.cc
48
(ie. same
countable
names)..
66
auto PERF_CP_ALWAYS_COUNT =
countable
("PERF_CP_ALWAYS_COUNT");
in setup_a6xx_counters()
67
auto PERF_CP_BUSY_CYCLES =
countable
("PERF_CP_BUSY_CYCLES");
in setup_a6xx_counters()
68
auto PERF_RB_3D_PIXELS =
countable
("PERF_RB_3D_PIXELS");
in setup_a6xx_counters()
69
auto PERF_TP_L1_CACHELINE_MISSES =
countable
("PERF_TP_L1_CACHELINE_MISSES");
in setup_a6xx_counters()
70
auto PERF_TP_L1_CACHELINE_REQUESTS =
countable
("PERF_TP_L1_CACHELINE_REQUESTS");
in setup_a6xx_counters()
72
auto PERF_TP_OUTPUT_PIXELS =
countable
("PERF_TP_OUTPUT_PIXELS");
in setup_a6xx_counters()
73
auto PERF_TP_OUTPUT_PIXELS_ANISO =
countable
("PERF_TP_OUTPUT_PIXELS_ANISO");
in setup_a6xx_counters()
74
auto PERF_TP_OUTPUT_PIXELS_BILINEAR =
countable
("PERF_TP_OUTPUT_PIXELS_BILINEAR");
in setup_a6xx_counters()
75
auto PERF_TP_OUTPUT_PIXELS_POINT =
countable
("PERF_TP_OUTPUT_PIXELS_POIN
in setup_a6xx_counters()
582
FreedrenoDriver::
countable
(std::string name)
countable()
function in pps::FreedrenoDriver
584
auto
countable
= Countable(this, name);
countable()
local
598
const struct fd_perfcntr_
countable
*
countable
= d->state[id].
countable
;
configure()
local
[all...]
H
A
D
fd_pps_driver.h
75
* Split out
countable
mutable state from the class so that copy-
77
* tries to get the
countable
value.
81
const struct fd_perfcntr_countable *
countable
;
member
98
* details of collecting
countable
values.
119
Countable
countable
(std::string name);
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
main.c
136
const struct fd_perfcntr_countable *
countable
= &group->countables[j];
in setup_counter()
local
138
if (strcmp(name,
countable
->name) != 0)
in setup_counter()
142
* Allocate a counter to use to monitor the requested
countable
:
in setup_counter()
153
* about selected counter and
countable
, to simplify life for the
in setup_counter()
160
c->selector =
countable
->selector;
in setup_counter()
166
errx(-1, "could not find
countable
: %s", name);
in setup_counter()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
msm_kgsl.h
957
* @
countable
: Countable to select within the group
963
* the
countable
to the counter for the specified group. An error will be
972
unsigned int
countable
;
member
985
* @
countable
: Countable to release within the group
994
unsigned int
countable
;
member
1005
* @
countable
: Return active countables array
1021
/* Array to return the current
countable
for up to size counters */
1035
* @
countable
: Performance counter
countable
IDs
1037
* @size: Size of all arrays (groupid/
countable
pai
1046
unsigned int
countable
;
global()
member
[all...]
H
A
D
tu_query.c
268
* correct group id,
countable
id, counter register and pass index with
in tu_CreateQueryPool()
947
const struct fd_perfcntr_countable *
countable
=
in emit_begin_perf_query()
local
951
tu_cs_emit(cs,
countable
->selector);
in emit_begin_perf_query()
Completed in 7 milliseconds