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_a3xx
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/common/
H
A
D
freedreno_guardband.h
32
fd_calc_guardband(float offset, float scale, bool
is_a3xx
)
in fd_calc_guardband()
argument
41
const float gb_min =
is_a3xx
? -8192. : -32768.;
in fd_calc_guardband()
42
const float gb_max =
is_a3xx
? 8191. : 32767.;
in fd_calc_guardband()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.c
234
return
is_a3xx
(screen) || is_a4xx(screen);
in fd_screen_get_param()
264
return
is_a3xx
(screen) || is_a4xx(screen) || is_a5xx(screen) ||
in fd_screen_get_param()
278
return
is_a3xx
(screen) || is_a4xx(screen) || is_a6xx(screen);
in fd_screen_get_param()
290
if (
is_a3xx
(screen))
in fd_screen_get_param()
299
if (
is_a3xx
(screen))
in fd_screen_get_param()
491
if (
is_a3xx
(screen))
in fd_screen_get_param()
496
return (
is_a3xx
(screen) || is_a4xx(screen) || is_a5xx(screen) ||
in fd_screen_get_param()
505
return (
is_a3xx
(screen) || is_a6xx(screen)) ? 1 : 0;
in fd_screen_get_param()
509
return
is_a3xx
(screen) || is_a4xx(screen) || is_a5xx(screen) ||
in fd_screen_get_param()
640
return ((
is_a3xx
(scree
in fd_screen_get_shader_param()
[all...]
H
A
D
freedreno_screen.h
225
is_a3xx
(struct fd_screen *screen)
in is_a3xx()
function
252
return
is_a3xx
(screen) || is_a4xx(screen) || is_a5xx(screen) ||
in is_ir3()
H
A
D
freedreno_batch.c
112
if (
is_a3xx
(ctx->screen))
in batch_init()
211
if (
is_a3xx
(batch->ctx->screen))
in batch_fini()
H
A
D
freedreno_resource.h
315
assert(!
is_a3xx
(screen));
in fd_resource_level_linear()
Completed in 4 milliseconds