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:spill_size
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/broadcom/simulator/
H
A
D
v3d_simulator.h
39
uint32_t v3d_simulator_get_spill(uint32_t
spill_size
);
H
A
D
v3d_simulator.c
314
v3d_simulator_get_spill(uint32_t
spill_size
)
in v3d_simulator_get_spill()
argument
317
v3d_create_simulator_bo(bin_fd,
spill_size
);
in v3d_simulator_get_spill()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_register_allocate.c
552
spill_offset = c->
spill_size
;
in v3d_spill_reg()
553
c->
spill_size
+= V3D_CHANNELS * sizeof(uint32_t);
in v3d_spill_reg()
1169
if (c->
spill_size
<
in v3d_register_allocate()
H
A
D
v3d_compiler.h
796
uint32_t
spill_size
;
919
uint32_t
spill_size
;
H
A
D
vir.c
855
prog_data->
spill_size
= c->
spill_size
;
in v3d_set_prog_data()
H
A
D
nir_to_vir.c
4418
c->
spill_size
+= V3D_CHANNELS * c->s->scratch_size;
in nir_to_vir()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_program.c
427
if (shader->prog_data.base->
spill_size
>
in v3d_get_compiled_shader()
435
shader->prog_data.base->
spill_size
);
in v3d_get_compiled_shader()
441
shader->prog_data.base->
spill_size
;
in v3d_get_compiled_shader()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_pipeline.c
1556
max_spill_size = MAX2(variant->prog_data.base->
spill_size
,
in pipeline_check_spill_size()
3658
stat->value.u64 = prog_data->
spill_size
;
in v3dv_GetPipelineExecutableStatisticsKHR()
3666
stat->value.u64 = prog_data->
spill_size
;
in v3dv_GetPipelineExecutableStatisticsKHR()
3674
stat->value.u64 = prog_data->
spill_size
;
in v3dv_GetPipelineExecutableStatisticsKHR()
/third_party/mesa3d/src/gallium/drivers/asahi/
H
A
D
agx_state.c
1157
cfg.
spill_size
= 0x2;
in agx_build_pipeline()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
880
int
spill_size
= __ TopSpillOffset() - params_size;
in StartFunctionBody()
local
881
__ FillStackSlotsWithZero(params_size,
spill_size
);
in StartFunctionBody()
Completed in 30 milliseconds