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:rb_per_se
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface_test_common.h
162
int
rb_per_se
;
member
205
S_0098F8_NUM_RB_PER_SE(testcase->
rb_per_se
);
in get_radeon_info()
H
A
D
ac_gpu_info.c
1758
unsigned
rb_per_se
= num_rb / num_se;
in ac_get_harvested_configs()
local
1762
se_mask[0] = ((1 <<
rb_per_se
) - 1) & rb_mask;
in ac_get_harvested_configs()
1763
se_mask[1] = (se_mask[0] <<
rb_per_se
) & rb_mask;
in ac_get_harvested_configs()
1764
se_mask[2] = (se_mask[1] <<
rb_per_se
) & rb_mask;
in ac_get_harvested_configs()
1765
se_mask[3] = (se_mask[2] <<
rb_per_se
) & rb_mask;
in ac_get_harvested_configs()
1786
unsigned pkr0_mask = ((1 << rb_per_pkr) - 1) << (se *
rb_per_se
);
in ac_get_harvested_configs()
1803
if (
rb_per_se
> 2 && (!pkr0_mask || !pkr1_mask)) {
in ac_get_harvested_configs()
1813
if (
rb_per_se
>= 2) {
in ac_get_harvested_configs()
1814
unsigned rb0_mask = 1 << (se *
rb_per_se
);
in ac_get_harvested_configs()
1829
if (
rb_per_se
>
in ac_get_harvested_configs()
[all...]
Completed in 7 milliseconds