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:addr_bits
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
aub_write.c
164
aub->
addr_bits
= aub->devinfo.ver >= 8 ? 48 : 32;
in aub_file_init()
193
return NUM_PT_ENTRIES * (aub->
addr_bits
> 32 ? GFX8_PTE_SIZE : PTE_SIZE);
in aub_gtt_size()
585
((aub->
addr_bits
> 32 ? 6 : 5) - 2));
in write_legacy_default_setup()
591
if (aub->
addr_bits
> 32)
in write_legacy_default_setup()
595
if (aub->
addr_bits
> 32)
in write_legacy_default_setup()
699
((aub->
addr_bits
> 32 ? 6 : 5) - 2));
in aub_write_trace_block()
705
if (aub->
addr_bits
> 32)
in aub_write_trace_block()
791
aub_mi_bbs_len = aub->
addr_bits
> 32 ? 3 : 2;
in aub_dump_ring_buffer_legacy()
800
((aub->
addr_bits
> 32 ? 6 : 5) - 2));
in aub_dump_ring_buffer_legacy()
805
if (aub->
addr_bits
> 3
in aub_dump_ring_buffer_legacy()
[all...]
H
A
D
aub_write.h
91
int
addr_bits
;
member
Completed in 3 milliseconds