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:drm_syncobj_wait
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/common/
H
A
D
intel_gem.c
40
struct
drm_syncobj_wait
wait = {
in intel_gem_supports_syncobj_wait()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_fence.c
224
struct
drm_syncobj_wait
args = {
in iris_wait_syncobj()
431
struct
drm_syncobj_wait
args = {
in iris_fence_finish()
H
A
D
iris_bufmgr.c
487
struct
drm_syncobj_wait
args = {
in iris_bo_wait_syncobj()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_fence.c
201
struct
drm_syncobj_wait
args = {
in crocus_wait_syncobj()
363
struct
drm_syncobj_wait
args = {
in crocus_fence_finish()
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm.h
884
struct
drm_syncobj_wait
{
struct
1079
#define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct
drm_syncobj_wait
)
/third_party/libdrm/include/drm/
H
A
D
drm.h
884
struct
drm_syncobj_wait
{
struct
1069
#define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct
drm_syncobj_wait
)
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_drm.c
488
drm_syncobj_wait
(struct tu_device *device,
in drm_syncobj_wait()
function
552
ret =
drm_syncobj_wait
(dev, handles, submit_count, abs_timeout_ns, wait_all);
in tu_timeline_sync_wait()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_device.c
1087
struct
drm_syncobj_wait
wait = {
in panvk_QueueWaitIdle()
1428
struct
drm_syncobj_wait
wait = {
in panvk_GetEventStatus()
/third_party/libdrm/
H
A
D
xf86drm.c
4909
struct
drm_syncobj_wait
args;
in drmSyncobjWait()
Completed in 21 milliseconds