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:dwords_per_thread
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_test_dma_perf.c
84
unsigned
dwords_per_thread
;
in si_test_dma_perf()
member
264
r->
dwords_per_thread
= cs_dwords_per_thread;
in si_test_dma_perf()
399
prev->
dwords_per_thread
== best->
dwords_per_thread
&&
in si_test_dma_perf()
440
best->
dwords_per_thread
, best->waves_per_sh);
in si_test_dma_perf()
H
A
D
si_compute_blit.c
359
unsigned
dwords_per_thread
=
in si_compute_do_clear_or_copy()
local
361
unsigned instructions_per_thread = MAX2(1,
dwords_per_thread
/ 4);
in si_compute_do_clear_or_copy()
362
unsigned dwords_per_instruction =
dwords_per_thread
/ instructions_per_thread;
in si_compute_do_clear_or_copy()
365
unsigned dwords_per_wave =
dwords_per_thread
* block_size;
in si_compute_do_clear_or_copy()
Completed in 4 milliseconds