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:num_muxsel_lines
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_spm.c
127
total_muxsel_lines += spm_trace->
num_muxsel_lines
[s];
in radv_emit_spm_setup()
133
S_03727C_SE0_NUM_LINE(spm_trace->
num_muxsel_lines
[0]) |
in radv_emit_spm_setup()
134
S_03727C_SE1_NUM_LINE(spm_trace->
num_muxsel_lines
[1]) |
in radv_emit_spm_setup()
135
S_03727C_SE2_NUM_LINE(spm_trace->
num_muxsel_lines
[2]) |
in radv_emit_spm_setup()
136
S_03727C_SE3_NUM_LINE(spm_trace->
num_muxsel_lines
[3]));
in radv_emit_spm_setup()
139
S_037280_GLOBAL_NUM_LINE(spm_trace->
num_muxsel_lines
[4]));
in radv_emit_spm_setup()
147
if (!spm_trace->
num_muxsel_lines
[s])
in radv_emit_spm_setup()
164
for (unsigned l = 0; l < spm_trace->
num_muxsel_lines
[s]; l++) {
in radv_emit_spm_setup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_perfcounter.c
819
total_muxsel_lines += spm_trace->
num_muxsel_lines
[s];
in si_emit_spm_setup()
825
S_03727C_SE0_NUM_LINE(spm_trace->
num_muxsel_lines
[0]) |
in si_emit_spm_setup()
826
S_03727C_SE1_NUM_LINE(spm_trace->
num_muxsel_lines
[1]) |
in si_emit_spm_setup()
827
S_03727C_SE2_NUM_LINE(spm_trace->
num_muxsel_lines
[2]) |
in si_emit_spm_setup()
828
S_03727C_SE3_NUM_LINE(spm_trace->
num_muxsel_lines
[3]));
in si_emit_spm_setup()
831
S_037280_GLOBAL_NUM_LINE(spm_trace->
num_muxsel_lines
[4]));
in si_emit_spm_setup()
839
if (!spm_trace->
num_muxsel_lines
[s])
in si_emit_spm_setup()
856
for (unsigned l = 0; l < spm_trace->
num_muxsel_lines
[s]; l++) {
in si_emit_spm_setup()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_spm.c
265
spm_trace->
num_muxsel_lines
[s] = num_lines;
in ac_init_spm()
284
segment_offset += spm_trace->
num_muxsel_lines
[ordered_segment[i]] *
in ac_init_spm()
350
sample_size += spm_trace->
num_muxsel_lines
[s] * AC_SPM_MUXSEL_LINE_SIZE * 4;
in ac_spm_get_sample_size()
H
A
D
ac_spm.h
111
unsigned
num_muxsel_lines
[AC_SPM_SEGMENT_TYPE_COUNT];
member
Completed in 4 milliseconds