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:single_buffer
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_screen.c
619
if ((screen->specs.pixel_pipes == 1 || screen->specs.
single_buffer
) &&
in modifier_num_supported()
917
screen->specs.
single_buffer
= VIV_FEATURE(screen, chipMinorFeatures4, SINGLE_BUFFER);
in etna_get_specs()
918
if (screen->specs.
single_buffer
)
in etna_get_specs()
1115
screen->specs.
single_buffer
= 0;
in etna_screen_create()
H
A
D
etnaviv_resource.c
336
if (screen->specs.pixel_pipes > 1 && !screen->specs.
single_buffer
)
in etna_resource_create()
385
if ((screen->specs.pixel_pipes > 1 && !screen->specs.
single_buffer
) ||
in select_best_modifier()
391
if (screen->specs.pixel_pipes > 1 && !screen->specs.
single_buffer
)
in select_best_modifier()
H
A
D
etnaviv_internal.h
87
unsigned
single_buffer
: 1;
member
H
A
D
etnaviv_surface.c
51
bool need_multitiled = screen->specs.pixel_pipes > 1 && !screen->specs.
single_buffer
;
in etna_render_handle_incompatible()
H
A
D
etnaviv_state.c
193
(res->layout & ETNA_LAYOUT_BIT_MULTI) || screen->specs.
single_buffer
);
in etna_set_framebuffer_state()
376
else if (screen->specs.
single_buffer
)
in etna_set_framebuffer_state()
H
A
D
etnaviv_rs.c
146
if (!screen->specs.
single_buffer
&& screen->specs.pixel_pipes == 2 && !(rs->height & 7)) {
in etna_compile_rs_state()
165
if (screen->specs.
single_buffer
&& rs->source == rs->dest &&
in etna_compile_rs_state()
H
A
D
etnaviv_context.c
466
etna_set_state(stream, VIVS_RS_SINGLE_BUFFER, COND(screen->specs.
single_buffer
, VIVS_RS_SINGLE_BUFFER_ENABLE));
in etna_reset_gpu_state()
Completed in 8 milliseconds