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:regs_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_merge_regs.c
204
set->
regs_count
= 1;
in get_merge_set()
219
rzalloc_array(a, struct ir3_register *, a->
regs_count
+ b->
regs_count
);
in merge_merge_sets()
222
for (; a_index < a->
regs_count
|| b_index < b->
regs_count
; new_index++) {
in merge_merge_sets()
223
if (b_index < b->
regs_count
&&
in merge_merge_sets()
224
(a_index == a->
regs_count
||
in merge_merge_sets()
234
assert(new_index == a->
regs_count
+ b->
regs_count
);
in merge_merge_sets()
240
a->
regs_count
in merge_merge_sets()
[all...]
H
A
D
ir3.c
134
ir3_should_double_threadsize(struct ir3_shader_variant *v, unsigned
regs_count
)
in ir3_should_double_threadsize()
argument
184
return
regs_count
* 2 <= compiler->reg_size_vec4;
in ir3_should_double_threadsize()
394
unsigned
regs_count
=
in ir3_collect_info()
local
398
info->double_threadsize = ir3_should_double_threadsize(v,
regs_count
);
in ir3_collect_info()
402
compiler,
regs_count
, info->double_threadsize);
in ir3_collect_info()
H
A
D
ir3.h
98
unsigned
regs_count
;
member
709
unsigned
regs_count
);
H
A
D
ir3_ra.c
1685
if (!dst_set || dst_set->
regs_count
== 1) {
in handle_collect()
Completed in 11 milliseconds