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:DRMINITLISTHEAD
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/nouveau/
H
A
D
bufctx.c
69
DRMINITLISTHEAD
(&priv->base.head);
in nouveau_bufctx_new()
70
DRMINITLISTHEAD
(&priv->base.pending);
in nouveau_bufctx_new()
71
DRMINITLISTHEAD
(&priv->base.current);
in nouveau_bufctx_new()
H
A
D
pushbuf.c
432
DRMINITLISTHEAD
(&bctx->current);
in pushbuf_flush()
525
DRMINITLISTHEAD
(&bctx->pending);
in pushbuf_validate()
604
DRMINITLISTHEAD
(&nvpb->bctx_list);
in nouveau_pushbuf_new()
H
A
D
nouveau.c
464
DRMINITLISTHEAD
(&nvdev->bo_list);
in nouveau_device_new()
/third_party/libdrm/
H
A
D
libdrm_lists.h
40
#define
DRMINITLISTHEAD
(__item) \
macro
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_fake.c
439
DRMINITLISTHEAD
(block);
in alloc_block()
1595
DRMINITLISTHEAD
(&bufmgr_fake->fenced);
in drm_intel_bufmgr_fake_init()
1596
DRMINITLISTHEAD
(&bufmgr_fake->on_hardware);
in drm_intel_bufmgr_fake_init()
1597
DRMINITLISTHEAD
(&bufmgr_fake->lru);
in drm_intel_bufmgr_fake_init()
H
A
D
intel_bufmgr_gem.c
758
DRMINITLISTHEAD
(&bo_gem->vma_list);
in drm_intel_gem_bo_alloc_internal()
914
DRMINITLISTHEAD
(&bo_gem->vma_list);
in drm_intel_gem_bo_alloc_userptr()
1112
DRMINITLISTHEAD
(&bo_gem->vma_list);
in drm_intel_bo_gem_create_from_name()
2606
DRMINITLISTHEAD
(&bo_gem->vma_list);
in drm_intel_bo_gem_create_from_prime()
3016
DRMINITLISTHEAD
(&bufmgr_gem->cache_bucket[i].head);
in add_bucket()
3737
DRMINITLISTHEAD
(&bufmgr_gem->vma_cache);
in drm_intel_bufmgr_gem_init()
Completed in 10 milliseconds