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:work_reg_count
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.h
63
pan_register_allocation(unsigned
work_reg_count
)
in pan_register_allocation()
argument
65
return (
work_reg_count
<= 32) ?
in pan_register_allocation()
93
rsd->properties.work_register_count = info->
work_reg_count
;
in pan_shader_prepare_midgard_rsd()
178
pan_register_allocation(info->
work_reg_count
);
in pan_shader_prepare_bifrost_rsd()
H
A
D
pan_blend.h
90
unsigned
work_reg_count
;
member
H
A
D
pan_blend.c
842
variant->
work_reg_count
= info.
work_reg_count
;
in pan_blend_get_shader_locked()
H
A
D
pan_blitter.c
392
assert(b->
work_reg_count
<= full_threads);
in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_ra.c
102
ctx->info->
work_reg_count
= MAX2(ctx->info->
work_reg_count
, r.reg + 1);
in index_to_reg()
714
ctx->info->
work_reg_count
= MAX2(ctx->info->
work_reg_count
, 3);
in allocate_registers()
H
A
D
midgard_compile.c
3362
unsigned nr_registers = info->
work_reg_count
;
in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
275
unsigned
work_reg_count
;
member
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_ra.c
870
ctx->info.
work_reg_count
= 32;
in bi_register_allocate()
882
ctx->info.
work_reg_count
= 64;
in bi_register_allocate()
H
A
D
bifrost_compile.c
4176
bool full_threads = (ctx->arch == 7 && ctx->info.
work_reg_count
<= 32);
in bi_print_stats()
4238
unsigned nr_threads = (ctx->info.
work_reg_count
<= 32) ? 2 : 1;
in va_print_stats()
5245
info->vs.secondary_work_reg_count = ctx->info.
work_reg_count
;
in bi_compile_variant()
5248
info->
work_reg_count
= ctx->info.
work_reg_count
;
in bi_compile_variant()
H
A
D
compiler.h
749
unsigned
work_reg_count
;
member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
556
cfg.properties.work_register_count = MAX2(fs->info.
work_reg_count
, 8);
in panfrost_prepare_fs_state()
558
cfg.properties.work_register_count = fs->info.
work_reg_count
;
in panfrost_prepare_fs_state()
4567
cfg.register_allocation = pan_register_allocation(state->info.
work_reg_count
);
in prepare_shader()
4582
cfg.register_allocation = pan_register_allocation(state->info.
work_reg_count
);
in prepare_shader()
Completed in 44 milliseconds