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:pvtmem_size
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
210
if (v->
pvtmem_size
> 0) {
in cs_program_emit()
211
uint32_t per_fiber_size = ALIGN(v->
pvtmem_size
, 512);
in cs_program_emit()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
3812
uint32_t
pvtmem_size
= 0;
in tu_pipeline_builder_build()
local
3816
pvtmem_size
= MAX2(
pvtmem_size
, builder->shaders->variants[i]->
pvtmem_size
);
in tu_pipeline_builder_build()
3823
pvtmem_size
= MAX2(
pvtmem_size
, builder->binning_variant->
pvtmem_size
);
in tu_pipeline_builder_build()
3829
pvtmem_size
, per_wave);
in tu_pipeline_builder_build()
4198
tu_setup_pvtmem(dev, pipeline, &pvtmem, v->
pvtmem_size
, v->pvtmem_per_wave);
in tu_compute_pipeline_create()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_shader.h
569
unsigned
pvtmem_size
;
member
H
A
D
ir3_spill.c
2097
ctx->spill_slot = v->
pvtmem_size
;
in ir3_spill()
2122
v->
pvtmem_size
= ctx->spill_slot;
in ir3_spill()
H
A
D
ir3_parser.y
770
pvtmem_header: T_A_PVTMEM const_val { variant->
pvtmem_size
= $2; }
H
A
D
ir3_compiler_nir.c
4397
ctx->so->
pvtmem_size
= ctx->s->scratch_size;
in emit_instructions()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_program.c
108
uint32_t per_fiber_size = ALIGN(so->
pvtmem_size
, 512);
in fd6_emit_shader()
132
if (so->
pvtmem_size
> 0) { /* SP_xS_PVT_MEM_ADDR */
in fd6_emit_shader()
Completed in 25 milliseconds