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:smem_size
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_program.h
64
uint32_t
smem_size
; /* shared memory (TGSI LOCAL resource) size */
member
H
A
D
nve4_compute.c
651
align(cp->cp.
smem_size
, 0x100));
in nve4_compute_setup_launch_desc()
658
if (cp->cp.
smem_size
> (32 << 10))
in nve4_compute_setup_launch_desc()
662
if (cp->cp.
smem_size
> (16 << 10))
in nve4_compute_setup_launch_desc()
711
align(cp->cp.
smem_size
, 0x100));
in gp100_compute_setup_launch_desc()
761
align(cp->cp.
smem_size
, 0x100));
in gv100_compute_setup_launch_desc()
773
gv100_sm_config_smem_size(cp->cp.
smem_size
));
in gv100_compute_setup_launch_desc()
H
A
D
nvc0_program.c
616
info->bin.smemSize = prog->cp.
smem_size
;
in nvc0_program_translate()
692
prog->cp.
smem_size
= info_out.bin.smemSize;
in nvc0_program_translate()
H
A
D
nvc0_compute.c
448
PUSH_DATA (push, align(cp->cp.
smem_size
, 0x100));
in nvc0_launch_grid()
H
A
D
nvc0_state.c
741
prog->cp.
smem_size
= cso->req_local_mem;
in nvc0_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_program.h
111
uint32_t
smem_size
; /* shared memory (TGSI LOCAL resource) size */
member
H
A
D
nv50_program.c
357
info->bin.smemSize = prog->cp.
smem_size
;
in nv50_program_translate()
409
prog->cp.
smem_size
= info_out.bin.smemSize;
in nv50_program_translate()
H
A
D
nv50_compute.c
582
PUSH_DATA (push, align(cp->cp.
smem_size
+ cp->parm_size + 0x14, 0x40));
in nv50_launch_grid()
H
A
D
nv50_state.c
861
prog->cp.
smem_size
= cso->req_local_mem;
in nv50_cp_state_create()
Completed in 11 milliseconds