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
defs:iova
(Results
1 - 23
of
23
) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/
H
A
D
crashdec.h
91
uint64_t
iova
;
member
H
A
D
crashdec.c
216
uint64_t
iova
;
member
258
uint64_t
iova
;
in decode_gmu_log()
local
434
uint64_t
iova
= 0;
decode_bos()
local
[all...]
H
A
D
crashdec-hfi.c
47
uint32_t
iova
;
member
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_suballoc.h
36
uint64_t
iova
;
member
H
A
D
tu_image.h
35
uint64_t
iova
;
member
H
A
D
tu_drm.h
51
uint64_t
iova
;
member
H
A
D
tu_cs.h
64
uint64_t
iova
;
member
68
uint64_t
iova
: 48;
member
H
A
D
tu_pipeline.h
234
uint64_t
iova
;
member
H
A
D
tu_drm.c
205
uint64_t
iova
= tu_gem_info(dev, gem_handle, MSM_INFO_GET_IOVA);
in tu_bo_init()
local
H
A
D
tu_device.h
346
uint64_t
iova
;
member
H
A
D
tu_pipeline.c
594
uint64_t
iova
= binary_iova + xs->info.constant_data_offset;
in tu6_emit_xs()
local
H
A
D
tu_cmd_buffer.c
2204
uint64_t
iova
= buf->
iova
+ pOffsets[i];
tu_CmdBindTransformFeedbackBuffersEXT()
local
5083
uint64_t
iova
= info->indirect->
iova
+ info->indirect_offset;
tu_dispatch()
local
5448
uint64_t
iova
= buf->
iova
+ pConditionalRenderingBegin->offset;
tu_CmdBeginConditionalRenderingEXT()
local
[all...]
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_ringbuffer.h
198
uint64_t
iova
;
member
H
A
D
freedreno_priv.h
307
uint64_t (*
iova
)(struct fd_bo *bo);
member
335
uint64_t
iova
;
member
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd6_view.c
431
fdl6_buffer_view_init(uint32_t *descriptor, enum pipe_format format, const uint8_t *swiz, uint64_t
iova
, uint32_t size)
fdl6_buffer_view_init()
argument
H
A
D
freedreno_layout.h
273
uint64_t
iova
;
member
/third_party/mesa3d/src/freedreno/drm/virtio/
H
A
D
virtio_bo.c
218
set_iova(struct fd_bo *bo, uint64_t
iova
)
in set_iova()
argument
[all...]
H
A
D
msm_proto.h
153
uint64_t
iova
;
member
169
uint64_t
iova
;
member
H
A
D
virtio_priv.h
92
virtio_dev_free_iova(struct fd_device *dev, uint64_t
iova
, uint32_t size)
in virtio_dev_free_iova()
argument
105
uint64_t
iova
;
in virtio_dev_alloc_iova()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_texture.c
232
uint64_t
iova
= cso->u.buf.offset;
in fd6_sampler_view_update()
local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_state.c
677
uint64_t
iova
= fd_bo_get_iova(rsc->bo) + offset;
variable
/third_party/libdrm/freedreno/
H
A
D
freedreno_priv.h
153
uint64_t (*
iova
)(struct fd_bo *bo);
member
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
282
uint64_t
iova
= fd_bo_get_iova(kernel->bufs[i]);
in cs_const_emit()
local
Completed in 24 milliseconds