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:noOfEntries
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
ciaddrlib.h
161
const UINT_32 *pSetting, UINT_32
noOfEntries
);
164
const UINT_32 *pSetting, UINT_32
noOfEntries
);
H
A
D
ciaddrlib.cpp
479
valid = InitTileSettingTable(pRegValue->pTileConfig, pRegValue->
noOfEntries
);
in HwlInitGlobalParams()
1665
UINT_32
noOfEntries
///< [in] Numbe of entries in the table above
in InitTileSettingTable()
1670
ADDR_ASSERT(
noOfEntries
<= TileTableSize);
in InitTileSettingTable()
1674
if (
noOfEntries
!= 0)
in InitTileSettingTable()
1676
m_noOfEntries =
noOfEntries
;
in InitTileSettingTable()
H
A
D
siaddrlib.h
338
BOOL_32 InitTileSettingTable(const UINT_32 *pSetting, UINT_32
noOfEntries
);
H
A
D
siaddrlib.cpp
2387
valid = InitTileSettingTable(pRegValue->pTileConfig, pRegValue->
noOfEntries
);
in HwlInitGlobalParams()
3114
UINT_32
noOfEntries
///< [in] Numbe of entries in the table above
3119
ADDR_ASSERT(
noOfEntries
<= TileTableSize);
3123
if (
noOfEntries
!= 0)
3125
m_noOfEntries =
noOfEntries
;
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
348
UINT_32
noOfEntries
; ///< Number of entries in pTileConfig
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
525
regValue.
noOfEntries
= ARRAY_SIZE(info->si_tile_mode_array);
in ac_addrlib_create()
Completed in 20 milliseconds