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:kick_notify
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libdrm/nouveau/
H
A
D
nouveau.h
196
void (*
kick_notify
)(struct nouveau_pushbuf *);
member
H
A
D
pushbuf.c
328
if (push->
kick_notify
)
in pushbuf_submit()
329
push->
kick_notify
(push);
in pushbuf_submit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_context.c
224
push->
kick_notify
= nv30_context_kick_notify;
in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_context.c
362
nv50->base.pushbuf->
kick_notify
= nv50_default_kick_notify;
in nv50_create()
H
A
D
nv50_vbo.c
820
push->
kick_notify
= nv50_draw_vbo_kick_notify;
in nv50_draw_vbo()
927
push->
kick_notify
= nv50_default_kick_notify;
in nv50_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_vbo.c
1050
push->
kick_notify
= nvc0_draw_vbo_kick_notify;
in nvc0_draw_vbo()
1134
push->
kick_notify
= nvc0_default_kick_notify;
in nvc0_draw_vbo()
H
A
D
nvc0_context.c
89
PUSH_KICK(nvc0->base.pushbuf); /* fencing handled in
kick_notify
*/
in nvc0_flush()
505
screen->base.pushbuf->
kick_notify
= nvc0_default_kick_notify;
in nvc0_create()
Completed in 12 milliseconds