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:tileInfo
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
ciaddrlib.cpp
220
UINT_32 samplesPerSplit = pIn->
tileInfo
.tileSplitBytes / tileSizePerSample;
in HwlComputeDccInfo()
225
UINT_32 fastClearBaseAlign = HwlGetPipes(&pIn->
tileInfo
) * m_pipeInterleaveBytes;
in HwlComputeDccInfo()
241
pOut->dccRamBaseAlign = pIn->
tileInfo
.banks *
in HwlComputeDccInfo()
242
HwlGetPipes(&pIn->
tileInfo
) *
in HwlComputeDccInfo()
255
UINT_64 dccRamSizeAlign = HwlGetPipes(&pIn->
tileInfo
) * m_pipeInterleaveBytes;
in HwlComputeDccInfo()
786
ADDR_TILEINFO
tileInfo
= {0};
in HwlComputeFmaskInfo()
local
795
pOut->pTileInfo = &
tileInfo
;
in HwlComputeFmaskInfo()
849
if (pOut->pTileInfo == &
tileInfo
)
in HwlComputeFmaskInfo()
956
ADDR_TILEINFO
tileInfo
= {0};
in HwlOptimizeTileMode()
local
962
&
tileInfo
);
in HwlOptimizeTileMode()
1485
ADDR_TILEINFO
tileInfo
= {0};
HwlSetupTileInfo()
local
2256
ADDR_TILEINFO
tileInfo
= {0};
DepthStencilTileCfgMatch()
local
[all...]
H
A
D
egbaddrlib.cpp
1185
ADDR_TILEINFO
tileInfo
= *pIn->pTileInfo;
in HwlGetAlignmentInfoMacroTiled()
local
1187
out.pTileInfo = &
tileInfo
;
in HwlGetAlignmentInfoMacroTiled()
1201
&
tileInfo
,
in HwlGetAlignmentInfoMacroTiled()
1202
&
tileInfo
,
in HwlGetAlignmentInfoMacroTiled()
3317
ADDR_TILEINFO
tileInfo
= {0};
3322
pOut->pTileInfo = &
tileInfo
;
3335
if (pOut->pTileInfo == &
tileInfo
)
3821
ADDR_TILEINFO
tileInfo
= {0};
3828
pOut->pTileInfo = &
tileInfo
;
3858
if (pOut->pTileInfo == &
tileInfo
)
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib1.cpp
1122
ADDR_TILEINFO
tileInfo
= {0};
in GetMacroModeIndex()
local
1124
pIn->numFrags, &
tileInfo
);
in GetMacroModeIndex()
1448
&input.
tileInfo
, &input.tileMode);
in ComputeDccInfo()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
746
AddrDccIn->
tileInfo
= *AddrSurfInfoOut->pTileInfo;
in gfx6_compute_level()
788
AddrDccIn->
tileInfo
= *AddrSurfInfoOut->pTileInfo;
in gfx6_compute_level()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2272
ADDR_TILEINFO
tileInfo
; ///< Tile info of color surface
member
Completed in 22 milliseconds