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:max_tls_space
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_screen.c
494
return nv50_screen(pscreen)->
max_tls_space
/ ONE_TEMP_SIZE;
in nv50_screen_get_shader_param()
969
if (tls_space > screen->
max_tls_space
) {
in nv50_tls_realloc()
974
(unsigned)(screen->
max_tls_space
/ ONE_TEMP_SIZE));
in nv50_tls_realloc()
1172
screen->
max_tls_space
= dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE;
in nv50_screen_create()
1173
screen->
max_tls_space
/= 2; /* half of vram */
in nv50_screen_create()
1176
screen->
max_tls_space
= MIN2(screen->
max_tls_space
, 64 << 10);
in nv50_screen_create()
H
A
D
nv50_screen.h
76
unsigned
max_tls_space
;
member
H
A
D
nv50_compute.c
154
PUSH_DATA (push, util_logbase2((screen->
max_tls_space
/ ONE_TEMP_SIZE) * 2));
in nv50_screen_compute_setup()
Completed in 4 milliseconds