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:bankWidth
(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()
782
// Try reducing
bankWidth
first
in HwlReduceBankWidthHeight()
783
if (stillGreater && pTileInfo->
bankWidth
> 1)
in HwlReduceBankWidthHeight()
785
while (stillGreater && pTileInfo->
bankWidth
> 0)
in HwlReduceBankWidthHeight()
787
pTileInfo->
bankWidth
>>= 1;
in HwlReduceBankWidthHeight()
789
if (pTileInfo->
bankWidth
== 0)
in HwlReduceBankWidthHeight()
791
pTileInfo->
bankWidth
= 1;
in HwlReduceBankWidthHeight()
796
tileSize * pTileInfo->
bankWidth
* pTileInfo->bankHeight > m_rowSize;
in HwlReduceBankWidthHeight()
799
//
bankWidth
i
in HwlReduceBankWidthHeight()
[all...]
H
A
D
ciaddrlib.cpp
612
pInfo->
bankWidth
= 1;
in HwlSetupTileCfg()
966
tileInfo.banks * tileInfo.
bankWidth
*
in HwlOptimizeTileMode()
1491
tileInfo.
bankWidth
* tileInfo.bankHeight;
in HwlSetupTileInfo()
1502
tileInfo.
bankWidth
* tileInfo.bankHeight;
in HwlSetupTileInfo()
1646
pCfg->info.
bankWidth
= 1;
in ReadGbTileMode()
1750
pCfg->
bankWidth
= 1 << gbTileMode.f.bank_width;
in ReadGbMacroTileCfg()
2199
m_macroTileTable[i].
bankWidth
* m_macroTileTable[i].bankHeight;
in HwlComputeMaxBaseAlignments()
2267
(m_macroTileTable[stencilMacroIndex].
bankWidth
==
in DepthStencilTileCfgMatch()
2268
m_macroTileTable[pOut->macroModeIndex].
bankWidth
) &&
in DepthStencilTileCfgMatch()
H
A
D
siaddrlib.cpp
226
UINT_32 bankXStart = 3 + Log2(pipes) + Log2(pTileInfo->
bankWidth
);
in ComputeBankEquation()
423
if ((pTileInfo->
bankWidth
== 1) &&
in ComputeBankEquation()
2522
ADDR_ASSERT(pTileInfo->
bankWidth
== 1 && pTileInfo->macroAspectRatio > 1);
in HwlComputeSurfaceCoord2DFromBankPipe()
2536
*pX += xBit * numPipes * pTileInfo->
bankWidth
* MicroTileWidth;
in HwlComputeSurfaceCoord2DFromBankPipe()
2647
(pTileInfo->pipeConfig == ADDR_PIPECFG_P8_32x64_32x32)) && (pTileInfo->
bankWidth
== 1))
in HwlPreAdjustBank()
3020
pInfo->
bankWidth
= 1;
3082
pCfg->info.
bankWidth
= 1 << gbTileMode.f.bank_width;
3528
m_tileTable[i].info.
bankWidth
* m_tileTable[i].info.bankHeight;
3656
key.fields.
bankWidth
= tileConfig.info.
bankWidth
;
[all...]
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
150
UINT_32
bankWidth
: 4; ///< Bank width
member
441
* Valid
bankWidth
/bankHeight value:
454
UINT_32
bankWidth
; ///< Number of tiles in the X direction in the same bank
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
914
surf->u.legacy.bankw = csio->pTileInfo->
bankWidth
;
in gfx6_surface_settings()
1176
AddrTileInfoIn.
bankWidth
= surf->u.legacy.bankw;
in gfx6_compute_surface()
Completed in 20 milliseconds