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:last_dispatch
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_fake.c
173
volatile int *
last_dispatch
;
member
370
/* Keep a copy of
last_dispatch
so that if the wait -EBUSYs
in _fence_wait_internal()
374
hw_seq = *bufmgr_fake->
last_dispatch
;
in _fence_wait_internal()
383
kernel_lied = (ret == 0) && (seq - *bufmgr_fake->
last_dispatch
<
in _fence_wait_internal()
388
&& (seq - *bufmgr_fake->
last_dispatch
> 0x40000000))
in _fence_wait_internal()
392
if ((ret == -EBUSY) && (hw_seq != *bufmgr_fake->
last_dispatch
))
in _fence_wait_internal()
1573
*
last_dispatch
)
in drm_intel_bufmgr_fake_set_last_dispatch()
1577
bufmgr_fake->
last_dispatch
= (volatile int *)
last_dispatch
;
in drm_intel_bufmgr_fake_set_last_dispatch()
1583
volatile unsigned int *
last_dispatch
)
in drm_intel_bufmgr_fake_init()
1571
drm_intel_bufmgr_fake_set_
last_dispatch
(drm_intel_bufmgr *bufmgr, volatile unsigned int *
last_dispatch
)
drm_intel_bufmgr_fake_set_last_dispatch()
argument
1581
drm_intel_bufmgr_fake_init(int fd, unsigned long low_offset, void *low_virtual, unsigned long size, volatile unsigned int *
last_dispatch
)
drm_intel_bufmgr_fake_init()
argument
[all...]
H
A
D
intel_bufmgr.h
242
*
last_dispatch
);
245
*
last_dispatch
);
/third_party/libdrm/include/drm/
H
A
D
r128_drm.h
168
unsigned int
last_dispatch
;
member
H
A
D
mga_drm.h
220
unsigned int
last_dispatch
; /* age of the most recently dispatched buffer */
member
H
A
D
radeon_drm.h
453
unsigned int
last_dispatch
;
member
H
A
D
i915_drm.h
203
int
last_dispatch
; /* age of the most recently dispatched buffer */
member
/third_party/mesa3d/include/drm-uapi/
H
A
D
i915_drm.h
327
int
last_dispatch
; /* age of the most recently dispatched buffer */
member
Completed in 16 milliseconds