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:user_priv
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_context.c
43
if (!push->
user_priv
)
in nv30_context_kick_notify()
45
nv30 = container_of(push->
user_priv
, struct nv30_context, bufctx);
in nv30_context_kick_notify()
171
if (nv30->screen->base.pushbuf->
user_priv
== &nv30->bufctx)
in nv30_context_destroy()
172
nv30->screen->base.pushbuf->
user_priv
= NULL;
in nv30_context_destroy()
H
A
D
nv30_winsys.h
32
struct nouveau_bufctx **pctx = push->
user_priv
;
in bufctx()
H
A
D
nv30_vbo.c
589
push->
user_priv
= &nv30->bufctx;
H
A
D
nv30_state_validate.c
460
nv30->base.pushbuf->
user_priv
= &nv30->bufctx;
in nv30_state_context_switch()
/third_party/libdrm/nouveau/
H
A
D
pushbuf.c
129
kbo = (void *)(unsigned long)kref->
user_priv
;
in pushbuf_kref_fits()
200
kref->
user_priv
= (unsigned long)bo;
in pushbuf_kref()
278
bo = (void *)(uintptr_t)kref->
user_priv
;
in pushbuf_dump()
295
bo = (void *)(unsigned long)kref->
user_priv
;
in pushbuf_dump()
373
bo = (void *)(unsigned long)kref->
user_priv
;
in pushbuf_submit()
417
bo = (void *)(unsigned long)kref->
user_priv
;
in pushbuf_flush()
448
struct nouveau_bo *bo = (void *)(unsigned long)kref->
user_priv
;
in pushbuf_refn_fail()
619
unsigned long priv = kref++->
user_priv
;
in nouveau_pushbuf_del()
H
A
D
nouveau.h
197
void *
user_priv
;
member
/third_party/libdrm/include/drm/
H
A
D
nouveau_drm.h
134
__u64
user_priv
;
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_context.c
138
struct nv50_screen *screen = push->
user_priv
;
in nv50_default_kick_notify()
H
A
D
nv50_screen.c
628
screen->base.pushbuf->
user_priv
= NULL;
in nv50_screen_destroy()
1032
screen->base.pushbuf->
user_priv
= screen;
in nv50_screen_create()
H
A
D
nv50_vbo.c
752
struct nv50_screen *screen = chan->
user_priv
;
in nv50_draw_vbo_kick_notify()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_context.c
281
struct nvc0_screen *screen = push->
user_priv
;
in nvc0_default_kick_notify()
H
A
D
nvc0_screen.c
720
screen->base.pushbuf->
user_priv
= NULL;
in nvc0_screen_destroy()
1081
push->
user_priv
= screen;
in nvc0_screen_create()
H
A
D
nvc0_vbo.c
562
struct nvc0_screen *screen = push->
user_priv
;
in nvc0_draw_vbo_kick_notify()
Completed in 21 milliseconds