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:sram
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_dev_info.c
54
if (devinfo->mem.
sram
.mappable.size > 0 ||
in print_regions_info()
55
devinfo->mem.
sram
.unmappable.size > 0) {
in print_regions_info()
56
fprintf(stdout, "
sram
:\n");
in print_regions_info()
59
devinfo->mem.
sram
.mem_class, devinfo->mem.
sram
.mem_instance);
in print_regions_info()
62
devinfo->mem.
sram
.mappable.size);
in print_regions_info()
64
devinfo->mem.
sram
.mappable.free);
in print_regions_info()
65
if (devinfo->mem.
sram
.unmappable.size > 0) {
in print_regions_info()
67
devinfo->mem.
sram
.unmappable.size);
in print_regions_info()
69
devinfo->mem.
sram
in print_regions_info()
[all...]
H
A
D
intel_device_info.c
1612
devinfo->mem.
sram
.mem_class = mem->region.memory_class;
in query_regions()
1613
devinfo->mem.
sram
.mem_instance = mem->region.memory_instance;
in query_regions()
1614
devinfo->mem.
sram
.mappable.size = mem->probed_size;
in query_regions()
1616
assert(devinfo->mem.
sram
.mem_class == mem->region.memory_class);
in query_regions()
1617
assert(devinfo->mem.
sram
.mem_instance == mem->region.memory_instance);
in query_regions()
1618
assert(devinfo->mem.
sram
.mappable.size == mem->probed_size);
in query_regions()
1625
devinfo->mem.
sram
.mappable.free = MIN2(available, mem->probed_size);
in query_regions()
1688
devinfo->mem.
sram
.mappable.size = total_phys;
in compute_system_memory()
1690
assert(devinfo->mem.
sram
.mappable.size == total_phys);
in compute_system_memory()
1692
devinfo->mem.
sram
in compute_system_memory()
[all...]
H
A
D
intel_device_info.h
417
}
sram
, vram;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_screen.c
150
uint64_t
sram
= iris_bufmgr_sram_size(screen->bufmgr);
in iris_get_video_memory()
local
153
} else if (
sram
) {
in iris_get_video_memory()
154
return
sram
/ (1024 * 1024);
in iris_get_video_memory()
H
A
D
iris_bufmgr.c
2347
bufmgr->sys.region.memory_class = devinfo->mem.
sram
.mem_class;
in iris_bufmgr_get_meminfo()
2348
bufmgr->sys.region.memory_instance = devinfo->mem.
sram
.mem_instance;
in iris_bufmgr_get_meminfo()
2349
bufmgr->sys.size = devinfo->mem.
sram
.mappable.size;
in iris_bufmgr_get_meminfo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
380
device->sys.region.memory_class = devinfo->mem.
sram
.mem_class;
in anv_init_meminfo()
381
device->sys.region.memory_instance = devinfo->mem.
sram
.mem_instance;
in anv_init_meminfo()
383
anv_compute_sys_heap_size(device, devinfo->mem.
sram
.mappable.size);
in anv_init_meminfo()
384
device->sys.available = devinfo->mem.
sram
.mappable.free;
in anv_init_meminfo()
409
device->sys.available = devinfo->mem.
sram
.mappable.free;
in anv_update_meminfo()
Completed in 16 milliseconds