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:mem_class
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_dev_info.c
59
devinfo->mem.sram.
mem_class
, devinfo->mem.sram.mem_instance);
in print_regions_info()
78
devinfo->mem.vram.
mem_class
, devinfo->mem.vram.mem_instance);
in print_regions_info()
H
A
D
intel_device_info.c
1612
devinfo->mem.sram.
mem_class
= mem->region.memory_class;
in query_regions()
1616
assert(devinfo->mem.sram.
mem_class
== mem->region.memory_class);
in query_regions()
1630
devinfo->mem.vram.
mem_class
= mem->region.memory_class;
in query_regions()
1645
assert(devinfo->mem.vram.
mem_class
== mem->region.memory_class);
in query_regions()
H
A
D
intel_device_info.h
411
uint16_t
mem_class
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
2347
bufmgr->sys.region.memory_class = devinfo->mem.sram.
mem_class
;
in iris_bufmgr_get_meminfo()
2351
bufmgr->vram.region.memory_class = devinfo->mem.vram.
mem_class
;
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()
386
device->vram_mappable.region.memory_class = devinfo->mem.vram.
mem_class
;
in anv_init_meminfo()
393
devinfo->mem.vram.
mem_class
;
in anv_init_meminfo()
Completed in 16 milliseconds