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:ACC_COUNT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_register_allocate.c
30
#define
ACC_COUNT
6
macro
31
#define PHYS_INDEX (ACC_INDEX +
ACC_COUNT
)
44
return temp +
ACC_COUNT
;
in temp_to_node()
50
assert(node >=
ACC_COUNT
);
in node_to_temp()
51
return node -
ACC_COUNT
;
in node_to_temp()
333
c->nodes.alloc_count +
ACC_COUNT
);
in ensure_nodes()
345
assert(node == temp +
ACC_COUNT
);
in add_node()
834
for (int i = 0; i <
ACC_COUNT
; i++) {
in v3d_ra_select_accum()
835
int acc_off = (v3d_ra->next_acc + i) %
ACC_COUNT
;
in v3d_ra_select_accum()
920
for (int i = ACC_INDEX + 0; i < ACC_INDEX +
ACC_COUNT
in vir_init_reg_sets()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_register_allocate.c
104
#define
ACC_COUNT
5
macro
105
#define AB_INDEX (ACC_INDEX +
ACC_COUNT
)
221
for (int i = 0; i <
ACC_COUNT
; i++) {
in vc4_ra_select_callback()
222
int acc_off = (vc4_ra->next_acc + i) %
ACC_COUNT
;
in vc4_ra_select_callback()
Completed in 3 milliseconds