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:rbAligned
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface_meta_address_test.c
215
in.dccKeyFlags.
rbAligned
= din.dccKeyFlags.
rbAligned
= rb_aligned;
in one_dcc_address_test()
438
hin.hTileFlags.
rbAligned
= 1;
in one_htile_address_test()
599
cin.cMaskFlags.
rbAligned
= rb_aligned;
in one_cmask_address_test()
H
A
D
ac_surface_modifier_test.c
87
din.dccKeyFlags.
rbAligned
= surf->u.gfx9.color.dcc.rb_aligned;
in get_addr_from_coord_base()
102
dcc_input.dccKeyFlags.
rbAligned
= rb_aligned;
in get_addr_from_coord_base()
H
A
D
ac_surface.c
1815
hin.hTileFlags.
rbAligned
= 1;
in gfx9_compute_miptree()
1905
din.dccKeyFlags.
rbAligned
= !in->flags.metaRbUnaligned;
in gfx9_compute_miptree()
1926
surf->u.gfx9.color.dcc.rb_aligned = din.dccKeyFlags.
rbAligned
;
in gfx9_compute_miptree()
1995
din.dccKeyFlags.
rbAligned
= 0;
in gfx9_compute_miptree()
2097
cin.cMaskFlags.
rbAligned
= 1;
in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
168
UINT_32 numRbTotal = pIn->hTileFlags.
rbAligned
? m_se * m_rbPerSe : 1;
in HwlComputeHtileInfo()
283
UINT_32 numRbTotal = pIn->cMaskFlags.
rbAligned
? m_se * m_rbPerSe : 1;
in HwlComputeCmaskInfo()
625
UINT_32 numRbTotal = pIn->dccKeyFlags.
rbAligned
? m_se * m_rbPerSe : 1;
in HwlComputeDccInfo()
2044
const UINT_32 numSeLog2 = metaFlag.
rbAligned
? m_seLog2 : 0;
in GenMetaEquation()
2045
const UINT_32 numRbPeSeLog2 = metaFlag.
rbAligned
? m_rbPerSeLog2 : 0;
in GenMetaEquation()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2696
UINT_32
rbAligned
: 1; ///< if Metadata being RB aligned
member
Completed in 19 milliseconds