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:bankHeight
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
egbaddrlib.cpp
758
* Additional checks, reduce
bankHeight
/bankWidth if needed and possible
778
if (tileSize * pTileInfo->bankWidth * pTileInfo->
bankHeight
> m_rowSize)
in HwlReduceBankWidthHeight()
796
tileSize * pTileInfo->bankWidth * pTileInfo->
bankHeight
> m_rowSize;
in HwlReduceBankWidthHeight()
799
// bankWidth is reduced above, so we need to recalculate
bankHeight
and ratio
in HwlReduceBankWidthHeight()
805
// We cannot increase
bankHeight
so just assert this case.
in HwlReduceBankWidthHeight()
806
ADDR_ASSERT((pTileInfo->
bankHeight
% bankHeightAlign) == 0);
in HwlReduceBankWidthHeight()
825
// Then try reducing
bankHeight
in HwlReduceBankWidthHeight()
826
if (stillGreater && pTileInfo->
bankHeight
> bankHeightAlign)
in HwlReduceBankWidthHeight()
828
while (stillGreater && pTileInfo->
bankHeight
> bankHeightAlign)
in HwlReduceBankWidthHeight()
830
pTileInfo->
bankHeight
>>
in HwlReduceBankWidthHeight()
[all...]
H
A
D
ciaddrlib.cpp
613
pInfo->
bankHeight
= 1;
in HwlSetupTileCfg()
967
tileInfo.
bankHeight
;
in HwlOptimizeTileMode()
1491
tileInfo.bankWidth * tileInfo.
bankHeight
;
in HwlSetupTileInfo()
1502
tileInfo.bankWidth * tileInfo.
bankHeight
;
in HwlSetupTileInfo()
1647
pCfg->info.
bankHeight
= 1;
in ReadGbTileMode()
1740
pCfg->
bankHeight
= 1 << gbTileMode.f.alt_bank_height;
in ReadGbMacroTileCfg()
1746
pCfg->
bankHeight
= 1 << gbTileMode.f.bank_height;
in ReadGbMacroTileCfg()
2199
m_macroTileTable[i].bankWidth * m_macroTileTable[i].
bankHeight
;
in HwlComputeMaxBaseAlignments()
2269
(m_macroTileTable[stencilMacroIndex].
bankHeight
==
in DepthStencilTileCfgMatch()
2270
m_macroTileTable[pOut->macroModeIndex].
bankHeight
)
in DepthStencilTileCfgMatch()
[all...]
H
A
D
siaddrlib.cpp
227
UINT_32 bankYStart = 3 + Log2(pTileInfo->
bankHeight
);
in ComputeBankEquation()
2535
*pY += yBit * pTileInfo->
bankHeight
* MicroTileHeight;
in HwlComputeSurfaceCoord2DFromBankPipe()
3021
pInfo->
bankHeight
= 1;
3081
pCfg->info.
bankHeight
= 1 << gbTileMode.f.bank_height;
3528
m_tileTable[i].info.bankWidth * m_tileTable[i].info.
bankHeight
;
3657
key.fields.
bankHeight
= tileConfig.info.
bankHeight
;
3721
MicroTileHeight * pTileInfo->
bankHeight
* pTileInfo->banks /
3800
MicroTileHeight * pTileInfo->
bankHeight
* pTileInfo->banks /
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
151
UINT_32
bankHeight
: 4; ///< Bank height
member
441
* Valid bankWidth/
bankHeight
value:
455
UINT_32
bankHeight
; ///< Number of tiles in the Y direction in the same bank
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
915
surf->u.legacy.bankh = csio->pTileInfo->
bankHeight
;
in gfx6_surface_settings()
1177
AddrTileInfoIn.
bankHeight
= surf->u.legacy.bankh;
in gfx6_compute_surface()
1336
surf->u.legacy.color.fmask.bankh = fout.pTileInfo->
bankHeight
;
in gfx6_compute_surface()
Completed in 21 milliseconds