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:map_gtt
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.c
651
if (bo->
map_gtt
) {
in bo_free()
652
VG_NOACCESS(bo->
map_gtt
, bo->size);
in bo_free()
653
munmap(bo->
map_gtt
, bo->size);
in bo_free()
967
if (bo->
map_gtt
== NULL) {
in crocus_bo_map_gtt()
996
if (p_atomic_cmpxchg(&bo->
map_gtt
, NULL, map)) {
in crocus_bo_map_gtt()
1001
assert(bo->
map_gtt
);
in crocus_bo_map_gtt()
1003
DBG("bo_map_gtt: %d (%s) -> %p, ", bo->gem_handle, bo->name, bo->
map_gtt
);
in crocus_bo_map_gtt()
1010
return bo->
map_gtt
;
in crocus_bo_map_gtt()
1073
* We skip MAP_RAW because we want to avoid
map_gtt
's fence detiling.
in crocus_bo_map()
H
A
D
crocus_bufmgr.h
114
void *
map_gtt
;
member
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
1477
map_gtt
(drm_intel_bo *bo)
in map_gtt()
function
1549
ret =
map_gtt
(bo);
in drm_intel_gem_bo_map_gtt()
1619
ret =
map_gtt
(bo);
in drm_intel_gem_bo_map_unsynchronized()
Completed in 8 milliseconds