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:size_per_thread
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_scratch.c
83
unsigned
size_per_thread
= (thread_size == 0) ? 0 :
in panfrost_get_total_stack_size()
local
86
return
size_per_thread
* threads_per_core * core_id_range;
in panfrost_get_total_stack_size()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_uniforms.c
656
assert(pipeline->spill.
size_per_thread
> 0);
in v3dv_write_uniforms_wg_offsets()
657
cl_aligned_u32(&uniforms, pipeline->spill.
size_per_thread
);
in v3dv_write_uniforms_wg_offsets()
H
A
D
v3dv_pipeline.c
141
assert(pipeline->spill.
size_per_thread
> 0);
in v3dv_destroy_pipeline()
1572
assert(pipeline->spill.
size_per_thread
> 0);
in pipeline_check_spill_size()
1577
pipeline->spill.
size_per_thread
= max_spill_size;
in pipeline_check_spill_size()
H
A
D
v3dv_private.h
1987
uint32_t
size_per_thread
;
member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_job.c
427
unsigned
size_per_thread
,
in panfrost_batch_get_scratchpad()
431
unsigned size = panfrost_get_total_stack_size(
size_per_thread
,
in panfrost_batch_get_scratchpad()
426
panfrost_batch_get_scratchpad(struct panfrost_batch *batch, unsigned
size_per_thread
, unsigned thread_tls_alloc, unsigned core_id_range)
panfrost_batch_get_scratchpad()
argument
Completed in 12 milliseconds