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:has_dp2acc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_compiler.c
225
compiler->
has_dp2acc
= dev_info->a6xx.
has_dp2acc
;
in ir3_compiler_create()
297
compiler->nir_options.has_udot_4x8 = dev_info->a6xx.
has_dp2acc
;
in ir3_compiler_create()
298
compiler->nir_options.has_sudot_4x8 = dev_info->a6xx.
has_dp2acc
;
in ir3_compiler_create()
H
A
D
ir3_compiler.h
172
bool
has_dp2acc
;
member
H
A
D
ir3_compiler_nir.c
844
} else if (ctx->compiler->
has_dp2acc
) {
in emit_alu()
/third_party/mesa3d/src/freedreno/common/
H
A
D
freedreno_devices.py
227
has_dp2acc
= False, # TODO: check if true
247
has_dp2acc
= True,
275
has_dp2acc
= True,
H
A
D
freedreno_dev_info.h
133
bool
has_dp2acc
;
member
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
1065
pdevice->info->a6xx.
has_dp2acc
;
in tu_get_physical_device_properties_1_3()
1069
pdevice->info->a6xx.
has_dp2acc
;
in tu_get_physical_device_properties_1_3()
1083
pdevice->info->a6xx.
has_dp2acc
;
in tu_get_physical_device_properties_1_3()
1087
pdevice->info->a6xx.
has_dp2acc
;
in tu_get_physical_device_properties_1_3()
Completed in 12 milliseconds