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:firstMipIdInTail
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
193
ADDR_ASSERT(pIn->
firstMipIdInTail
<= pIn->numMipLevels);
in HwlComputeHtileInfo()
195
UINT_32 offset = (pIn->
firstMipIdInTail
== pIn->numMipLevels) ? 0 : metaBlkSize;
in HwlComputeHtileInfo()
197
for (INT_32 i = static_cast<INT_32>(pIn->
firstMipIdInTail
) - 1; i >=0; i--)
in HwlComputeHtileInfo()
226
for (UINT_32 i = pIn->
firstMipIdInTail
; i < pIn->numMipLevels; i++)
in HwlComputeHtileInfo()
233
if (pIn->
firstMipIdInTail
!= pIn->numMipLevels)
in HwlComputeHtileInfo()
235
pOut->pMipInfo[pIn->
firstMipIdInTail
].sliceSize = metaBlkSize;
in HwlComputeHtileInfo()
324
ADDR_ASSERT(pIn->
firstMipIdInTail
<= pIn->numMipLevels);
in HwlComputeDccInfo()
326
UINT_32 offset = (pIn->
firstMipIdInTail
== pIn->numMipLevels) ? 0 : metaBlkSize;
in HwlComputeDccInfo()
328
for (INT_32 i = static_cast<INT_32>(pIn->
firstMipIdInTail
) - 1; i >= 0; i--)
in HwlComputeDccInfo()
357
for (UINT_32 i = pIn->
firstMipIdInTail
;
in HwlComputeDccInfo()
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
192
ADDR_ASSERT(pIn->
firstMipIdInTail
<= pIn->numMipLevels);
in HwlComputeHtileInfo()
194
UINT_32 offset = (pIn->
firstMipIdInTail
== pIn->numMipLevels) ? 0 : metaBlkSize;
in HwlComputeHtileInfo()
196
for (INT_32 i = static_cast<INT_32>(pIn->
firstMipIdInTail
) - 1; i >=0; i--)
in HwlComputeHtileInfo()
225
for (UINT_32 i = pIn->
firstMipIdInTail
; i < pIn->numMipLevels; i++)
in HwlComputeHtileInfo()
232
if (pIn->
firstMipIdInTail
!= pIn->numMipLevels)
in HwlComputeHtileInfo()
234
pOut->pMipInfo[pIn->
firstMipIdInTail
].sliceSize = metaBlkSize;
in HwlComputeHtileInfo()
311
ADDR_ASSERT(pIn->
firstMipIdInTail
<= pIn->numMipLevels);
in HwlComputeCmaskInfo()
313
UINT_32 metaBlkPerSlice = (pIn->
firstMipIdInTail
== pIn->numMipLevels) ? 0 : 1;
in HwlComputeCmaskInfo()
315
for (INT_32 i = static_cast<INT_32>(pIn->
firstMipIdInTail
) - 1; i >= 0; i--)
in HwlComputeCmaskInfo()
341
for (UINT_32 i = pIn->
firstMipIdInTail
;
in HwlComputeCmaskInfo()
[all...]
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface_meta_address_test.c
224
din.
firstMipIdInTail
= 1;
in one_dcc_address_test()
447
hin.
firstMipIdInTail
= 1;
in one_htile_address_test()
597
cin.
firstMipIdInTail
= 1;
in one_cmask_address_test()
H
A
D
ac_surface.c
1728
surf->first_mip_tail_level = out.
firstMipIdInTail
;
in gfx9_compute_miptree()
1822
hin.
firstMipIdInTail
= out.
firstMipIdInTail
;
in gfx9_compute_miptree()
1915
din.
firstMipIdInTail
= out.
firstMipIdInTail
;
in gfx9_compute_miptree()
2103
cin.
firstMipIdInTail
= out.
firstMipIdInTail
;
in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2525
UINT_32
firstMipIdInTail
; ///< The id of first mip in tail, if there is no mip
member
2757
UINT_32
firstMipIdInTail
; /// Id of the first mip in tail,
member
2951
UINT_32
firstMipIdInTail
; ///< The id of first mip in tail, if no mip is in tail,
member
3385
UINT_32
firstMipIdInTail
; ///< The id of first mip in tail, if no mip is in tail,
member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
4167
pOut->
firstMipIdInTail
= pIn->numMipLevels;
4175
pOut->
firstMipIdInTail
= GetMipChainInfo(pIn->resourceType,
4187
const UINT_32 endingMipId = Min(pOut->
firstMipIdInTail
, pIn->numMipLevels - 1);
4433
UINT_32
firstMipIdInTail
= numMipLevel;
4483
firstMipIdInTail
= mipId;
4533
return
firstMipIdInTail
;
Completed in 39 milliseconds