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:is_Ys
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_gfx9.c
44
const uint32_t
is_Ys
= tiling == ISL_TILING_Ys;
in gfx9_calc_std_image_alignment_sa()
local
52
.w = 1 << (12 - (ffs(bpb) - 4) + (4 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
63
.w = 1 << (6 - ((ffs(bpb) - 4) / 2) + (4 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
64
.h = 1 << (6 - ((ffs(bpb) - 3) / 2) + (4 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
68
if (
is_Ys
) {
in gfx9_calc_std_image_alignment_sa()
89
.w = 1 << (4 - ((ffs(bpb) - 2) / 3) + (4 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
90
.h = 1 << (4 - ((ffs(bpb) - 4) / 3) + (2 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
91
.d = 1 << (4 - ((ffs(bpb) - 3) / 3) + (2 *
is_Ys
)),
in gfx9_calc_std_image_alignment_sa()
H
A
D
isl.c
429
bool
is_Ys
= tiling == ISL_TILING_Ys;
in isl_tiling_get_info()
local
432
unsigned width = 1 << (6 + (ffs(bs) / 2) + (2 *
is_Ys
));
in isl_tiling_get_info()
433
unsigned height = 1 << (6 - (ffs(bs) / 2) + (2 *
is_Ys
));
in isl_tiling_get_info()
Completed in 6 milliseconds