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
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_internal.h
187
struct
etna_reloc
PE_DEPTH_ADDR;
188
struct
etna_reloc
PE_PIPE_DEPTH_ADDR[ETNA_MAX_PIXELPIPES];
192
struct
etna_reloc
PE_COLOR_ADDR;
193
struct
etna_reloc
PE_PIPE_COLOR_ADDR[ETNA_MAX_PIXELPIPES];
201
struct
etna_reloc
TS_DEPTH_STATUS_BASE;
202
struct
etna_reloc
TS_DEPTH_SURFACE_BASE;
205
struct
etna_reloc
TS_COLOR_STATUS_BASE;
206
struct
etna_reloc
TS_COLOR_SURFACE_BASE;
227
struct
etna_reloc
FE_VERTEX_STREAM_BASE_ADDR;
261
struct
etna_reloc
PS_INST_ADD
[all...]
H
A
D
etnaviv_blt.h
41
struct
etna_reloc
addr;
42
struct
etna_reloc
ts_addr;
87
struct
etna_reloc
addr;
88
struct
etna_reloc
ts_addr;
H
A
D
etnaviv_surface.h
42
struct
etna_reloc
reloc[ETNA_MAX_PIXELPIPES];
43
struct
etna_reloc
ts_reloc;
H
A
D
etnaviv_screen.h
99
struct
etna_reloc
dummy_rt_reloc;
102
struct
etna_reloc
dummy_desc_reloc;
H
A
D
etnaviv_rs.h
80
struct
etna_reloc
source[2];
81
struct
etna_reloc
dest[2];
H
A
D
etnaviv_emit.h
67
const struct
etna_reloc
*reloc)
in etna_set_state_reloc()
212
const struct
etna_reloc
*r)
in etna_coalsence_emit_reloc()
H
A
D
etnaviv_texture.h
42
struct
etna_reloc
TS_SAMPLER_STATUS_BASE;
H
A
D
etnaviv_query_acc_occlusion.c
71
struct
etna_reloc
r = {
in occlusion_resume()
H
A
D
etnaviv_uniforms.c
102
etna_cmd_stream_reloc(stream, &(struct
etna_reloc
) {
in etna_uniforms_write()
H
A
D
etnaviv_context.h
48
struct
etna_reloc
FE_INDEX_STREAM_BASE_ADDR;
H
A
D
etnaviv_texture_desc.c
66
struct
etna_reloc
DESC_ADDR;
266
struct
etna_reloc
LOD_ADDR_0;
in etna_emit_texture_desc()
H
A
D
etnaviv_rs.c
728
struct
etna_reloc
reloc;
in etna_try_rs_blit()
741
memset(&reloc, 0, sizeof(struct
etna_reloc
));
in etna_try_rs_blit()
747
memset(&reloc, 0, sizeof(struct
etna_reloc
));
in etna_try_rs_blit()
H
A
D
etnaviv_texture_state.c
72
struct
etna_reloc
lod_addr[VIVS_TE_SAMPLER_LOD_ADDR__LEN];
/third_party/libdrm/etnaviv/
H
A
D
etnaviv_drmif.h
184
struct
etna_reloc
{
struct
192
void etna_cmd_stream_reloc(struct etna_cmd_stream *stream, const struct
etna_reloc
*r);
H
A
D
etnaviv_cmd_stream.c
248
const struct
etna_reloc
*r)
in etna_cmd_stream_reloc()
/third_party/mesa3d/src/etnaviv/drm/
H
A
D
etnaviv_drmif.h
197
struct
etna_reloc
{
struct
205
void etna_cmd_stream_reloc(struct etna_cmd_stream *stream, const struct
etna_reloc
*r);
H
A
D
etnaviv_cmd_stream.c
258
const struct
etna_reloc
*r)
in etna_cmd_stream_reloc()
/third_party/libdrm/tests/etnaviv/
H
A
D
etnaviv_2d_test.c
66
etna_cmd_stream_reloc(stream, &(struct
etna_reloc
){
in etna_set_state_from_bo()
Completed in 10 milliseconds