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:spilled_sgprs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_binary.h
41
unsigned
spilled_sgprs
;
member
H
A
D
ac_binary.c
103
conf->
spilled_sgprs
= value;
in ac_parse_shader_binary_config()
H
A
D
ac_rtld.c
538
config->
spilled_sgprs
= MAX2(config->
spilled_sgprs
, c.
spilled_sgprs
);
in ac_rtld_read_config()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader.c
1090
conf->
spilled_sgprs
, conf->spilled_vgprs, shader->info.private_mem_vgprs,
in si_shader_dump_stats_for_shader_db()
1123
conf->num_sgprs, conf->num_vgprs, conf->
spilled_sgprs
, conf->spilled_vgprs,
in si_shader_dump_stats()
2544
shader->config.
spilled_sgprs
=
in si_create_shader_variant()
2545
MAX2(shader->config.
spilled_sgprs
, shader->previous_stage->config.
spilled_sgprs
);
in si_create_shader_variant()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_spill.cpp
1778
ctx.program->config->
spilled_sgprs
+= (*it)->operands[0].size();
in assign_spill_slots()
1921
program->config->
spilled_sgprs
= 0;
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
7542
s->value.u64 = shader->config.
spilled_sgprs
;
in radv_GetPipelineExecutableStatisticsKHR()
Completed in 19 milliseconds