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:lds_limit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_live_var_analysis.cpp
390
unsigned
lds_limit
= program->wgp_mode ? program->dev.
lds_limit
* 2 : program->dev.
lds_limit
;
in max_suitable_waves()
local
392
num_workgroups = std::min(num_workgroups,
lds_limit
/ lds_per_workgroup);
in max_suitable_waves()
H
A
D
aco_instruction_selection_setup.cpp
378
ctx->program->dev.
lds_limit
);
in setup_variables()
H
A
D
aco_ir.cpp
94
program->dev.
lds_limit
= gfx_level >= GFX7 ? 65536 : 32768;
in init_program()
H
A
D
aco_ir.h
2057
uint32_t
lds_limit
; /* in bytes */
Completed in 7 milliseconds