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:user_sgpr_count
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader_args.c
157
uint8_t
user_sgpr_count
= 0;
in allocate_user_sgprs()
local
162
user_sgpr_count
+= 2;
in allocate_user_sgprs()
165
user_sgpr_count
+= 2; /* task descriptors */
in allocate_user_sgprs()
169
user_sgpr_count
+= 2;
in allocate_user_sgprs()
175
user_sgpr_count
+= 2;
in allocate_user_sgprs()
177
user_sgpr_count
+= args->load_grid_size_from_user_sgpr ? 3 : 2;
in allocate_user_sgprs()
179
user_sgpr_count
+= 2;
in allocate_user_sgprs()
181
user_sgpr_count
+= 1;
in allocate_user_sgprs()
183
user_sgpr_count
+= 4; /* ring_entry, 2x ib_addr, ib_stride */
in allocate_user_sgprs()
188
user_sgpr_count
in allocate_user_sgprs()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H
A
D
AMDKernelCodeTInfo.h
91
COMPPGM2(
user_sgpr_count
, compute_pgm_rsrc2_user_sgpr, USER_SGPR),
Completed in 2 milliseconds