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:vram
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_cs.h
44
radeon_cs_memory_below_limit(struct r600_common_screen *screen, struct radeon_cmdbuf *cs, uint64_t
vram
, uint64_t gtt)
radeon_cs_memory_below_limit()
argument
H
A
D
r600_pipe_common.c
231
uint64_t
vram
= (uint64_t)ctx->dma.cs.used_vram_kb * 1024;
in r600_need_dma_space()
local
H
A
D
r600_pipe_common.h
515
uint64_t
vram
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_screen.c
149
uint64_t
vram
= iris_bufmgr_vram_size(screen->bufmgr);
in iris_get_video_memory()
local
H
A
D
iris_bufmgr.c
227
struct iris_memregion
vram
, sys;
member
[all...]
/third_party/libdrm/nouveau/
H
A
D
nouveau.h
245
uint32_t
vram
;
member
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.h
417
} sram,
vram
;
member
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_screen.c
2372
unsigned
vram
= screen->heap_map[ZINK_HEAP_DEVICE_LOCAL];
in zink_internal_create_screen()
local
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
94
struct drm_amdgpu_heap_info
vram
;
member
H
A
D
ac_nir_lower_ngg.c
139
}
vram
;
member
[all...]
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
967
struct drm_amdgpu_heap_info
vram
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
959
struct drm_amdgpu_heap_info
vram
;
member
Completed in 27 milliseconds