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:fibers_per_sp
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/common/
H
A
D
freedreno_devices.py
207
fibers_per_sp
= 128 * 16,
220
fibers_per_sp
= 128 * 4 * 16,
235
fibers_per_sp
= 128 * 2 * 16,
259
fibers_per_sp
= 128 * 2 * 16,
H
A
D
freedreno_dev_info.h
59
uint32_t
fibers_per_sp
;
member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_program.c
105
uint32_t
fibers_per_sp
= ctx->screen->info->a6xx.
fibers_per_sp
;
in fd6_emit_shader()
local
114
ALIGN(per_fiber_size *
fibers_per_sp
, 1 << 12) * num_sp_cores;
in fd6_emit_shader()
123
uint32_t per_sp_size = ALIGN(per_fiber_size *
fibers_per_sp
, 1 << 12);
in fd6_emit_shader()
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
213
ALIGN(per_fiber_size * a6xx_backend->info->a6xx.
fibers_per_sp
, 1 << 12);
in cs_program_emit()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
2301
ALIGN(per_fiber_size * dev->physical_device->info->a6xx.
fibers_per_sp
, 1 << 12);
in calc_pvtmem_size()
Completed in 10 milliseconds