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:aper_size
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H
A
D
i915_drm_winsys.c
35
size_t
aper_size
, mappable_size;
in i915_drm_aperture_size()
local
37
drm_intel_get_aperture_sizes(idws->fd, &mappable_size, &
aper_size
);
in i915_drm_aperture_size()
39
return
aper_size
>> 20;
in i915_drm_aperture_size()
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_noop_drm_shim.c
446
aperture->
aper_size
= 1ull << 48;
in i915_gem_get_aperture()
449
aperture->
aper_size
= 1ull << 31;
in i915_gem_get_aperture()
450
aperture->
aper_size
= 1ull << 31;
in i915_gem_get_aperture()
/third_party/libdrm/intel/
H
A
D
intel_bufmgr.c
380
*total = aperture.
aper_size
;
in drm_intel_get_aperture_sizes()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_screen.c
132
return aperture.
aper_size
;
in get_aperture_size()
/third_party/mesa3d/include/drm-uapi/
H
A
D
i915_drm.h
1735
__u64
aper_size
;
member
/third_party/libdrm/include/drm/
H
A
D
i915_drm.h
1303
__u64
aper_size
;
member
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.c
1704
*size = aperture.
aper_size
;
in intel_get_aperture_size()
Completed in 14 milliseconds