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:vram_size
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/amd/drm-shim/
H
A
D
radeon_noop_drm_shim.c
82
info->
vram_size
= 256 * 1024 * 1024;
in radeon_ioctl_gem_info()
83
info->vram_visible = info->
vram_size
;
in radeon_ioctl_gem_info()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_screen.c
246
const int vram_shift = util_logbase2_ceil64(dev->
vram_size
);
in nouveau_screen_init()
290
if (dev->
vram_size
> 0)
in nouveau_screen_init()
/third_party/libdrm/nouveau/
H
A
D
nouveau.h
68
uint64_t
vram_size
;
member
H
A
D
nouveau.c
438
nvdev->base.
vram_size
= v;
in nouveau_device_new()
452
(nvdev->base.
vram_size
* nvdev->vram_limit_percent) / 100;
in nouveau_device_new()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_screen.c
435
return dev->
vram_size
>> 20;
in nv50_screen_get_param()
1172
screen->max_tls_space = dev->
vram_size
/ size_of_one_temp * ONE_TEMP_SIZE;
in nv50_screen_create()
1186
screen->TPs, screen->MPsInTP, dev->
vram_size
>> 20, tls_size >> 10);
in nv50_screen_create()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_gpu_info.c
263
info->heap_size = vram_gtt_info.
vram_size
;
in amdgpu_query_heap_info()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rgp.c
341
int64_t
vram_size
;
member
490
chunk->
vram_size
= (uint64_t)rad_info->vram_size_kb * 1024;
in ac_sqtt_fill_asic_info()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
939
__u64
vram_size
;
member
/third_party/libdrm/include/drm/
H
A
D
radeon_drm.h
801
__u64
vram_size
;
member
H
A
D
amdgpu_drm.h
931
__u64
vram_size
;
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_screen.c
277
return dev->
vram_size
>> 20;
in nv30_screen_get_param()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_winsys.c
359
ws->info.vram_size_kb = DIV_ROUND_UP(gem_info.
vram_size
, 1024);
in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
195
uint64_t
vram_size
= radv_get_vram_size(device);
in radv_physical_device_init_mem_types()
local
210
vram_size
= 0;
in radv_physical_device_init_mem_types()
215
if (
vram_size
> 0 &&
vram_size
* 9 >= visible_vram_size) {
in radv_physical_device_init_mem_types()
219
.size =
vram_size
,
in radv_physical_device_init_mem_types()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_screen.c
456
return dev->
vram_size
>> 20;
in nvc0_screen_get_param()
Completed in 28 milliseconds