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:is_a6xx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.c
214
return
is_a6xx
(screen);
in fd_screen_get_param()
265
is_a6xx
(screen);
in fd_screen_get_param()
272
return is_a5xx(screen) ||
is_a6xx
(screen);
in fd_screen_get_param()
275
return
is_a6xx
(screen);
in fd_screen_get_param()
278
return is_a3xx(screen) || is_a4xx(screen) ||
is_a6xx
(screen);
in fd_screen_get_param()
281
return
is_a6xx
(screen);
in fd_screen_get_param()
284
return is_a4xx(screen) || is_a5xx(screen) ||
is_a6xx
(screen);
in fd_screen_get_param()
292
if (is_a4xx(screen) || is_a5xx(screen) ||
is_a6xx
(screen))
in fd_screen_get_param()
306
if (is_a4xx(screen) || is_a5xx(screen) ||
is_a6xx
(screen))
in fd_screen_get_param()
314
return is_a4xx(screen) || is_a5xx(screen) ||
is_a6xx
(scree
in fd_screen_get_param()
[all...]
H
A
D
freedreno_screen.h
243
is_a6xx
(struct fd_screen *screen)
in is_a6xx()
function
253
is_a6xx
(screen);
in is_ir3()
259
return is_a4xx(screen) || is_a5xx(screen) ||
is_a6xx
(screen);
in has_compute()
H
A
D
freedreno_gmem.c
505
if (no_scis_opt ||
is_a6xx
(screen)) {
in gmem_key_init()
532
} else if (
is_a6xx
(screen)) {
in gmem_key_init()
H
A
D
freedreno_resource.c
1186
bool ubwc_ok =
is_a6xx
(screen);
in get_best_layout()
1423
if (
is_a6xx
(screen) || is_a5xx(screen))
in fd_resource_from_handle()
1579
} else if (
is_a6xx
(screen) && tmpl->width0 >= FDL_MIN_UBWC_WIDTH) {
in fd_resource_from_memobj()
/third_party/mesa3d/src/freedreno/decode/
H
A
D
crashdec.h
57
is_a6xx
(void)
in is_a6xx()
function
H
A
D
crashdec.c
361
if (
is_a6xx
()) {
in dump_cmdstream()
529
if (
is_a6xx
() && valid_header(stat[0])) {
in dump_cp_sqe_stat()
758
if (
is_a6xx
()) {
in decode()
Completed in 7 milliseconds