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:import_sync_file
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_sync.h
262
VkResult (*
import_sync_file
)(struct vk_device *device,
member
H
A
D
vk_sync.c
59
assert(!type->
import_sync_file
);
in vk_sync_type_validate()
392
return sync->type->
import_sync_file
(device, sync, sync_file);
in vk_sync_import_sync_file()
H
A
D
vk_fence.c
46
if (type->
import_sync_file
)
in vk_sync_fence_import_types()
H
A
D
vk_drm_syncobj.c
425
.
import_sync_file
= vk_drm_syncobj_import_sync_file,
in vk_drm_syncobj_get_type()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_sync.c
323
.
import_sync_file
= pvr_srv_sync_import_sync_file,
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_drm.c
195
if ((*t)->
import_sync_file
!= NULL)
in get_sync_file_sync_type()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_device.c
895
device->drm_syncobj_type.
import_sync_file
= NULL;
in physical_device_init()
Completed in 17 milliseconds