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:muxsel_lines
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_spm.c
262
spm_trace->
muxsel_lines
[s] = CALLOC(num_lines, sizeof(*spm_trace->
muxsel_lines
[s]));
in ac_init_spm()
263
if (!spm_trace->
muxsel_lines
[s])
in ac_init_spm()
279
if (!spm_trace->
muxsel_lines
[s])
in ac_init_spm()
301
spm_trace->
muxsel_lines
[s][even_line_idx].muxsel[even_counter_idx++] = global_timestamp_muxsel;
in ac_init_spm()
315
spm_trace->
muxsel_lines
[s][even_line_idx].muxsel[even_counter_idx] = spm_trace->counters[i].muxsel;
in ac_init_spm()
324
spm_trace->
muxsel_lines
[s][odd_line_idx].muxsel[odd_counter_idx] = spm_trace->counters[i].muxsel;
in ac_init_spm()
339
FREE(spm_trace->
muxsel_lines
[s]);
in ac_destroy_spm()
H
A
D
ac_spm.h
112
struct ac_spm_muxsel_line *
muxsel_lines
[AC_SPM_SEGMENT_TYPE_COUNT];
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_spm.c
165
uint32_t *data = (uint32_t *)spm_trace->
muxsel_lines
[s][l].muxsel;
in radv_emit_spm_setup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_perfcounter.c
857
uint32_t *data = (uint32_t *)spm_trace->
muxsel_lines
[s][l].muxsel;
in si_emit_spm_setup()
Completed in 4 milliseconds