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:ETNA_RELOC_WRITE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_state.c
196
cs->PE_PIPE_COLOR_ADDR[i].flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
200
cs->PE_COLOR_ADDR.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
210
cs->TS_COLOR_STATUS_BASE.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
213
cs->TS_COLOR_SURFACE_BASE.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
277
cs->PE_PIPE_DEPTH_ADDR[i].flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
281
cs->PE_DEPTH_ADDR.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
292
cs->TS_DEPTH_STATUS_BASE.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
295
cs->TS_DEPTH_SURFACE_BASE.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_set_framebuffer_state()
H
A
D
etnaviv_blt.c
224
clr.dest.addr.flags =
ETNA_RELOC_WRITE
;
in etna_blit_clear_color_blt()
233
clr.dest.ts_addr.flags =
ETNA_RELOC_WRITE
;
in etna_blit_clear_color_blt()
303
clr.dest.addr.flags =
ETNA_RELOC_WRITE
;
in etna_blit_clear_zs_blt()
312
clr.dest.ts_addr.flags =
ETNA_RELOC_WRITE
;
in etna_blit_clear_zs_blt()
443
op.addr.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_try_blt_blit()
483
op.dest.addr.flags =
ETNA_RELOC_WRITE
;
in etna_try_blt_blit()
H
A
D
etnaviv_query_acc_occlusion.c
73
.flags =
ETNA_RELOC_WRITE
in occlusion_resume()
H
A
D
etnaviv_screen.c
1157
screen->dummy_rt_reloc.flags = ETNA_RELOC_READ |
ETNA_RELOC_WRITE
;
in etna_screen_create()
H
A
D
etnaviv_rs.c
124
cs->dest[pipe].flags =
ETNA_RELOC_WRITE
;
in etna_compile_rs_state()
/third_party/libdrm/etnaviv/
H
A
D
etnaviv_drmif.h
187
#define
ETNA_RELOC_WRITE
0x0002
macro
H
A
D
etnaviv_cmd_stream.c
171
if (flags &
ETNA_RELOC_WRITE
)
in bo2idx()
/third_party/mesa3d/src/etnaviv/drm/
H
A
D
etnaviv_drmif.h
200
#define
ETNA_RELOC_WRITE
0x0002
macro
H
A
D
etnaviv_cmd_stream.c
194
if (flags &
ETNA_RELOC_WRITE
)
in bo2idx()
Completed in 10 milliseconds