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:use_blt
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_surface.c
117
etna_resource_hw_tileable(screen->specs.
use_blt
, prsc)) {
in etna_create_surface()
164
if (!screen->specs.
use_blt
) {
in etna_create_surface()
185
if (!screen->specs.
use_blt
)
in etna_create_surface()
H
A
D
etnaviv_resource.h
135
etna_resource_hw_tileable(bool
use_blt
, const struct pipe_resource *pres)
in etna_resource_hw_tileable()
argument
137
if (
use_blt
)
in etna_resource_hw_tileable()
H
A
D
etnaviv_resource.c
194
return screen->specs.
use_blt
? false : (
in is_rs_align()
251
if (!screen->specs.
use_blt
&& templat->target != PIPE_BUFFER && layout == ETNA_LAYOUT_LINEAR)
in etna_resource_alloc()
342
etna_resource_hw_tileable(screen->specs.
use_blt
, templat)) {
in etna_resource_create()
515
if (!screen->specs.
use_blt
&& rsc->layout == ETNA_LAYOUT_LINEAR)
in etna_resource_from_handle()
H
A
D
etnaviv_internal.h
95
unsigned
use_blt
: 1;
member
H
A
D
etnaviv_transfer.c
259
etna_resource_hw_tileable(screen->specs.
use_blt
, prsc) &&
in etna_transfer_map()
291
if (!screen->specs.
use_blt
) {
in etna_transfer_map()
H
A
D
etnaviv_clear_blit.c
265
if (screen->specs.
use_blt
)
in etna_clear_blit_init()
H
A
D
etnaviv_context.c
464
if (!screen->specs.
use_blt
) {
in etna_reset_gpu_state()
H
A
D
etnaviv_screen.c
924
screen->specs.
use_blt
= VIV_FEATURE(screen, chipMinorFeatures5, BLT_ENGINE);
in etna_get_specs()
Completed in 7 milliseconds