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:thrsz
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_compute.c
46
enum a6xx_threadsize
thrsz
= i->double_threadsize ? THREAD128 : THREAD64;
variable
66
A6XX_SP_CS_CTRL_REG0_THREADSIZE(
thrsz
) |
94
A6XX_HLSQ_CS_CNTL_1_THREADSIZE(
thrsz
));
103
A6XX_SP_CS_CNTL_1_THREADSIZE(
thrsz
));
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_compute.c
40
enum a3xx_threadsize
thrsz
= i->double_threadsize ? FOUR_QUADS : TWO_QUADS;
in cs_program_emit()
local
54
A5XX_HLSQ_CONTROL_0_REG_CSTHREADSIZE(
thrsz
) |
in cs_program_emit()
59
A5XX_SP_CS_CTRL_REG0_THREADSIZE(
thrsz
) |
in cs_program_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_compute.c
40
enum a3xx_threadsize
thrsz
= i->double_threadsize ? FOUR_QUADS : TWO_QUADS;
in cs_program_emit()
local
59
OUT_RING(ring, A4XX_SP_CS_CTRL_REG0_THREADSIZE(
thrsz
) |
in cs_program_emit()
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
119
enum a6xx_threadsize
thrsz
= i->double_threadsize ? THREAD128 : THREAD64;
in cs_program_emit()
local
152
A6XX_SP_CS_CTRL_REG0_THREADSIZE(
thrsz
) |
in cs_program_emit()
179
A6XX_HLSQ_CS_CNTL_1_THREADSIZE(
thrsz
));
in cs_program_emit()
188
A6XX_SP_CS_CNTL_1_THREADSIZE(
thrsz
));
in cs_program_emit()
H
A
D
a4xx.c
70
enum a3xx_threadsize
thrsz
= i->double_threadsize ? FOUR_QUADS : TWO_QUADS;
in cs_program_emit()
local
111
A4XX_SP_CS_CTRL_REG0_THREADSIZE(
thrsz
) |
in cs_program_emit()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
482
enum a6xx_threadsize
thrsz
=
in tu6_emit_xs()
local
520
.threadsize =
thrsz
,
in tu6_emit_xs()
534
.threadsize =
thrsz
,
in tu6_emit_xs()
704
enum a6xx_threadsize
thrsz
= v->info.double_threadsize ? THREAD128 : THREAD64;
in tu6_emit_cs_config()
local
712
A6XX_HLSQ_CS_CNTL_1_THREADSIZE(
thrsz
));
in tu6_emit_cs_config()
722
A6XX_SP_CS_CNTL_1_THREADSIZE(
thrsz
));
in tu6_emit_cs_config()
1461
enum a6xx_threadsize
thrsz
= fs->info.double_threadsize ? THREAD128 : THREAD64;
in tu6_emit_fs_inputs()
local
1463
tu_cs_emit(cs, A6XX_HLSQ_FS_CNTL_0_THREADSIZE(
thrsz
) |
in tu6_emit_fs_inputs()
Completed in 9 milliseconds