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:nouveau_drm
(Results
1 - 13
of
13
) sorted by relevance
/third_party/libdrm/nouveau/
H
A
D
nouveau.c
39
#include "
nouveau_drm
.h"
82
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in nouveau_object_ioctl()
111
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in nouveau_object_mthd()
153
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in nouveau_object_sclass_get()
251
struct
nouveau_drm
*drm =
nouveau_drm
(parent);
in nouveau_object_init()
334
nouveau_drm_del(struct
nouveau_drm
**pdr
[all...]
H
A
D
abi16.c
37
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in abi16_chan_nv04()
61
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in abi16_chan_nvc0()
82
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in abi16_chan_nve0()
108
struct
nouveau_drm
*drm =
nouveau_drm
(obj);
in abi16_engobj()
149
struct
nouveau_drm
*drm =
nouveau_drm
(ob
in abi16_ntfy()
[all...]
H
A
D
nouveau.h
44
struct
nouveau_drm
{
struct
51
static inline struct
nouveau_drm
*
52
nouveau_drm
(struct nouveau_object *obj)
in nouveau_drm()
function
56
return (struct
nouveau_drm
*)obj;
in nouveau_drm()
59
int nouveau_drm_new(int fd, struct
nouveau_drm
**);
60
void nouveau_drm_del(struct
nouveau_drm
**);
278
nouveau_check_dead_channel(struct
nouveau_drm
*, struct nouveau_object *chan);
H
A
D
pushbuf.c
37
#include "
nouveau_drm
.h"
316
struct
nouveau_drm
*drm =
nouveau_drm
(&dev->object);
in pushbuf_submit()
543
struct
nouveau_drm
*drm =
nouveau_drm
(&client->device->object);
in nouveau_pushbuf_new()
787
nouveau_check_dead_channel(struct
nouveau_drm
*drm, struct nouveau_object *chan)
in nouveau_check_dead_channel()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_screen.c
18
#include <
nouveau_drm
.h>
216
screen->drm =
nouveau_drm
(&dev->object);
in nouveau_screen_init()
H
A
D
nouveau_screen.h
25
struct
nouveau_drm
*drm;
/third_party/mesa3d/src/gallium/winsys/nouveau/drm/
H
A
D
nouveau_drm_winsys.c
44
struct
nouveau_drm
*drm = NULL;
in nouveau_drm_screen_create()
/third_party/mesa3d/src/nouveau/drm-shim/
H
A
D
nouveau_noop.c
29
#include <
nouveau_drm
.h>
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_miptree.c
334
struct
nouveau_drm
*drm = nouveau_screen(pscreen)->drm;
in nv50_miptree_create()
H
A
D
nv50_screen.c
25
#include <
nouveau_drm
.h>
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_miptree.c
448
struct
nouveau_drm
*drm = nouveau_screen(pscreen)->drm;
in nvc0_miptree_create()
H
A
D
nvc0_screen.c
24
#include <
nouveau_drm
.h>
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_screen.c
27
#include <
nouveau_drm
.h>
Completed in 11 milliseconds