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:gmem_base
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/virtio/
H
A
D
virtio_pipe.c
90
*value = virtio_pipe->
gmem_base
;
in virtio_pipe_get_param()
254
virtio_pipe->
gmem_base
= virtio_dev->caps.u.msm.
gmem_base
;
in virtio_pipe_new()
H
A
D
virtio_priv.h
119
uint64_t
gmem_base
;
member
H
A
D
virtio_device.c
158
INFO_MSG("
gmem_base
: 0x%0" PRIx64, caps.u.msm.
gmem_base
);
in virtio_device_new()
/third_party/mesa3d/src/virtio/virtio-gpu/
H
A
D
drm_hw.h
26
uint64_t
gmem_base
;
member
/third_party/mesa3d/src/freedreno/drm/msm/
H
A
D
msm_pipe.c
86
*value = msm_pipe->
gmem_base
;
in msm_pipe_get_param()
270
msm_pipe->
gmem_base
= get_param(pipe, MSM_PARAM_GMEM_BASE);
in msm_pipe_new()
H
A
D
msm_priv.h
54
uint64_t
gmem_base
;
member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.h
81
uint64_t
gmem_base
;
member
H
A
D
freedreno_screen.c
993
fd_pipe_get_param(screen->pipe, FD_GMEM_BASE, &screen->
gmem_base
);
in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_blitter.c
834
uint64_t
gmem_base
= batch->ctx->screen->
gmem_base
+ base;
in fd6_resolve_tile()
local
873
OUT_RING(ring,
gmem_base
); /* SP_PS_2D_SRC_LO */
in fd6_resolve_tile()
874
OUT_RING(ring,
gmem_base
>> 32); /* SP_PS_2D_SRC_HI */
in fd6_resolve_tile()
H
A
D
fd6_gmem.c
290
patch->cs[4] = A6XX_TEX_CONST_4_BASE_LO(screen->
gmem_base
);
in patch_fb_read_gmem()
291
patch->cs[5] = A6XX_TEX_CONST_5_BASE_HI(screen->
gmem_base
>> 32) |
in patch_fb_read_gmem()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.h
106
uint64_t
gmem_base
;
member
H
A
D
tu_kgsl.c
254
device->
gmem_base
= gmem_iova;
in tu_enumerate_devices()
H
A
D
tu_drm.c
712
if (tu_drm_get_gmem_base(device, &device->
gmem_base
)) {
in tu_drm_device_init()
H
A
D
tu_clear_blit.c
1045
desc[4] = cmd->device->physical_device->
gmem_base
+ gmem_offset;
in r3d_src_gmem()
3164
A6XX_SP_PS_2D_SRC(.qword = cmd->device->physical_device->
gmem_base
+ gmem_offset),
in store_cp_blit()
H
A
D
tu_cmd_buffer.c
1196
dst[4] = cmd->device->physical_device->
gmem_base
+ gmem_offset;
in tu_emit_input_attachments()
Completed in 24 milliseconds